aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACDecoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/ogg_codec: convert to C++Max Kellermann2013-01-071-4/+1
* decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-041-2/+32
* decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann2012-10-041-1/+9
* decoder/flac: move callbacks to class FLACInputMax Kellermann2012-10-021-96/+13
* decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann2012-10-021-6/+1
* decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann2012-10-021-9/+1
* decoder/flac: add C++ libFLAC wrappersMax Kellermann2012-10-021-13/+8
* decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-021-3/+2
* decoder/flac: use C++ compilerMax Kellermann2012-10-021-0/+450