git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avcodec/x86/h26x/h265dsp : Remove unused functions

    31 mars, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/x86/h26x/h2656_inter.asm
    • [DH] libavcodec/x86/h26x/h2656dsp.c
  • avfilter/vsrc_testsrc : also fill alpha planes with a test pattern in {rgb,yuv}testsrc

    31 mars, par James Almer
    avfilter/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>
    
    • [DH] libavfilter/vsrc_testsrc.c
    • [DH] tests/ref/fate/filter-rgbtestsrc-rgba
    • [DH] tests/ref/fate/filter-yuvtestsrc-ayuv
    • [DH] tests/ref/fate/filter-yuvtestsrc-ayuv64
    • [DH] tests/ref/fate/filter-yuvtestsrc-vuya
  • avcodec/vulkan_video : Remove unused ff_vk_h26[45]_profile_to_av()

    31 mars, par Andreas Rheinhardt
    avcodec/vulkan_video: Remove unused ff_vk_h26[45]_profile_to_av()
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vulkan_video.c
    • [DH] libavcodec/vulkan_video.h
  • avcodec/aactab : Remove unused arrays

    31 mars, par Andreas Rheinhardt
    avcodec/aactab: Remove unused arrays
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
  • avcodec/aac/aacdec_lpd : Remove dead code

    31 mars, par Andreas Rheinhardt
    avcodec/aac/aacdec_lpd: Remove dead code
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aac/aacdec_lpd.c