aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/oggflac_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann2010-01-061-1/+1
| | | | | | Invoke decoder_initialized() in the libFLAC metadata callback. This merges code from the FLAC and the OggFLAC decoder plugin into the common library.
* decoder/flac: remember audio_format, not stream_infoMax Kellermann2010-01-061-3/+3
|
* renamed decoder plugin sourcesMax Kellermann2010-01-041-0/+354
Make it X_decoder_plugin.c.