aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FfmpegMetaData.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-7/+7
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-2/+2
|
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* Tag*: move TagTable.hxx to libtag.aMax Kellermann2013-09-041-1/+1
|
* tag_table: convert to C++Max Kellermann2013-07-291-1/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann2013-01-281-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.
* decoder/ffmpeg: convert to C++Max Kellermann2013-01-261-0/+88