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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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