| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_count | Matthieu Bouron | 2016-10-12 | 1 | -3/+3 |
* | lavc/mediacodecdec: remove first output buffer timing debug log | Matthieu Bouron | 2016-10-12 | 1 | -8/+0 |
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -2/+12 |
* | lavc/mediacodecdec: fix size variable shadowing in ff_mediacodec_dec_decode | Matthieu Bouron | 2016-10-06 | 1 | -1/+0 |
* | lavc: add hevc mediacodec decoder | Matthieu Bouron | 2016-09-15 | 1 | -0/+7 |
* | lavc: add mediacodec hwaccel support | Matthieu Bouron | 2016-07-08 | 1 | -46/+226 |
* | lavc/mediacodec: increase buffer dequeue timeout when the codec needs to be d... | Matthieu Bouron | 2016-06-23 | 1 | -3/+3 |
* | lavc/mediacodec: rely on buffer flags to detect end of stream | Matthieu Bouron | 2016-06-23 | 1 | -9/+8 |
* | lavc/mediacodec: re-indent after previous commit | Matthieu Bouron | 2016-06-23 | 1 | -12/+12 |
* | lavc/mediacodec: discard 0-sized buffers | Matthieu Bouron | 2016-06-23 | 1 | -0/+7 |
* | lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capability | Matthieu Bouron | 2016-06-20 | 1 | -0/+1 |
* | lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByType | Matthieu Bouron | 2016-06-15 | 1 | -1/+7 |
* | lavc/mediacodec: improve error messages | Matthieu Bouron | 2016-06-07 | 1 | -2/+2 |
* | lavc/mediacodec: bypass width/height restrictions when looking for a decoder | Matthieu Bouron | 2016-06-07 | 1 | -1/+1 |
* | lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avc | Kirill Gavrilov | 2016-03-28 | 1 | -1/+1 |
* | lavc/mediacodec: use ternary operator to set slice-height value | Matthieu Bouron | 2016-03-28 | 1 | -5/+1 |
* | lavc/mediacodec: remove stray empty lines | Matthieu Bouron | 2016-03-15 | 1 | -1/+0 |
* | lavc/mediacodec: fix codec_name leak | Matthieu Bouron | 2016-03-15 | 1 | -0/+2 |
* | lavc: add h264 mediacodec decoder | Matthieu Bouron | 2016-03-07 | 1 | -0/+570 |