]> git.sesse.net Git - ffmpeg/history - libavformat/flacenc.c
lavc: Remove old vaapi decode infrastructure
[ffmpeg] / libavformat / flacenc.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2014-06-01 Anton Khirnovflac muxer: support reading updated extradata from...
2014-05-28 Anton Khirnovvorbiscomment: simplify API by using av_dict_count()
2014-05-28 Anton Khirnovflac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK...
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
2014-01-09 Justin Rugglesflac muxer: add option to disable writing the global...
2013-09-16 Clément Bœschlavf: Don't explicitly flush after each written packet...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2011-11-02 Diego BiurrunReplace vendor string in Ogg and FLAC muxers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some flac symbols used...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-27 Anton Khirnovvorbiscomment: convert metadata before computing the...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-14 Anton Khirnovvorbiscomment: change ff_vorbiscomment_write to take...
2010-03-22 Justin RugglesMove ff_flac_write_header() to flacenc.h, which removes...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2009-02-26 Justin RugglesShare the function to write a raw FLAC header and use...
2009-02-26 Justin Rugglescosmetics: add a comment in flac_write_header().
2009-02-26 Justin RugglesAdd support for full header extradata to raw FLAC muxer.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-26 Justin RugglesSeparate the raw FLAC muxer from raw.c to its own file...