git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/x86/h26x/h265dsp : Remove unused functions
31 mars, par Andreas Rheinhardtavcodec/x86/h26x/h265dsp: Remove unused functions The ff_h2656_put_{uni_,}8tap_hv{32,64,128}_8_avx2 and ff_h2656_put_{uni_,}4tap_hv{64,128}_8_avx2 functions were unused and have been removed. This saved 3712B of .text here. (ff_h2656_put_{uni_,}4tap_hv32_8_avx2 are now only called from exactly one callsite (in ff_hevc_put_{uni_,}epel_hv32_8_avx2) and could be inlined.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avfilter/vsrc_testsrc : also fill alpha planes with a test pattern in {rgb,yuv}testsrc
31 mars, par James Almeravfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc And add support for more formats. Signed-off-by: James Almer <jamrial@gmail.com>
-
avcodec/vulkan_video : Remove unused ff_vk_h26[45]_profile_to_av()
31 mars, par Andreas Rheinhardt -
avcodec/aactab : Remove unused arrays
31 mars, par Andreas Rheinhardt -
avcodec/aac/aacdec_lpd : Remove dead code
31 mars, par Andreas Rheinhardt