git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat : Fix AV1 RTP wrong log condition
1er avril, par Chris Hodges -
ffbuild : fix include path for uninstalled .pc files
1er avril, par Marvin Scholz -
doc : replace http/git by https urls
1er avril, par Michael Niedermayer -
avcodec/nvenc : unify CBR filler data insertion for all codecs
31 mars, par Cameron Gutmanavcodec/nvenc: unify CBR filler data insertion for all codecs Previously, AV1 used filler data with CBR by default while H.264 and HEVC may or may not depending on driver version. Make this consistent by using not filler data in CBR mode for all codecs. Since there are valid reasons to use CBR with or without filler, also add a cbr_padding option to allow users to override this. Signed-off-by: Cameron Gutman <aicommander@gmail.com> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
-
avutil/Makefile : Only include half2float, float2half when needed
31 mars, par Andreas Rheinhardtavutil/Makefile: Only include half2float, float2half when needed They are not needed for shared builds (and because --gc-sections is not the default for shared builds, they were included by default included in libavutil since bf22c4cc3e005c01f50e233b1582fd1d8051aed9). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>