Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-03 | util/SplitString: rename to DivideString | Max Kellermann | 1 | -2/+2 | |
2014-09-24 | decoder/flac: pass VorbisComment to flac_parse_mixramp() | Max Kellermann | 1 | -4/+1 | |
2014-09-24 | decoder/flac: move code to tag/MixRamp.cxx | Max Kellermann | 1 | -35/+10 | |
2014-09-24 | decoder/flac: pass VorbisComment to flac_parse_replay_gain() | Max Kellermann | 1 | -4/+1 | |
2014-09-24 | tag/ReplayGain: add VorbisComment parser | Max Kellermann | 1 | -24/+10 | |
Move code from the Vorbis and FLAC decoder plugins. | |||||
2014-09-24 | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxx | Max Kellermann | 1 | -11/+2 | |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 1 | -0/+10 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-08 | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 1 | -4/+4 | |
2013-12-14 | decoder/flac: simplify the comment parsers | Max Kellermann | 1 | -30/+26 | |
2013-12-14 | decoder/flac: VorbisComment_Entry is null-terminated | Max Kellermann | 1 | -19/+6 | |
Don't duplicate the buffer just to null-terminate the string. According to libFLAC API documentation, the string is already null-terminated. | |||||
2013-12-14 | util/SplitString: new utility class | Max Kellermann | 1 | -9/+6 | |
To replace g_strdup(). | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 | |
2013-10-26 | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 1 | -20/+13 | |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 1 | -3/+2 | |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -6/+6 | |
2013-10-22 | decoder/flac: fix tag name comparison | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 1 | -1/+2 | |
Replaces GLib's g_ascii_strncasecmp(). | |||||
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -2/+2 | |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 1 | -1/+1 | |
2013-09-26 | TagHandler: use a TagBuilder internally | Max Kellermann | 1 | -1/+4 | |
Reduce heap allocator overhead. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -2/+2 | |
2013-09-04 | TagTable: un-inline the two functions | Max Kellermann | 1 | -1/+1 | |
Reduce header dependencies. | |||||
2013-09-04 | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-07-31 | Tag: add method Clear() | Max Kellermann | 1 | -2/+2 | |
Allow reusing Tag instances. | |||||
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-07-29 | tag_table: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | XiphTags: convert to C++ | Max Kellermann | 1 | -6/+2 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -2/+2 | |
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 | |
The "bool" type is built-in. | |||||
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 | |
Merge common code. | |||||
2012-10-02 | decoder/flac: don't use FLAC__Metadata_SimpleIterator | Max Kellermann | 1 | -32/+8 | |
Use the new FLACMetadataIterator C++ class, which is more powerful. | |||||
2012-10-02 | decoder/flac: eliminate the obsolete "track number" code | Max Kellermann | 1 | -33/+12 | |
This has been deprecated by the "embcue" playlist plugin. | |||||
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 | |
Merge duplicate data. | |||||
2012-02-12 | tag_handler: handle arbitrary name/value pairs | Max Kellermann | 1 | -0/+13 | |
The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins. | |||||
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -27/+51 | |
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | |||||
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 | |
Don't calculate the song duration when the sample rate is 0 (division by zero crash). | |||||
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 | |
Be consistent with the rest of MPD, and don't use the non-portable header "malloc.h". | |||||
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+43 | |
Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading. | |||||
2010-02-17 | replay_gain_info: allocate the struct statically | Max Kellermann | 1 | -10/+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. | |||||
2010-01-28 | decoder/flac: fix replay gain (short-circuiting "or") | Tim Phipps | 1 | -8/+13 | |