aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_metadata.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-121-0/+13
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-111-27/+51
* decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann2012-02-111-11/+10
* Merge branch 'v0.16.x'Max Kellermann2011-07-191-1/+2
|\
| * decoder/flac: validate the sample rate when scanning the tagMax Kellermann2011-07-031-1/+2
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* decoder_control: use g_free() to manage mixramp allocationsMax Kellermann2010-09-231-5/+2
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+43
* replay_gain_info: allocate the struct staticallyMax Kellermann2010-02-171-10/+5
* decoder/flac: fix replay gain (short-circuiting "or")Tim Phipps2010-01-281-8/+13
* decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann2010-01-061-0/+53
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-041-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-111-0/+192