Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-01-26avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.hAndreas Rheinhardt
2021-12-30lavc/mediacodecdec: set codec profile and level from extradata for H264+HEVCsfan5
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-02-14avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction failssfan5
2020-11-08lavc: Mark hw_config pointer arrays as constMark Thompson
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2019-09-10avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta
2019-06-13avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codecMatthieu Bouron
2018-05-04avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoderAman Gupta
2018-05-04avcodec/mediacodecdec: restructure mediacodec_receive_frameAman Gupta
2018-04-25avcodec/mediacodecdec: clarify delay_flush specific codeAman Gupta
2018-03-13avcodec/mediacodecdec: fix immediate EAGAIN with buffered packetAman Gupta
2018-03-08avcodec/mediacodecdec: add delay_flush optionAman Gupta
2018-03-03avcodec/mediacodecdec: factorize codec declarationsMatthieu Bouron
2018-03-03avcodec/mediacodecdec: factorize common extradata functionsMatthieu Bouron
2018-03-03avcodec/mediacodecdec: add missing "libavutil/internal.h" includeMatthieu Bouron
2018-02-19avcodec/mediacodecdec: refactor to take advantage of new decoding apiAman Gupta
2018-01-30avcodec/mediacodecdec: use ff_hevc_ps_uninit()James Almer
2018-01-07lavc/mediacodecdec: remove mediacodec_process_data() indirectionMatthieu Bouron
2018-01-07lavc/mediacodecdec: switch to new decoding APIAman Gupta
2017-12-16lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if setAman Gupta
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-01mediacodecdec: fix build by including hwaccel.hJan Ekström
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-10-31avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer
2017-06-13lavc/mediacodecdec: switch to the new generic filtering mechanismMatthieu Bouron
2017-06-08lavc: add mpeg2 mediacodec decoderAman Gupta
2017-05-05avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer
2017-04-09avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL unitsJames Almer
2017-04-04lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capabilityMatthieu Bouron
2017-04-04lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAYMatthieu Bouron
2017-03-23Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer
2017-03-23avcodec/mediacodec: convert to stdatomicJames Almer
2016-10-19lavc/mediacodec: use more meaningful filenamesMatthieu Bouron
2016-10-19lavc: add mpeg4 mediacodec decoderMatthieu Bouron
2016-10-19lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron
2016-10-12lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_countMatthieu Bouron
2016-10-12lavc/mediacodecdec: remove first output buffer timing debug logMatthieu Bouron
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-06lavc/mediacodecdec: fix size variable shadowing in ff_mediacodec_dec_decodeMatthieu Bouron
2016-09-15lavc: add hevc mediacodec decoderMatthieu Bouron
2016-07-08lavc: add mediacodec hwaccel supportMatthieu Bouron
2016-06-23lavc/mediacodec: increase buffer dequeue timeout when the codec needs to be d...Matthieu Bouron
2016-06-23lavc/mediacodec: rely on buffer flags to detect end of streamMatthieu Bouron