aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/flacdec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-1/+1
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-121-1/+1
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-121-1/+1
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-131-0/+1
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-211-1/+3
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-061-1/+76
* cosmetics: indentationJustin Ruggles2009-02-281-8/+8
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-281-0/+72