| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |