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/codec_internal : Add inlined version of av_codec_is_(de|en)coder

    10 mars, par Andreas Rheinhardt
    avcodec/codec_internal: Add inlined version of av_codec_is_(de|en)coder
    
    These functions check whether the AVCodec* is NULL, but this
    has already been checked at a lot of places in our codebase,
    so that it boils down to checking the is_decoder flag.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.c
    • [DH] libavcodec/codec_internal.h
    • [DH] libavcodec/decode.c
    • [DH] libavcodec/options.c
    • [DH] libavcodec/pthread_slice.c
  • avcodec/codec_internal : Add dedicated is_decoder flag to FFCodec

    10 mars, par Andreas Rheinhardt
    avcodec/codec_internal: Add dedicated is_decoder flag to FFCodec
    
    Allows to simplify av_codec_is_decoder() and av_codec_is_encoder().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/codec_internal.h
    • [DH] libavcodec/utils.c
  • avcodec/decode : Move is_open check to avcodec_receive_frame()

    10 mars, par Andreas Rheinhardt
    avcodec/decode: Move is_open check to avcodec_receive_frame()
    
    It also applies to scenarios where ff_encode_receive_frame()
    is used. Also remove the redundant av_codec_is_decoder().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/avcodec.c
    • [DH] libavcodec/decode.c
  • avutil/refstruct : Fix documentation

    10 mars, par Andreas Rheinhardt
    avutil/refstruct: Fix documentation
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/refstruct.h
  • avfilter/vsrc_testsrc : use aligned macros for writing

    10 mars, par James Almer
    avfilter/vsrc_testsrc: use aligned macros for writing
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavfilter/vsrc_testsrc.c