[FFmpeg-devel] [PATCH] Fill unspecified AVCodec long_name fields

Alexander Strange astrange
Sat Apr 26 01:11:26 CEST 2008


On Apr 25, 2008, at 6:24 PM, Stefano Sabatini wrote:

> Hi all,
>
> it has been a long and boring afternoon, I tried to choose the names
> following as close as possible the indications in each file, reverting
> to the multimedia wiki/wikipedia when that information seemed too
> scarce.
>
> I know maybe I didn't the better possible choices, for this reason I
> would like every codec maintainer to review this patch and amend the
> long_name I choosed for their codecs.
>
> Also note that I left out some files (namely adpcm.c, libfaad.c,  
> pcm.c)
> because they require the modification of the macros used to create the
> various codecs, which I'm leaving for another patch.
>
> Best regards.
> -- 
> FFmpeg = Fucking Fast MultiPurpose EnGraver
> <add-missing-long-names-00.patch>

> +    .long_name = "Autodesc RLE",

Autodesk, I think

> +    .long_name = "ATSC A/52 / AC-3 (Adaptive Transform Codec 3)",

Isn't that a bit too long? Do we care what AC-3 stands for?

> +    .long_name = "Monkey\'s Audio lossless audio",

No need to escape '.

> +    .long_name = "COOK compatible",
> +    .long_name = "DCA (DTS Coherent Acoustics) Compatible",

compatible?

> +    .long_name = "FLAC (Free Lossless Audio Codec",

Missing ).

> +    .long_name = "FFVHuff",

I'm not sure that's how it's capitalized, but i might be wrong.

> +    .long_name = "Karl Morton\'s Video Codec",

' again.

> +    .long_name= "libmp3lame MP3 (MPEG audio layer 3)",

I don't see any reason to put "lib" in all the library names. They're  
called LAME and x264.




More information about the ffmpeg-devel mailing list