git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/version_major : remove unnecessary define for an internal function
1er septembre, par James Almeravcodec/version_major: remove unnecessary define for an internal function It being avpriv and not public, it can be removed in the next bump regardless of when it happens. Signed-off-by: James Almer <jamrial@gmail.com>
-
avformat/movenc : remove mvex from final mp4 in hybrid_fragmented mode
1er septembre, par Zhao Zhiliavformat/movenc: remove mvex from final mp4 in hybrid_fragmented mode In hybrid_fragmented mode, the first moov at start should contain mvex tag, since it's fmp4. When writing the moov at the second time, it's not fmp4 any more, so mvex should be skipped.
-
forgejo/workflows : make autolabel workflow always use token from secrets
1er septembre, par Timo Rothenpielerforgejo/workflows: make autolabel workflow always use token from secrets Using the built-in token seems to only partially work. And in the latest Forgejo release the issue forcing the use of the built-in token was fixed with: https://codeberg.org/forgejo/forgejo/pulls/9025
-
vp9 : Add 8bpc intra prediction AVX2 asm
1er septembre, par Henrik Gramner -
avcodec/mfenc : add AVLowLatencyMode support
31 août, par Cameron Gutmanavcodec/mfenc: add AVLowLatencyMode support Set CODECAPI_AVLowLatencyMode when AV_CODEC_FLAG_LOW_DELAY is enabled on the AVCodecContext. AVLowLatencyMode can acheive lower latency encoding that may not be accessible using eAVScenarioInfo options alone. Signed-off-by: Cameron Gutman <aicommander@gmail.com>