]> git.sesse.net Git - ffmpeg/history - libavformat/flacdec.c
Add RTP packetization of VP8
[ffmpeg] / libavformat / flacdec.c
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-03-21 Justin Rugglesseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
2009-02-28 Justin Rugglescosmetics: indentation
2009-02-28 Justin RugglesSeparate the raw FLAC demuxer from raw.c and put in...