git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/amfenc_h264 : improve B-frame usability and simplify options
16 mai, par Dmitrii Ovchinnikov -
avfilter/vf_libplacebo : implement rotation option
16 mai, par Niklas Haasavfilter/vf_libplacebo: implement rotation option Flipping can already be accomplished by setting the crop_w/h expressions to their negative values, so together these options can implement any of the common frame orientations.
-
Revert "fftools/graphprint : Now, make it a Killer-Feature !"
16 mai, par softworkzRevert "fftools/graphprint: Now, make it a Killer-Feature!" This reverts commit 1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4.
-
avcodec/mpeg12enc : Fix writing closed captions
16 mai, par Andreas Rheinhardtavcodec/mpeg12enc: Fix writing closed captions Broken in 6e225123d8583fdce55037b85eaef5453f201959, because ff_copy_bits() expects the amount of bits, not bytes to write. And because it relies on the buffer to be padded, using side_data->size * 8 is not possible. So partially revert said commit. Fixes ticket #11591. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
aarch64 : increase default alignment for functions and constants
15 mai, par Ramiro Polla