]> git.sesse.net Git - ffmpeg/history - libavformat/flacenc.c
Change ASF demuxer to return incomplete last packets.
[ffmpeg] / libavformat / flacenc.c
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...