add "Edit Marker" item to marker context menu

30 January 04:32 - Ardour - Paul Davis

Lua: add a mono to stereo panner (same pan-law as ardour's built-in)

30 January 04:27 - Ardour - Robin Gareus

avformat/cafenc: add init and deinit callbacks

30 January 00:09 - FFmpeg - James Almer

avformat/cafenc: add support for variable frame size codecs

30 January 00:09 - FFmpeg - James Almer


avcodec/x86/hevc/deblock: Reduce usage of GPRs

29 January 10:54 - FFmpeg - Andreas Rheinhardt

Don't use two GPRs to store two words from xmm registers; shuffle these words so that they are fit into one GPR.


avformat/tls_gnutls: enable dtls build

28 January 10:47 - FFmpeg - Jack Lau

Implement ff_ssl_*_key_cert()


libsmf: do not add a non-zero EndOfTrack event at end of all-zero tracks

27 January 20:49 - Ardour - Paul Davis

This can lead to confusion when trying to decide if the file contains an explicit duration, since we end up with a track who last event has a non-zero delta time from the previous one.

avcodec/nvenc: add 4-way multi nvenc split frame encoding support

27 January 12:58 - FFmpeg - Kasidis Arunruangsirilert

avcodec/nvenc: add b_adapt option for HEVC encoder

27 January 12:58 - FFmpeg - Diego de Souza

The b_adapt option allows users to control adaptive B-frame decision when lookahead is enabled in HEVC encoding.


[base, smooth] Implement direct LCD filtering

26 January 17:43 - FreeType - Alexei Podtelezhnikov

Applying an LCD filter to spans rather than the entire image improves the performance of ClearType-like rendering by about 40% at 32 ppem and much more at larger sizes.

dlfcn: Add dlinfo request type RTLD_DI_ORIGIN_PATH (bug #24298)

26 January 12:49 - glibc - Arjun Shankar

The existing dlinfo request type RTLD_DI_ORIGIN used for querying the value of the '$ORIGIN' dynamic string token is prone to buffer overflows. This commit adds a new request type named RTLD_DI_ORIGIN_PATH that returns a pointer to the dynamic string token (i.e.

avfilter: d3d12 motion estimation filter support

26 January 11:31 - FFmpeg - stevxiao

This commit introduces a video filter `mestimate_d3d12` that provides hardware-accelerated motion estimation using DirectX 12 Video Encoding APIs.