| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52' | Michael Niedermayer | 2014-06-01 | 1 | -2/+2 |
|\ |
|
| * | flac muxer: support reading updated extradata from side data | Anton Khirnov | 2014-06-01 | 1 | -2/+2 |
* | | Merge commit '54ed488b1af583df6c9d2a73b4a44f16b7e4f82c' | Michael Niedermayer | 2014-05-28 | 1 | -0/+2 |
|\| |
|
| * | flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel files | Anton Khirnov | 2014-05-28 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
|/ |
|
* | Put ff_flac_write_header() in a separate C file to allow it to be shared without | Justin Ruggles | 2010-03-23 | 1 | -23/+2 |
* | Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's | Justin Ruggles | 2010-03-22 | 1 | -2/+25 |
* | Add VorbisComment writing to FLAC files. | James Darnley | 2010-03-20 | 1 | -1/+2 |
* | Share the function to write a raw FLAC header and use it in the Matroska | Justin Ruggles | 2009-02-26 | 1 | -0/+29 |