Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -7/+7 | |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -2/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | tag_table: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-28 | decoder/ffmpeg: require ffmpeg/libav 0.7.6 | Max Kellermann | 1 | -9/+0 | |
This is the version present in Ubuntu Oneiric, the oldest distribution with gcc 4.6. Debian Squeeze is off target, because it has gcc 4.4, which is unable to compile MPD anyway. This commit drops all API compatibility hacks for older versions. | |||||
2013-01-26 | decoder/ffmpeg: convert to C++ | Max Kellermann | 1 | -3/+6 | |
2012-02-15 | decoder/ffmpeg: always use AV_VERSION_INT | Jonathan Neuschäfer | 1 | -1/+1 | |
2012-02-12 | tag_handler: handle arbitrary name/value pairs | Max Kellermann | 1 | -0/+20 | |
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 | -8/+12 | |
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | |||||
2012-02-11 | decoder/ffmpeg: use the tag_table library | Max Kellermann | 1 | -13/+9 | |
2012-02-11 | decoder/ffmpeg: move code to ffmpeg_metadata.c | Max Kellermann | 1 | -0/+65 | |