Re: [Libav-user] enumerating codec_tags

2015-05-27 Thread Carl Eugen Hoyos
Steffen.Roeber@... writes: The problem with av_codec_get_tag is, that it returns 0 if failed and also 0 in case of AV_CODEC_RAWVIDEO. That's why av_codec_get_tag2() exists which does not have this limitation. Please stop top-posting here, Carl Eugen

Re: [Libav-user] enumerating codec_tags

2015-05-26 Thread Carl Eugen Hoyos
Steffen.Roeber@... writes: I want to show a list of codecs that are supported by a specified file extension (for example .avi or .mp4). Please do not top-post on this mailing list, it is considered rude. avi is a general-purpose container, you can put any codec into avi. For mp4, using

Re: [Libav-user] enumerating codec_tags

2015-05-26 Thread wm4
On Fri, 22 May 2015 07:58:43 +0200 steffen.roe...@hella.com wrote: Hi, is there any way to iterate through all codec_tags of an AVOutputFormat without using the private header internal.h? I need that header because AVCodecTag is there. Currently I'm trying something like: auto enumFormat

Re: [Libav-user] enumerating codec_tags

2015-05-26 Thread wm4
On Tue, 26 May 2015 06:37:30 + (UTC) Carl Eugen Hoyos ceho...@ag.or.at wrote: Dieses Dokument ist vertraulich zu behandeln. Given that you sent your email to a public mailing list, this footer makes you and Hella look stupid. If all you can do is damaging the project's reputation, why

Re: [Libav-user] enumerating codec_tags

2015-05-25 Thread Carl Eugen Hoyos
Steffen.Roeber@... writes: What I need, are all codec that are supported by a AVOutputFormat. There is AVOutputFormat-codec_tag but you are to some degree expected to know what you put into a container. Please explain your exact usecase. Carl Eugen