Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -5/+5 | |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 1 | -2/+2 | |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -6/+6 | |
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/+2 | |
2013-09-26 | TagHandler: use a TagBuilder internally | Max Kellermann | 1 | -9/+6 | |
Reduce heap allocator overhead. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -2/+2 | |
2013-09-04 | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -5/+5 | |
2013-07-29 | tag_table: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | XiphTags: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder/vorbis: convert to C++ | Max Kellermann | 1 | -3/+3 | |
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 | -12/+23 | |
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 | -10/+11 | |
2012-02-11 | decoder/vorbis: move code to vorbis_comment.c | Max Kellermann | 1 | -0/+131 | |