aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/flacenc.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '54ed488b1af583df6c9d2a73b4a44f16b7e4f82c'Michael Niedermayer2014-05-281-0/+2
|\
| * flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-281-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
|/
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-231-23/+2
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-221-2/+25
* Add VorbisComment writing to FLAC files.James Darnley2010-03-201-1/+2
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-261-0/+29