Re: [FFmpeg-devel] [RFC] lavf: add CoreMedia AVCodecTag mappings

2016-11-21 Thread Josh de Kock
On 21/11/2016 09:51, Carl Eugen Hoyos wrote: 2016-11-21 10:35 GMT+01:00 Josh de Kock : On 20/11/2016 22:49, Carl Eugen Hoyos wrote: 2016-11-19 17:37 GMT+01:00 Josh de Kock : I've mapped a fair amount of the CoreMedia FourCCs to their respective

Re: [FFmpeg-devel] [RFC] lavf: add CoreMedia AVCodecTag mappings

2016-11-21 Thread Carl Eugen Hoyos
2016-11-21 10:35 GMT+01:00 Josh de Kock : > On 20/11/2016 22:49, Carl Eugen Hoyos wrote: >> >> 2016-11-19 17:37 GMT+01:00 Josh de Kock : >>> >>> I've mapped a fair amount of the CoreMedia FourCCs to their >>> respective AVCodecIDs. The ones I didn't know or

Re: [FFmpeg-devel] [RFC] lavf: add CoreMedia AVCodecTag mappings

2016-11-21 Thread Josh de Kock
On 20/11/2016 22:49, Carl Eugen Hoyos wrote: 2016-11-19 17:37 GMT+01:00 Josh de Kock : I've mapped a fair amount of the CoreMedia FourCCs to their respective AVCodecIDs. The ones I didn't know or thought didn't exist in FFmpeg have been mapped to AV_CODEC_ID_NONE. Could you

Re: [FFmpeg-devel] [RFC] lavf: add CoreMedia AVCodecTag mappings

2016-11-20 Thread Carl Eugen Hoyos
2016-11-19 17:37 GMT+01:00 Josh de Kock : > I've mapped a fair amount of the CoreMedia FourCCs to their > respective AVCodecIDs. The ones I didn't know or thought didn't > exist in FFmpeg have been mapped to AV_CODEC_ID_NONE. Could you explain the use-case for these mappings?

[FFmpeg-devel] [RFC] lavf: add CoreMedia AVCodecTag mappings

2016-11-19 Thread Josh de Kock
I've mapped a fair amount of the CoreMedia FourCCs to their respective AVCodecIDs. The ones I didn't know or thought didn't exist in FFmpeg have been mapped to AV_CODEC_ID_NONE. Signed-off-by: Josh de Kock --- libavformat/Makefile| 1 + libavformat/avformat.h | 32