Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24libavcodec, libavdevice: Remove unnecessary includes of version.hMartin Storsjö
2021-03-10avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when availablesfan5
2021-03-10avcodec/mediacodec_wrapper: check if codec is software earliersfan5
2020-04-15avcodec/mediacodec_wrapper: fix {input,output}_buffers global reference leakMatthieu Bouron
2019-07-22avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_g...Matthieu Bouron
2019-07-22avcodec/mediacodec_wrapper: fix a potential local reference leak in ff_AMedia...Matthieu Bouron
2019-07-22avcodec/mediacodec_wrapper: fix a local reference leak in ff_AMediaCodec_getN...Matthieu Bouron
2018-10-12avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta
2018-05-04avcodec/mediacodec_wrapper: add helper to fetch SDK_INTAman Gupta
2018-04-20avcodec: Fix AVClass .versionMichael Niedermayer
2018-03-07avcodec/mediacodec_wrapper: fix false positives in swdec blacklistStefan _
2018-03-07avcodec/mediacodec_wrapper: blacklist more software decodersStefan _
2018-03-03avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey()Matthieu Bouron
2018-01-07lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo onceMatthieu Bouron
2017-12-16lavc/mediacodec_wrapper: fix potential jni global reference leakMatthieu Bouron
2017-12-16lavc/mediacodec_wrapper: factorize MediaCodec creation functionsMatthieu Bouron
2017-09-15lavc/mediacodec_wrapper: fix jni vaargs typesMatthieu Bouron
2017-05-23lavc/mediacodec_wrapper: do not declare JNIAMedia{Codec,CodecList,Format}Fiel...Matthieu Bouron
2017-05-23lavc/mediacodec_wrapper: fix local reference leaksMatthieu Bouron
2017-05-11lavc/mediacodec_wrapper: fix local reference leaksMatthieu Bouron
2016-10-19lavc/mediacodec_wrapper: do not discard codecs reporting they do not support ...Matthieu Bouron
2016-09-15lavc: add hevc mediacodec decoderMatthieu Bouron
2016-07-27lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_envMatthieu Bouron
2016-07-08lavc: add mediacodec hwaccel supportMatthieu Bouron
2016-06-15lavc/mediacodec: re-indent after previous commitMatthieu Bouron
2016-06-15lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByTypeMatthieu Bouron
2016-06-07lavc/mediacodec: bypass width/height restrictions when looking for a decoderMatthieu Bouron
2016-06-07lavc/mediacodec: rename MediaFormat field clazz to mediaformat_class for cons...Matthieu Bouron
2016-06-07lavc/mediacodec: move struct declarations at the beginMatthieu Bouron
2016-06-07lavc/mediacodec: rename jfields_mapping to jni_amediacodeclist_mappingMatthieu Bouron
2016-06-07lavc/mediacodec: do not delete a local reference twice in case of errorMatthieu Bouron
2016-05-25lavc/mediacodec: add missing MediaCodec.Get{Input,Output}Buffer() checksMatthieu Bouron
2016-05-25lavc/mediacodec: factorize static fields initializationMatthieu Bouron
2016-03-15lavc/mediacodec: remove stray empty linesMatthieu Bouron
2016-03-07lavc: add h264 mediacodec decoderMatthieu Bouron