| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's | Justin Ruggles | 2010-03-22 | 1 | -23/+0 |
* | Add VorbisComment writing to FLAC files. | James Darnley | 2010-03-20 | 1 | -4/+64 |
* | Share the function to write a raw FLAC header and use it in the Matroska | Justin Ruggles | 2009-02-26 | 1 | -4/+9 |
* | cosmetics: add a comment in flac_write_header(). | Justin Ruggles | 2009-02-26 | 1 | -0/+1 |
* | Add support for full header extradata to raw FLAC muxer. | Justin Ruggles | 2009-02-26 | 1 | -2/+4 |
* | Use a shared function to validate FLAC extradata. | Justin Ruggles | 2009-02-26 | 1 | -6/+19 |
* | Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. | Justin Ruggles | 2009-02-26 | 1 | -0/+74 |