| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mediacodec: add av_mediacodec_render_buffer_at_time() | Aman Gupta | 2018-10-11 | 1 | -1/+1 |
* | avcodec/mediacodec_wrapper: add helper to fetch SDK_INT | Aman Gupta | 2018-05-04 | 1 | -0/+15 |
* | avcodec: Fix AVClass .version | Michael Niedermayer | 2018-04-19 | 1 | -2/+2 |
* | avcodec/mediacodec_wrapper: fix false positives in swdec blacklist | Stefan _ | 2018-03-07 | 1 | -1/+1 |
* | avcodec/mediacodec_wrapper: blacklist more software decoders | Stefan _ | 2018-03-06 | 1 | -1/+6 |
* | avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey() | Matthieu Bouron | 2018-03-03 | 1 | -0/+39 |
* | lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo once | Matthieu Bouron | 2018-01-06 | 1 | -27/+34 |
* | lavc/mediacodec_wrapper: fix potential jni global reference leak | Matthieu Bouron | 2017-12-16 | 1 | -0/+3 |
* | lavc/mediacodec_wrapper: factorize MediaCodec creation functions | Matthieu Bouron | 2017-12-16 | 1 | -133/+29 |
* | lavc/mediacodec_wrapper: fix jni vaargs types | Matthieu Bouron | 2017-09-15 | 1 | -5/+5 |
* | lavc/mediacodec_wrapper: do not declare JNIAMedia{Codec,CodecList,Format}Fiel... | Matthieu Bouron | 2017-05-23 | 1 | -3/+3 |
* | lavc/mediacodec_wrapper: fix local reference leaks | Matthieu Bouron | 2017-05-23 | 1 | -11/+26 |
* | lavc/mediacodec_wrapper: fix local reference leaks | Matthieu Bouron | 2017-05-11 | 1 | -21/+42 |
* | lavc/mediacodec_wrapper: do not discard codecs reporting they do not support ... | Matthieu Bouron | 2016-10-19 | 1 | -0/+3 |
* | lavc: add hevc mediacodec decoder | Matthieu Bouron | 2016-09-15 | 1 | -3/+20 |
* | lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_env | Matthieu Bouron | 2016-07-27 | 1 | -161/+39 |
* | lavc: add mediacodec hwaccel support | Matthieu Bouron | 2016-07-08 | 1 | -4/+1 |
* | lavc/mediacodec: re-indent after previous commit | Matthieu Bouron | 2016-06-15 | 1 | -93/+93 |
* | lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByType | Matthieu Bouron | 2016-06-15 | 1 | -71/+206 |
* | lavc/mediacodec: bypass width/height restrictions when looking for a decoder | Matthieu Bouron | 2016-06-07 | 1 | -9/+28 |
* | lavc/mediacodec: rename MediaFormat field clazz to mediaformat_class for cons... | Matthieu Bouron | 2016-06-07 | 1 | -3/+3 |
* | lavc/mediacodec: move struct declarations at the begin | Matthieu Bouron | 2016-06-07 | 1 | -186/+186 |
* | lavc/mediacodec: rename jfields_mapping to jni_amediacodeclist_mapping | Matthieu Bouron | 2016-06-07 | 1 | -3/+3 |
* | lavc/mediacodec: do not delete a local reference twice in case of error | Matthieu Bouron | 2016-06-07 | 1 | -0/+1 |
* | lavc/mediacodec: add missing MediaCodec.Get{Input,Output}Buffer() checks | Matthieu Bouron | 2016-05-25 | 1 | -0/+8 |
* | lavc/mediacodec: factorize static fields initialization | Matthieu Bouron | 2016-05-25 | 1 | -110/+57 |
* | lavc/mediacodec: remove stray empty lines | Matthieu Bouron | 2016-03-15 | 1 | -7/+0 |
* | lavc: add h264 mediacodec decoder | Matthieu Bouron | 2016-03-07 | 1 | -0/+1705 |