summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodec_wrapper.c
Commit message (Expand)AuthorAge
* libavcodec, libavdevice: Remove unnecessary includes of version.hMartin Storsjö2022-02-24
* avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when availablesfan52021-03-10
* avcodec/mediacodec_wrapper: check if codec is software earliersfan52021-03-10
* avcodec/mediacodec_wrapper: fix {input,output}_buffers global reference leakMatthieu Bouron2020-04-15
* avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_g...Matthieu Bouron2019-07-22
* avcodec/mediacodec_wrapper: fix a potential local reference leak in ff_AMedia...Matthieu Bouron2019-07-22
* avcodec/mediacodec_wrapper: fix a local reference leak in ff_AMediaCodec_getN...Matthieu Bouron2019-07-22
* avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta2018-10-11
* avcodec/mediacodec_wrapper: add helper to fetch SDK_INTAman Gupta2018-05-04
* avcodec: Fix AVClass .versionMichael Niedermayer2018-04-19
* avcodec/mediacodec_wrapper: fix false positives in swdec blacklistStefan _2018-03-07
* avcodec/mediacodec_wrapper: blacklist more software decodersStefan _2018-03-06
* avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey()Matthieu Bouron2018-03-03
* lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo onceMatthieu Bouron2018-01-06
* lavc/mediacodec_wrapper: fix potential jni global reference leakMatthieu Bouron2017-12-16
* lavc/mediacodec_wrapper: factorize MediaCodec creation functionsMatthieu Bouron2017-12-16
* lavc/mediacodec_wrapper: fix jni vaargs typesMatthieu Bouron2017-09-15
* lavc/mediacodec_wrapper: do not declare JNIAMedia{Codec,CodecList,Format}Fiel...Matthieu Bouron2017-05-23
* lavc/mediacodec_wrapper: fix local reference leaksMatthieu Bouron2017-05-23
* lavc/mediacodec_wrapper: fix local reference leaksMatthieu Bouron2017-05-11
* lavc/mediacodec_wrapper: do not discard codecs reporting they do not support ...Matthieu Bouron2016-10-19
* lavc: add hevc mediacodec decoderMatthieu Bouron2016-09-15
* lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_envMatthieu Bouron2016-07-27
* lavc: add mediacodec hwaccel supportMatthieu Bouron2016-07-08
* lavc/mediacodec: re-indent after previous commitMatthieu Bouron2016-06-15
* lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByTypeMatthieu Bouron2016-06-15
* lavc/mediacodec: bypass width/height restrictions when looking for a decoderMatthieu Bouron2016-06-07
* lavc/mediacodec: rename MediaFormat field clazz to mediaformat_class for cons...Matthieu Bouron2016-06-07
* lavc/mediacodec: move struct declarations at the beginMatthieu Bouron2016-06-07
* lavc/mediacodec: rename jfields_mapping to jni_amediacodeclist_mappingMatthieu Bouron2016-06-07
* lavc/mediacodec: do not delete a local reference twice in case of errorMatthieu Bouron2016-06-07
* lavc/mediacodec: add missing MediaCodec.Get{Input,Output}Buffer() checksMatthieu Bouron2016-05-25
* lavc/mediacodec: factorize static fields initializationMatthieu Bouron2016-05-25
* lavc/mediacodec: remove stray empty linesMatthieu Bouron2016-03-15
* lavc: add h264 mediacodec decoderMatthieu Bouron2016-03-07