git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/flvdec : Put FLVMetaVideoColor inside FLVContext directly
11 mars, par Zhao Zhiliavformat/flvdec: Put FLVMetaVideoColor inside FLVContext directly 1. Rename metaVideoColor to meta_color_info 2. Allocated FLVMetaVideoColor together with FLVContext 3. Improve the use of meta_color_info_flag. Do a sequence of strcmp only if meta_color_info_flag is FLV_COLOR_INFO_FLAG_PARSING. 4. Check return value of amf_parse_object(). Signed-off-by: Zhao Zhili <zhilizhao@tencent.com> Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
-
avformat/flvdec : Fix use sizeof(AVMasteringDisplayMetadata)
11 mars, par Zhao Zhili -
vulkan : add support for AV_PIX_FMT_GBRAP32
10 mars, par Lynne -
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