aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/flac_metadata.c
Commit message (Collapse)AuthorAge
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-12
| | | | | The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
| | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
* decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann2012-02-11
|
* Merge branch 'v0.16.x'Max Kellermann2011-07-19
|\ | | | | | | | | | | Conflicts: NEWS configure.ac
| * decoder/flac: validate the sample rate when scanning the tagMax Kellermann2011-07-03
| | | | | | | | | | Don't calculate the song duration when the sample rate is 0 (division by zero crash).
* | copyright year 2011Max Kellermann2011-01-29
|/
* decoder_control: use g_free() to manage mixramp allocationsMax Kellermann2010-09-23
| | | | | Be consistent with the rest of MPD, and don't use the non-portable header "malloc.h".
* Add support for MixRamp tagsTim Phipps2010-03-21
| | | | | 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-17
| | | | | | 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: fix replay gain (short-circuiting "or")Tim Phipps2010-01-28
|
* decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann2010-01-06
| | | | Make this code is reusable.
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-04
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-11