summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec.c
Commit message (Expand)AuthorAge
* avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.hAndreas Rheinhardt2022-01-24
* lavc/mediacodecdec: set codec profile and level from extradata for H264+HEVCsfan52021-12-30
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction failssfan52021-02-14
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta2019-09-10
* avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codecMatthieu Bouron2019-06-13
* avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoderAman Gupta2018-05-04
* avcodec/mediacodecdec: restructure mediacodec_receive_frameAman Gupta2018-05-04
* avcodec/mediacodecdec: clarify delay_flush specific codeAman Gupta2018-04-25
* avcodec/mediacodecdec: fix immediate EAGAIN with buffered packetAman Gupta2018-03-13
* avcodec/mediacodecdec: add delay_flush optionAman Gupta2018-03-07
* avcodec/mediacodecdec: factorize codec declarationsMatthieu Bouron2018-03-03
* avcodec/mediacodecdec: factorize common extradata functionsMatthieu Bouron2018-03-03
* avcodec/mediacodecdec: add missing "libavutil/internal.h" includeMatthieu Bouron2018-03-03
* avcodec/mediacodecdec: refactor to take advantage of new decoding apiAman Gupta2018-02-19
* avcodec/mediacodecdec: use ff_hevc_ps_uninit()James Almer2018-01-30
* lavc/mediacodecdec: remove mediacodec_process_data() indirectionMatthieu Bouron2018-01-06
* lavc/mediacodecdec: switch to new decoding APIAman Gupta2018-01-06
* lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if setAman Gupta2017-12-16
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* mediacodecdec: fix build by including hwaccel.hJan Ekström2017-12-01
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer2017-10-31
* lavc/mediacodecdec: switch to the new generic filtering mechanismMatthieu Bouron2017-06-13
* lavc: add mpeg2 mediacodec decoderAman Gupta2017-06-08
* avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer2017-05-05
* avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL unitsJames Almer2017-04-09
* lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capabilityMatthieu Bouron2017-04-04
* lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAYMatthieu Bouron2017-04-04
* Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-23
* avcodec/mediacodec: convert to stdatomicJames Almer2017-03-23
* lavc/mediacodec: use more meaningful filenamesMatthieu Bouron2016-10-19
* lavc: add mpeg4 mediacodec decoderMatthieu Bouron2016-10-19
* lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron2016-10-19
* lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_countMatthieu Bouron2016-10-12
* lavc/mediacodecdec: remove first output buffer timing debug logMatthieu Bouron2016-10-12
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
* lavc/mediacodecdec: fix size variable shadowing in ff_mediacodec_dec_decodeMatthieu Bouron2016-10-06
* lavc: add hevc mediacodec decoderMatthieu Bouron2016-09-15
* lavc: add mediacodec hwaccel supportMatthieu Bouron2016-07-08
* lavc/mediacodec: increase buffer dequeue timeout when the codec needs to be d...Matthieu Bouron2016-06-23
* lavc/mediacodec: rely on buffer flags to detect end of streamMatthieu Bouron2016-06-23
* lavc/mediacodec: re-indent after previous commitMatthieu Bouron2016-06-23
* lavc/mediacodec: discard 0-sized buffersMatthieu Bouron2016-06-23
* lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capabilityMatthieu Bouron2016-06-20
* lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByTypeMatthieu Bouron2016-06-15
* lavc/mediacodec: improve error messagesMatthieu Bouron2016-06-07
* lavc/mediacodec: bypass width/height restrictions when looking for a decoderMatthieu Bouron2016-06-07