| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/hevc_ps: Use RefStruct API for parameter sets | Andreas Rheinhardt | 2023-10-07 | 1 | -3/+3 |
* | avcodec/h264_ps: Use RefStruct API for SPS/PPS | Andreas Rheinhardt | 2023-10-07 | 1 | -2/+2 |
* | avcodec/mediacodecdec: remove FF_CODEC_CAP_SETS_PKT_DTS flag | James Almer | 2023-07-11 | 1 | -2/+1 |
* | avcodec/mediacodecdec: check ff_Build_SDK_INT return value | Zhao Zhili | 2023-01-11 | 1 | -1/+7 |
* | avcodec/mediacodecdec: add AV1 decoding support | Zhao Zhili | 2023-01-03 | 1 | -1/+15 |
* | avcodec/mediacodecdec: enable NDK mediacodec | Zhao Zhili | 2022-11-21 | 1 | -1/+9 |
* | avcodec/mediacodec: add NDK media codec wrapper | Zhao Zhili | 2022-11-21 | 1 | -1/+1 |
* | avcodec/mediacodecdec: don't break out if both input and output port return t... | Zhao Zhili | 2022-11-21 | 1 | -1/+10 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.h | Andreas Rheinhardt | 2022-01-26 | 1 | -0/+1 |
* | lavc/mediacodecdec: set codec profile and level from extradata for H264+HEVC | sfan5 | 2021-12-30 | 1 | -0/+6 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction fails | sfan5 | 2021-02-14 | 1 | -4/+9 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/mediacodecdec: warn when input buffers are not configured with proper... | Aman Gupta | 2019-09-10 | 1 | -1/+6 |
* | avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codec | Matthieu Bouron | 2019-06-13 | 1 | -0/+1 |
* | avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoder | Aman Gupta | 2018-05-04 | 1 | -3/+19 |
* | avcodec/mediacodecdec: restructure mediacodec_receive_frame | Aman Gupta | 2018-05-04 | 1 | -38/+42 |
* | avcodec/mediacodecdec: clarify delay_flush specific code | Aman Gupta | 2018-04-25 | 1 | -21/+3 |
* | avcodec/mediacodecdec: fix immediate EAGAIN with buffered packet | Aman Gupta | 2018-03-13 | 1 | -1/+1 |
* | avcodec/mediacodecdec: add delay_flush option | Aman Gupta | 2018-03-07 | 1 | -0/+24 |
* | avcodec/mediacodecdec: factorize codec declarations | Matthieu Bouron | 2018-03-03 | 1 | -92/+24 |
* | avcodec/mediacodecdec: factorize common extradata functions | Matthieu Bouron | 2018-03-03 | 1 | -32/+9 |
* | avcodec/mediacodecdec: add missing "libavutil/internal.h" include | Matthieu Bouron | 2018-03-03 | 1 | -0/+1 |
* | avcodec/mediacodecdec: refactor to take advantage of new decoding api | Aman Gupta | 2018-02-19 | 1 | -69/+38 |
* | avcodec/mediacodecdec: use ff_hevc_ps_uninit() | James Almer | 2018-01-30 | 1 | -0/+2 |
* | lavc/mediacodecdec: remove mediacodec_process_data() indirection | Matthieu Bouron | 2018-01-06 | 1 | -10/+1 |
* | lavc/mediacodecdec: switch to new decoding API | Aman Gupta | 2018-01-06 | 1 | -32/+48 |
* | lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if set | Aman Gupta | 2017-12-16 | 1 | -2/+3 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -6/+12 |
* | mediacodecdec: fix build by including hwaccel.h | Jan Ekström | 2017-12-01 | 1 | -0/+1 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+18 |
* | avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI | James Almer | 2017-10-31 | 1 | -1/+1 |
* | lavc/mediacodecdec: switch to the new generic filtering mechanism | Matthieu Bouron | 2017-06-13 | 1 | -61/+13 |
* | lavc: add mpeg2 mediacodec decoder | Aman Gupta | 2017-06-08 | 1 | -1/+39 |
* | avcodec/hevc_parse: decode SEI message NALUs in extradata | James Almer | 2017-05-05 | 1 | -1/+3 |
* | avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL units | James Almer | 2017-04-09 | 1 | -1/+1 |
* | lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capability | Matthieu Bouron | 2017-04-04 | 1 | -5/+5 |
* | lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAY | Matthieu Bouron | 2017-04-04 | 1 | -5/+5 |
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' | James Almer | 2017-03-23 | 1 | -2/+2 |
* | avcodec/mediacodec: convert to stdatomic | James Almer | 2017-03-23 | 1 | -1/+0 |
* | lavc/mediacodec: use more meaningful filenames | Matthieu Bouron | 2016-10-19 | 1 | -615/+449 |
* | lavc: add mpeg4 mediacodec decoder | Matthieu Bouron | 2016-10-19 | 1 | -0/+7 |
* | lavc: add vp8/vp9 mediacodec decoders | Matthieu Bouron | 2016-10-19 | 1 | -0/+14 |