aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/oggflac_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/oggflac: delete this obsolete pluginMax Kellermann2011-09-011-354/+0
| | | | | libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
* 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.