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/opus/tab : Deduplicate arrays

    10 avril, par Andreas Rheinhardt
    avcodec/opus/tab: Deduplicate arrays
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/opus/tab.c
    • [DH] libavcodec/opus/tab.h
  • swscale/x86/rgb2rgb : Deduplicate ASM constants

    10 avril, par Andreas Rheinhardt
    swscale/x86/rgb2rgb: Deduplicate ASM constants
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libswscale/x86/rgb2rgb.c
  • avcodec/aac{enc,}tab : Deduplicate swb tables

    10 avril, par Andreas Rheinhardt
    avcodec/aac{enc,}tab: Deduplicate swb tables
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aacenctab.c
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
  • avcodec/aacenc : Remove always-false check

    10 avril, par Andreas Rheinhardt
    avcodec/aacenc: Remove always-false check
    
    The sample rates have already been checked generically
    via AVCodec.supported_samplerates.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenctab.c
    • [DH] libavcodec/aacenctab.h
    • [DH] libavcodec/mpeg4audio_sample_rates.h
  • avutil/aes : Use #if checks instead of if (ARCH_X86)

    10 avril, par Andreas Rheinhardt
    avutil/aes: Use #if checks instead of if (ARCH_X86)
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/aes.c