Mercurial > libavformat.hg
log flacenc.c @ 6449:3a28e6827095 libavformat
age | author | description |
---|---|---|
Mon, 22 Mar 2010 21:58:38 +0000 | jbr | Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's libavformat |
Sat, 20 Mar 2010 13:36:43 +0000 | jbr | Add VorbisComment writing to FLAC files. libavformat |
Thu, 26 Feb 2009 02:41:53 +0000 | jbr | Share the function to write a raw FLAC header and use it in the Matroska libavformat |
Thu, 26 Feb 2009 02:33:19 +0000 | jbr | cosmetics: add a comment in flac_write_header(). libavformat |
Thu, 26 Feb 2009 02:32:18 +0000 | jbr | Add support for full header extradata to raw FLAC muxer. libavformat |
Thu, 26 Feb 2009 02:29:24 +0000 | jbr | Use a shared function to validate FLAC extradata. libavformat |
Thu, 26 Feb 2009 02:21:43 +0000 | jbr | Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformat base raw.c@a7e445fedd75 |