summaryrefslogtreecommitdiff
path: root/libavformat/flacenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* flac muxer: support reading updated extradata from side dataAnton Khirnov2014-06-01
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-28
* flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-28
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* flac muxer: add option to disable writing the global headerJustin Ruggles2014-01-09
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-02
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov2010-10-27
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-14
* 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