aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.16.x'Max Kellermann2011-06-035-2/+30
|\
| * 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
* | cue_tag: show CUE track numbersQball Cow2011-05-092-0/+10
* | decoder/ffpmeg: don't use av_metadata_conv() in ffmpeg 0.7Max Kellermann2011-05-091-0/+2
* | decoder/ffmpeg: use AVIOContext instead of ByteIOContextMax Kellermann2011-05-092-0/+13
* | input/ffmpeg: use the new AVIOContext APIMax Kellermann2011-05-092-1/+38
* | decoder/ffmpeg: use avcodec_decode_audio3() if availableMax Kellermann2011-04-121-1/+22
* | decoder/ffmpeg: make variables more localMax Kellermann2011-04-121-27/+16
* | decoder/ffmpeg: drop support for pre-0.5 ffmpegAnton Khirnov2011-04-124-65/+2
* | Merge branch 'v0.16.x'Max Kellermann2011-04-125-4/+16
|\|
| * 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
* | | playlist: Despotify plugin: Correct init in daemon modeSimon Kagstrom2011-04-121-1/+1
* | | doc: Add despotify user documentationSimon Kagstrom2011-04-121-0/+82
* | | doc: INSTALL: Add despotify dependenciesSimon Kagstrom2011-04-121-0/+3
* | | configure.ac: Correct error message for missing despotify packageSimon Kagstrom2011-04-121-1/+1
* | | fix common misspellingsJonathan Neuschäfer2011-03-3122-38/+38
* | | build: Add despotify to build systemSimon Kagstrom2011-03-292-0/+42
* | | doc: Add configuration help for despotifySimon Kagstrom2011-03-291-0/+11
* | | playlist: Add despotify playlist pluginSimon Kagstrom2011-03-293-0/+245
* | | input: Add despotify input pluginSimon Kagstrom2011-03-294-0/+261
* | | despotify: Add support utilitiesSimon Kagstrom2011-03-294-0/+194
* | | decoder: PCM decoder: Inherit seekable from the input streamSimon Kagstrom2011-03-231-1/+1
* | | decoder: PCM decoder: Break loop if EOF is encounteredSimon Kagstrom2011-03-231-0/+4
* | | Remove unused headers in Roar plugin.Hans-Kristian Arntzen2011-03-232-9/+0
* | | Merge commit 'release-0.16.2'Max Kellermann2011-03-1924-43/+128
|\| |
| * | 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