1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-09 00:37:18 +02:00
Files
FFmpeg/libavcodec
Matthieu Bouron e452abc5c2 lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByType
Allows to select a codec (encoder or decoder) only if it supports a
specific profile.

Adds ff_AMediaCodecProfile_getProfileFromAVCodecContext to convert an
AVCodecContext profile to a MediaCodec profile. It only supports H264
for now.

The codepath using MediaCodecList.findDecoderForFormat() (Android >= 5.0)
has been dropped as this method does not allow to select a decoder
compatible with a specific profile.
2016-06-15 16:36:13 +02:00
..
2016-06-10 16:31:23 +02:00
2016-06-06 14:32:48 +02:00
2016-06-10 16:31:23 +02:00
2016-06-12 20:26:32 +02:00
2016-06-10 16:31:23 +02:00
2016-06-11 17:27:19 +02:00
2016-06-10 16:31:23 +02:00