summaryrefslogtreecommitdiff
path: root/libavformat/flacenc.c
Commit message (Expand)AuthorAge
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-22
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
* cosmetics: add a comment in flac_write_header().Justin Ruggles2009-02-26
* Add support for full header extradata to raw FLAC muxer.Justin Ruggles2009-02-26
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26