git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/nvenc : add UHQ to AV1 for NVENC
8 janvier, par Diego de Souza -
fate/vvc : Add vvc-frames-with-ltr.vvc
8 janvier, par Frank Plowmanfate/vvc: Add vvc-frames-with-ltr.vvc This sample is rather difficult, containing a lot of subtle edge cases which revealed errors in the VVC decoder. It covers 88.4% of lines in libavcodec/vvc and brings the line coverage of the entire VVC fate suite from 96.3% to 97.2%. Signed-off-by: Frank Plowman <post@frankplowman.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
lavc/ac3dsp : fix R-V HAVE_RVV scope issue
8 janvier, par Jun Zhao -
ffbuild/bin2c : misc fix
8 janvier, par Jun Zhao -
loongarch : fixes fate-checkasm-sw_rgb failure
8 janvier, par yuanhecailoongarch: fixes fate-checkasm-sw_rgb failure The reason for the failure is that the function yuv2rgb_1_c_template was modified in 095f8038fa9180842cd38d4d61c7c47a02aad9ed. The corresponding functional test was added in c601bb8df5ae896061c42dd0e23cea8fba938ecb. The code on loongarch was not updated in a timely manner, resulting in the error. Signed-off-by: yuanhecai <yuanhecai@loongson.cn> Reviewed-by: yinshiyou-hf@loongson.cn Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>