summaryrefslogtreecommitdiffstats
path: root/libavformat/flacdec.c
Commit message (Expand)AuthorAgeFilesLines
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+0
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-061-14/+0
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-301-1/+1
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-111-2/+2
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add VorbisComment writing to FLAC files.James Darnley2010-03-201-0/+1
* 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
OpenPOWER on IntegriCloud