summaryrefslogtreecommitdiff
path: root/libavformat/flacdec.c
Commit message (Expand)AuthorAge
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-21
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* cosmetics: indentationJustin Ruggles2009-02-28
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28