aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decoder: use AVDictionary instead of AVMetadataMax Kellermann2011-07-181-1/+14
* database: require X_OK on parent directory, not R_OKMax Kellermann2011-07-181-1/+1
* NEWS: fix memory leaksMax Kellermann2011-07-181-1/+2
* output/shout: fix a memory leakJonathan Neuschäfer2011-07-181-12/+16
* output/recorder: fix a memory leakJonathan Neuschäfer2011-07-181-3/+7
* output/httpd: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+1
* output/ao: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+3
* conf: add missing fclose in error pathJonathan Neuschäfer2011-07-181-1/+10
* sticker: fix a memory leakJonathan Neuschäfer2011-07-181-1/+3
* ape: add missing g_free in error pathJonathan Neuschäfer2011-07-181-1/+3
* configure: correct avahi/bonjour state on result pageMax Kellermann2011-07-031-7/+7
* test/run_filter: remove unused variable "frame_size"Max Kellermann2011-07-031-3/+0
* test/read_conf: make variables more localMax Kellermann2011-07-031-9/+7
* test/read_conf: fix -Wunused-but-set-variableMax Kellermann2011-07-031-1/+1
* doc/protocol: add some missing specificationsJonathan Ballet2011-07-031-7/+127
* decoder/flac: validate the sample rate when scanning the tagMax Kellermann2011-07-033-1/+6
* ffmpeg: workaround for semantic API change in recent ffmpeg versionsoblique2011-07-032-2/+4
* doc/user: Typo in playlist plugin documentation, 'playlist plugin' not 'filter'.Tony Miller2011-07-031-1/+1
* Modify version string to post-release version 0.16.4~gitAvuton Olrich2011-06-042-1/+4
* mpd version 0.16.3release-0.16.3Avuton Olrich2011-06-042-2/+2
* directory: allow directories with just playlistsMax Kellermann2011-05-093-1/+9
* playlist_song: fix playlist files in base music directoryMax Kellermann2011-05-092-0/+8
* playlist_song: fix NULL pointer dereferenceMax Kellermann2011-05-092-1/+2
* decoder/ffmpeg: use avcodec_decode_audio3() if availableMax Kellermann2011-05-092-2/+23
* decoder/ffmpeg: make variables more localMax Kellermann2011-05-091-27/+16
* decoder/ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavcAnton Khirnov2011-05-092-0/+6
* decoder/ffmpeg: define fallback macro AV_VERSION_INT()Max Kellermann2011-05-091-1/+5
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-04-123-2/+9
|\
| * listen: suppress "unused variable" warningMax Kellermann2011-03-231-0/+2
| * command: fix return value of handle_currentsong()Max Kellermann2011-03-231-1/+1
| * configure.ac: Enable HAVE_OGG_COMMON when using libtremorSimon Kagstrom2011-03-232-1/+3
| * encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-162-0/+4
| * Modify version string to post-release version 0.15.17~gitAvuton Olrich2011-03-132-1/+4
* | decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann2011-03-231-1/+1
* | audio_parser: fix assertion failure in audio format mask parserMax Kellermann2011-03-232-1/+3
* | Modify version string to post-release version 0.16.3~gitAvuton Olrich2011-03-182-1/+4
* | mpd version 0.16.2release-0.16.2Avuton Olrich2011-03-182-2/+2
* | command: print playlist load errorMax Kellermann2011-03-181-1/+1
* | output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-181-1/+1
* | update_walk: ignore parameter "mode" on WIN32Max Kellermann2011-03-181-0/+1
* | audio_format, output_thread: add more audio_format_valid() assertionsMax Kellermann2011-03-164-0/+13
* | encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-162-0/+4
* | Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-165-10/+23
|\|
| * mpd version 0.15.16release-0.15.16Avuton Olrich2011-03-132-2/+2
| * output/jack: fix crash with mono playbackMax Kellermann2011-02-272-1/+2
| * output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann2011-02-251-5/+6
| * Insure proper initialization of stack-allocated struct.Christopher Brannon2011-02-152-1/+6
| * update: log all file permission problemsMax Kellermann2011-01-312-0/+7
| * Fix NDEBUG testAndreas Wiese2011-01-141-1/+1
* | output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein2011-03-092-0/+2