rav1e

Fastest and safest AV1 encoder - command line encoder

rav1e is a encoder for the AV1 video codec. It supports the following features: * Intra, inter, and switch frames * 64x64 superblocks * 4x4 to 64x64 RDO-selected square and rectangular blocks * DC, H, V, Paeth, smooth, and all directional prediction modes * DCT, (FLIP-)ADST and identity transforms (up to 64x64, 16x16 and 32x32 respectively) * 8-, 10- and 12-bit depth color * 4:2:0, 4:2:2 and 4:4:4 chroma sampling * 11 speed settings (0-10, exhaustive to near real-time) * Constant quantizer and target bitrate (single- and multi-pass) encoding modes * Still picture mode

python3-promise

Implementation of Promises in Python (Python3 version)

It is a super set of Promises/A+ designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises in Python. Its fully compatible with the Promises/A+ spec.

php-doctrine-deprecations

Doctrine Deprecations - Doctrine component

A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.

librte-eventdev22

Data Plane Development Kit (librte-eventdev runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

librte-net-thunderx22

Data Plane Development Kit (librte-net-thunderx runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

postgresql-15-wal2json

PostgreSQL logical decoding JSON output plugin

wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API.