summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mediacodecdec: check ff_Build_SDK_INT return valueZhao Zhili2023-01-111-1/+7
* avcodec/mediacodecdec: add AV1 decoding supportZhao Zhili2023-01-031-1/+15
* avcodec/mediacodecdec: enable NDK mediacodecZhao Zhili2022-11-211-1/+9
* avcodec/mediacodec: add NDK media codec wrapperZhao Zhili2022-11-211-1/+1
* avcodec/mediacodecdec: don't break out if both input and output port return t...Zhao Zhili2022-11-211-1/+10
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.hAndreas Rheinhardt2022-01-261-0/+1
* lavc/mediacodecdec: set codec profile and level from extradata for H264+HEVCsfan52021-12-301-0/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction failssfan52021-02-141-4/+9
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta2019-09-101-1/+6
* avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codecMatthieu Bouron2019-06-131-0/+1
* avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoderAman Gupta2018-05-041-3/+19
* avcodec/mediacodecdec: restructure mediacodec_receive_frameAman Gupta2018-05-041-38/+42
* avcodec/mediacodecdec: clarify delay_flush specific codeAman Gupta2018-04-251-21/+3
* avcodec/mediacodecdec: fix immediate EAGAIN with buffered packetAman Gupta2018-03-131-1/+1
* avcodec/mediacodecdec: add delay_flush optionAman Gupta2018-03-071-0/+24
* avcodec/mediacodecdec: factorize codec declarationsMatthieu Bouron2018-03-031-92/+24
* avcodec/mediacodecdec: factorize common extradata functionsMatthieu Bouron2018-03-031-32/+9
* avcodec/mediacodecdec: add missing "libavutil/internal.h" includeMatthieu Bouron2018-03-031-0/+1
* avcodec/mediacodecdec: refactor to take advantage of new decoding apiAman Gupta2018-02-191-69/+38
* avcodec/mediacodecdec: use ff_hevc_ps_uninit()James Almer2018-01-301-0/+2
* lavc/mediacodecdec: remove mediacodec_process_data() indirectionMatthieu Bouron2018-01-061-10/+1
* lavc/mediacodecdec: switch to new decoding APIAman Gupta2018-01-061-32/+48
* lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if setAman Gupta2017-12-161-2/+3
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-6/+12
* mediacodecdec: fix build by including hwaccel.hJan Ekström2017-12-011-0/+1
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+18
* avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer2017-10-311-1/+1
* lavc/mediacodecdec: switch to the new generic filtering mechanismMatthieu Bouron2017-06-131-61/+13
* lavc: add mpeg2 mediacodec decoderAman Gupta2017-06-081-1/+39
* avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer2017-05-051-1/+3
* avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL unitsJames Almer2017-04-091-1/+1
* lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capabilityMatthieu Bouron2017-04-041-5/+5
* lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAYMatthieu Bouron2017-04-041-5/+5
* Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-231-2/+2
* avcodec/mediacodec: convert to stdatomicJames Almer2017-03-231-1/+0
* lavc/mediacodec: use more meaningful filenamesMatthieu Bouron2016-10-191-615/+449
* lavc: add mpeg4 mediacodec decoderMatthieu Bouron2016-10-191-0/+7
* lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron2016-10-191-0/+14
* lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_countMatthieu Bouron2016-10-121-3/+3
* lavc/mediacodecdec: remove first output buffer timing debug logMatthieu Bouron2016-10-121-8/+0
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-2/+12