aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_metadata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/flac: validate the sample rate when scanning the tagMax Kellermann2011-07-031-0/+3
| | | | | Don't calculate the song duration when the sample rate is 0 (division by zero crash).
* Add support for MixRamp tagsTim Phipps2010-03-211-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 staticallyMax Kellermann2010-02-171-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.cMax Kellermann2010-01-061-0/+3
| | | | Make this code is reusable.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-111-0/+45