git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/codec_internal : Add inlined version of av_codec_is_(de|en)coder
10 mars, par Andreas Rheinhardtavcodec/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>
-
avcodec/codec_internal : Add dedicated is_decoder flag to FFCodec
10 mars, par Andreas Rheinhardt -
avcodec/decode : Move is_open check to avcodec_receive_frame()
10 mars, par Andreas Rheinhardt -
avutil/refstruct : Fix documentation
10 mars, par Andreas Rheinhardt -
avfilter/vsrc_testsrc : use aligned macros for writing
10 mars, par James Almer