Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-19 | 1 | -0/+3 |
|\ | | | | | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | decoder/flac: validate the sample rate when scanning the tag | Max Kellermann | 2011-07-03 | 1 | -0/+3 |
| | | | | | | | | | | Don't calculate the song duration when the sample rate is 0 (division by zero crash). | ||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ | |||||
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -0/+4 |
| | | | | | Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading. | ||||
* | replay_gain_info: allocate the struct statically | Max Kellermann | 2010-02-17 | 1 | -2/+5 |
| | | | | | | Don't allocate each replay_gain_info object on the heap. Those objects who held a pointer now store a full replay_gain_info object. This reduces the number of allocations and heap fragmentation. | ||||
* | decoder/flac: moved flac_tag_load() to flac_metadata.c | Max Kellermann | 2010-01-06 | 1 | -0/+3 |
| | | | | Make this code is reusable. | ||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | decoder/flac: moved code to flac_metadata.c | Max Kellermann | 2009-11-11 | 1 | -0/+45 |