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/vp8 : Move codec-specific init code out of common init

    6 mars, par Andreas Rheinhardt
    avcodec/vp8: Move codec-specific init code out of common init
    
    While just at it, also move the init functions inside
    the #if CONFIG_VP?_DECODER (to avoid linking failures).
    While just at it, also declare these init functions
    as av_cold and uninline the remaining common init function.
    
    Reviewed-by: Peter Ross <pross@xvid.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vp8.c
  • swscale/input : add support for UYYVYY411

    6 mars, par James Almer
    swscale/input: add support for UYYVYY411
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libswscale/input.c
    • [DH] libswscale/utils.c
    • [DH] libswscale/version.h
  • avcodec/vp8 : Fix wrong #endif comment

    6 mars, par Andreas Rheinhardt
    avcodec/vp8: Fix wrong #endif comment
    
    Reviewed-by: Peter Ross <pross@xvid.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vp8.c
  • avcodec/dvdsubenc : Remove pointless wrapper

    6 mars, par Andreas Rheinhardt
    avcodec/dvdsubenc: Remove pointless wrapper
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/dvdsubenc.c
  • avcodec/sbcenc : Don't use deprecated AVCodec.supported_samplerates

    6 mars, par Andreas Rheinhardt
    avcodec/sbcenc: Don't use deprecated AVCodec.supported_samplerates
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/sbcenc.c