summaryrefslogtreecommitdiff
path: root/libavformat/flacenc.c
Commit message (Collapse)AuthorAge
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
| | | | | | muxer. Originally committed as revision 17606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add a comment in flac_write_header().Justin Ruggles2009-02-26
| | | | Originally committed as revision 17605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for full header extradata to raw FLAC muxer.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
Originally committed as revision 17601 to svn://svn.ffmpeg.org/ffmpeg/trunk