aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann2011-03-231-1/+1
| | | | Fix clang warning.
* Add support for MixRamp tagsTim Phipps2010-03-211-1/+6
| | | | | Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
* decoder/flac: support streams without STREAMINFO blockMax Kellermann2010-01-061-0/+12
|
* decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann2010-01-061-15/+4
| | | | | | 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
|
* decoder/flac: removed CUE sheet supportMax Kellermann2010-01-061-295/+1
| | | | This feature has been moved to the "flac" playlist plugin.
* decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann2010-01-061-53/+0
| | | | Make this code is reusable.
* renamed decoder plugin sourcesMax Kellermann2010-01-041-0/+838
Make it X_decoder_plugin.c.