| Commit message (Expand) | Author | Files | Lines |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -253/+0 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -2/+2 |
2013-01-02 | don't include stdbool.h in C++ sources | Max Kellermann | 1 | -1/+0 |
2012-10-04 | decoder/flac: move flac_scan_file2() to main plugin file | Max Kellermann | 1 | -15/+0 |
2012-10-02 | decoder/flac: add method FLACMetadataChain::Scan() | Max Kellermann | 1 | -3/+9 |
2012-10-02 | decoder/flac: don't use FLAC__Metadata_SimpleIterator | Max Kellermann | 1 | -32/+8 |
2012-10-02 | decoder/flac: eliminate the obsolete "track number" code | Max Kellermann | 1 | -33/+12 |
2012-10-02 | decoder/flac: remove unused function flac_tag_load() | Max Kellermann | 1 | -14/+0 |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann | 1 | -13/+18 |
2012-09-05 | decoder/{flac,vorbis}: move tag table to XiphTags.c | Max Kellermann | 1 | -8/+2 |
2012-02-12 | tag_handler: handle arbitrary name/value pairs | Max Kellermann | 1 | -0/+13 |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -27/+51 |
2012-02-11 | decoder/{vorbis,flac}: use the tag_table library | Max Kellermann | 1 | -11/+10 |
2011-07-03 | decoder/flac: validate the sample rate when scanning the tag | Max Kellermann | 1 | -1/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-23 | decoder_control: use g_free() to manage mixramp allocations | Max Kellermann | 1 | -5/+2 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+43 |
2010-02-17 | replay_gain_info: allocate the struct statically | Max Kellermann | 1 | -10/+5 |
2010-01-28 | decoder/flac: fix replay gain (short-circuiting "or") | Tim Phipps | 1 | -8/+13 |
2010-01-06 | decoder/flac: moved flac_tag_load() to flac_metadata.c | Max Kellermann | 1 | -0/+53 |
2010-01-04 | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-11 | decoder/flac: moved code to flac_metadata.c | Max Kellermann | 1 | -0/+192 |