fftools/ffmpeg: make fg_create{_simple,} clear the input string pointer

1 November 15:41 - FFmpeg - James Almer

The graph string is either freed or attached to the filtergraph, so it's best to not leave a dangling pointer with the caller.

avcodec/x86/h264_chromamc: Remove MMX(EXT) funcs overridden by SSSE3

1 November 12:34 - FFmpeg - Andreas Rheinhardt

SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 versions.


  • Most Popular This Week

editor: add actions, methods and menu items to control global quantization

31 October 19:24 - Ardour - Paul Davis

add HitBrushDrag, to allow brushing notes on the grid

31 October 19:24 - Ardour - Paul Davis


avcodec/g723_1enc: Make min_err 64bit

30 October 02:41 - FFmpeg - Michael Niedermayer

This is intending to fix the case described in


Add program changes for empty user patches

29 October 19:10 - Ardour - Gian Fontanilla

Enable --no-undefined-version by default

29 October 15:54 - glibc - Adhemerval Zanella

Recent lld version default to --no-undefined-version, which triggers errors when building multiple libraries.

include: Sync gnulib intprops

29 October 15:53 - glibc - Adhemerval Zanella

It syncs with gnulib commit 1790ef25d81983d1d25a77d452c0080345df459b. The main change is to proper support clang by using builtins.


lavu: add support for Panasonic V-Log

28 October 19:46 - FFmpeg - Lynne

lavu: add support for Panasonic V-Gamut

28 October 19:46 - FFmpeg - Lynne

avfilter/vsrc_testsrc: add support for YUV444P1{0,2}MSB to yuvtestsrc

28 October 19:16 - FFmpeg - James Almer

Rename uimaxabs to umaxabs (bug 33325)

28 October 12:15 - glibc - Joseph Myers

The C2y function uimaxabs has been renamed to umaxabs.

swscale: add support for 10/12-bit 422 and 444 MSB pixfmts

28 October 01:59 - FFmpeg - Lynne

swscale: add support for 10/12-bit grayscale MSB pixfmts

28 October 01:59 - FFmpeg - Lynne

lavu/pixfmt: add 420 and 422, 10 and 12-bit MSB padded variants

28 October 01:59 - FFmpeg - Lynne

Vulkan has defined all its 3-plane formats as MSB padded.

lavu/pixfmt: add grayscale 10 and 12-bit MSB padded variants

28 October 01:58 - FFmpeg - Lynne