]> git.sesse.net Git - ffmpeg/history - libavformat/flacenc.c
Add forgotten minor bump and changelog entry for the SAP muxer
[ffmpeg] / libavformat / flacenc.c
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...