aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-18decoder/ffmpeg: add "pure" attributesMax Kellermann1-1/+2
2014-12-15decoder/ffmpeg: detect and fix negative time stampsMax Kellermann1-4/+7
2014-12-12vorbiscomments: Remove support for non-standard "album artist" tags.Rasmus Steinke1-1/+0
2014-12-11decoder/ffpmeg: make variables more localMax Kellermann1-3/+2
2014-12-11decoder/ffpmeg: simplify ffmpeg_send_packet()Max Kellermann1-8/+8
2014-12-11decoder/ffmpeg: support stream tagsMax Kellermann1-0/+39
2014-12-11decoder/ffpmeg: move code to FfmpegScanMetadata()Max Kellermann1-4/+18
2014-12-10decoder/ffmpeg: support ReplayGain and MixRampMax Kellermann1-0/+56
2014-12-10decoder/ffpmeg: use forward declarationsMax Kellermann2-9/+5
2014-12-10decoder/ffpmeg: rename functions to CamelCaseMax Kellermann3-17/+17
2014-12-10decoder/ffmpeg: optimize ffmpeg_scan_dictionary()Max Kellermann1-7/+9
2014-12-09decoder/mad: convert "const" to "constexpr"Max Kellermann1-4/+4
2014-12-09decoder/ffmpeg: make the tag_table constexprMax Kellermann1-1/+1
2014-12-09configure.ac: use MPD_ENABLE_AUTO_LIB for libfaadMax Kellermann1-1/+1
2014-12-09configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann1-1/+1
2014-12-08decoder/ffmpeg: support FFmpeg 2.5Max Kellermann1-0/+5
2014-12-04playlist, InotifySource, ...: update GLib commentsMax Kellermann1-2/+2
2014-12-04decoder/sidplay: pass SidTuneMod to get_song_length()Max Kellermann1-14/+9
2014-12-04decoder/sidplay: simplify the SidDatabase::length() callMax Kellermann1-4/+2
2014-12-04decoder/sidplay: include cleanupMax Kellermann1-2/+0
2014-12-04decoder/sidplay: use class SidDatabaseMax Kellermann1-51/+11
2014-12-04decoder/sidplay: use config_param::GetBlockPath()Max Kellermann1-7/+12
2014-12-04decoder/sidplay: make "songlength_file" localMax Kellermann1-2/+1
2014-12-04decoder/sidplay: pass parsed path to get_song_length()Max Kellermann1-4/+3
2014-12-04decoder/sidplay: merge get_container_name() and get_song_num()Max Kellermann1-50/+38
2014-12-03util/SplitString: rename to DivideStringMax Kellermann2-4/+4
2014-12-02decoder/gme: simplify ParseContainerPath()Max Kellermann1-32/+27
2014-12-02decoder/gme: merge get_container_name() and get_song_num()Max Kellermann1-54/+28
2014-12-01decoder/gme: get_song_num() returns unsignedMax Kellermann1-6/+9
2014-12-01decoder/gme: move code to ScanMusicEmu()Max Kellermann1-14/+22
2014-12-01decoder/gme: move code to ScanGmeInfo()Max Kellermann1-34/+42
2014-11-25decoder/mp4v2: remove because of incompatible licenseMax Kellermann3-359/+0
2014-11-24decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann2-3/+3
2014-11-22configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann5-17/+17
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann1-10/+8
2014-11-12decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann1-0/+7
2014-11-11decoder/opus: support chained streamsMax Kellermann1-1/+36
2014-11-11decoder/opus: move code to HandleEOS()Max Kellermann1-1/+8
2014-11-11decoder/opus: improved error loggingMax Kellermann1-4/+11
2014-11-11decoder/opus: fix mistyped LoadEOSPacket() return valueMax Kellermann1-1/+1
2014-11-11decoder/opus: eliminate flag "found_opus"Max Kellermann1-5/+3
2014-11-11decoder/opus: add constexpr output_buffer_framesMax Kellermann1-8/+10
2014-11-10decoder/ffmpeg: support opusMax Kellermann1-1/+2
2014-11-10decoder/audiofile: fix bit rate calculationMax Kellermann1-1/+1
2014-11-07decoder/ffmpeg: support opusMax Kellermann1-1/+2
2014-11-02decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann1-10/+2
2014-11-02decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien1-0/+1
2014-11-01Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann1-1/+2
2014-10-28decoder/mad: fix negative replay gain valuesMax Kellermann1-1/+1
2014-10-25decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann2-20/+4