Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-19 | decoder/ffmpeg: move code to lib/ffmpeg/Time.hxx | Max Kellermann | 1 | -48/+6 | |
2014-12-19 | decoder/ffmpeg: use av_free() instead of av_freep() | Max Kellermann | 1 | -1/+1 | |
2014-12-19 | decoder/ffmpeg: add API documentation | Max Kellermann | 1 | -1/+5 | |
2014-12-18 | decoder/ffmpeg: copy_interleave_frame() returns ConstBuffer | Max Kellermann | 1 | -12/+12 | |
2014-12-18 | decoder/ffmpeg: copy_interleave_frame() returns Error | Max Kellermann | 1 | -14/+22 | |
2014-12-18 | decoder/ffmpeg: pass AVPacket copy to ffmpeg_send_packet() | Max Kellermann | 1 | -7/+5 | |
2014-12-18 | decoder/ffmpeg: simplify ffmpeg_send_packet() | Max Kellermann | 1 | -15/+15 | |
2014-12-18 | decoder/ffmpeg: pass references instead of pointers | Max Kellermann | 1 | -33/+33 | |
2014-12-18 | decoder/ffmpeg: move code to class FfmpegBuffer | Max Kellermann | 1 | -17/+10 | |
2014-12-18 | decoder/ffmpeg: fix crash on out-of-memory | Max Kellermann | 1 | -3/+7 | |
Fixes regression by commit 7c8038e | |||||
2014-12-18 | decoder/ffmpeg: log detailed error message | Max Kellermann | 1 | -2/+2 | |
2014-12-18 | decoder/ffmpeg: remove obsolete comment | Max Kellermann | 1 | -1/+0 | |
2014-12-18 | decoder/ffmpeg: add "pure" attributes | Max Kellermann | 1 | -1/+2 | |
2014-12-15 | decoder/ffmpeg: detect and fix negative time stamps | Max Kellermann | 1 | -4/+7 | |
Works around assertion failure due to something that appears to be a (minor) FFmpeg bug. | |||||
2014-12-12 | vorbiscomments: Remove support for non-standard "album artist" tags. | Rasmus Steinke | 1 | -1/+0 | |
MPD used both "album artist" and "albumartist" tags and mapped them to one tag. This could lead to issues, if a file had both tags, causing MPD to send a list of albumartists instead of a single one. Since "album artist" is not a standard tag anyway and even its originators started to use the proper alternative, its time to say goodbye! | |||||
2014-12-11 | decoder/ffpmeg: make variables more local | Max Kellermann | 1 | -3/+2 | |
2014-12-11 | decoder/ffpmeg: simplify ffmpeg_send_packet() | Max Kellermann | 1 | -8/+8 | |
2014-12-11 | decoder/ffmpeg: support stream tags | Max Kellermann | 1 | -0/+39 | |
2014-12-11 | decoder/ffpmeg: move code to FfmpegScanMetadata() | Max Kellermann | 1 | -4/+18 | |
2014-12-10 | decoder/ffmpeg: support ReplayGain and MixRamp | Max Kellermann | 1 | -0/+56 | |
2014-12-10 | decoder/ffpmeg: use forward declarations | Max Kellermann | 2 | -9/+5 | |
2014-12-10 | decoder/ffpmeg: rename functions to CamelCase | Max Kellermann | 3 | -17/+17 | |
2014-12-10 | decoder/ffmpeg: optimize ffmpeg_scan_dictionary() | Max Kellermann | 1 | -7/+9 | |
Don't scan tag items if the handler doesn't implement the tag() method. | |||||
2014-12-09 | decoder/mad: convert "const" to "constexpr" | Max Kellermann | 1 | -4/+4 | |
2014-12-09 | decoder/ffmpeg: make the tag_table constexpr | Max Kellermann | 1 | -1/+1 | |
2014-12-09 | configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad | Max Kellermann | 1 | -1/+1 | |
2014-12-09 | configure.ac: add macro MPD_ENABLE_AUTO_LIB | Max Kellermann | 1 | -1/+1 | |
2014-12-08 | decoder/ffmpeg: support FFmpeg 2.5 | Max Kellermann | 1 | -0/+5 | |
Version 2.5 fixed an API oddity, however it broke API compatibility, at least with C++. Disable the workaround when a libavformat version is detected that is recent enough. | |||||
2014-12-04 | playlist, InotifySource, ...: update GLib comments | Max Kellermann | 1 | -2/+2 | |
2014-12-04 | decoder/sidplay: pass SidTuneMod to get_song_length() | Max Kellermann | 1 | -14/+9 | |
Eliminate duplicate SidTune construction. | |||||
2014-12-04 | decoder/sidplay: simplify the SidDatabase::length() call | Max Kellermann | 1 | -4/+2 | |
2014-12-04 | decoder/sidplay: include cleanup | Max Kellermann | 1 | -2/+0 | |
2014-12-04 | decoder/sidplay: use class SidDatabase | Max Kellermann | 1 | -51/+11 | |
Remove our own songlength database parser. | |||||
2014-12-04 | decoder/sidplay: use config_param::GetBlockPath() | Max Kellermann | 1 | -7/+12 | |
2014-12-04 | decoder/sidplay: make "songlength_file" local | Max Kellermann | 1 | -2/+1 | |
2014-12-04 | decoder/sidplay: pass parsed path to get_song_length() | Max Kellermann | 1 | -4/+3 | |
Eliminates duplicate ParseContainerPath() call. | |||||
2014-12-04 | decoder/sidplay: merge get_container_name() and get_song_num() | Max Kellermann | 1 | -50/+38 | |
2014-12-03 | util/SplitString: rename to DivideString | Max Kellermann | 2 | -4/+4 | |
2014-12-02 | decoder/gme: simplify ParseContainerPath() | Max Kellermann | 1 | -32/+27 | |
Use simple string and path parsing functions instead of GLib's g_pattern_match(), which was used in a very clumsy way. | |||||
2014-12-02 | decoder/gme: merge get_container_name() and get_song_num() | Max Kellermann | 1 | -54/+28 | |
There is duplicate code in the two. | |||||
2014-12-01 | decoder/gme: get_song_num() returns unsigned | Max Kellermann | 1 | -6/+9 | |
2014-12-01 | decoder/gme: move code to ScanMusicEmu() | Max Kellermann | 1 | -14/+22 | |
2014-12-01 | decoder/gme: move code to ScanGmeInfo() | Max Kellermann | 1 | -34/+42 | |
2014-11-25 | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 3 | -359/+0 | |
libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504 | |||||
2014-11-24 | decoder/{dsdiff,dsf,opus}: fix deadlock while seeking | Max Kellermann | 2 | -3/+3 | |
2014-11-22 | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 5 | -17/+17 | |
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 1 | -10/+8 | |
Simplify the definition of many build options. | |||||
2014-11-12 | decoder/opus: add MIME types audio/ogg and application/ogg | Max Kellermann | 1 | -0/+7 | |
2014-11-11 | decoder/opus: support chained streams | Max Kellermann | 1 | -1/+36 | |
2014-11-11 | decoder/opus: move code to HandleEOS() | Max Kellermann | 1 | -1/+8 | |