Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/flac: fix enum mismatch in flac_tell_cb() | Max Kellermann | 2011-03-23 | 1 | -1/+1 |
| | | | | Fix clang warning. | ||||
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -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 block | Max Kellermann | 2010-01-06 | 1 | -0/+12 |
| | |||||
* | decoder/flac: moved decoder initialization to _flac_common.c | Max Kellermann | 2010-01-06 | 1 | -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_info | Max Kellermann | 2010-01-06 | 1 | -3/+3 |
| | |||||
* | decoder/flac: removed CUE sheet support | Max Kellermann | 2010-01-06 | 1 | -295/+1 |
| | | | | This feature has been moved to the "flac" playlist plugin. | ||||
* | decoder/flac: moved flac_tag_load() to flac_metadata.c | Max Kellermann | 2010-01-06 | 1 | -53/+0 |
| | | | | Make this code is reusable. | ||||
* | renamed decoder plugin sources | Max Kellermann | 2010-01-04 | 1 | -0/+838 |
Make it X_decoder_plugin.c. |