| Commit message (Expand) | Author | Files | Lines |
2012-01-05 | decoder/ffmpeg: support libavformat 0.8 | Max Kellermann | 1 | -1/+1 |
2012-01-04 | decoder/ffmpeg: use avcodec_decode_audio4(), support libavcodec 0.8 | Max Kellermann | 1 | -1/+1 |
2012-01-04 | decoder/ffmpeg: use AVIOContext instead of ByteIOContext | Max Kellermann | 1 | -0/+2 |
2012-01-04 | input/ffmpeg: use the new AVIOContext API | Max Kellermann | 1 | -0/+2 |
2011-12-24 | output/osx: clear render buffer when there's not enough data | Max Kellermann | 1 | -0/+1 |
2011-12-24 | output/osx: remove sleep call from render callback | Max Kellermann | 1 | -0/+1 |
2011-12-21 | Playlist: fix bug in moving after current song | Maarten Sebregts | 1 | -0/+1 |
2011-12-13 | output/openal: force 16 bit playback, as 8 bit doesn't work | Max Kellermann | 1 | -0/+1 |
2011-12-13 | timer: fix time unit mixup in timer_delay() | Max Kellermann | 1 | -0/+2 |
2011-12-01 | Modify version string to post-release version 0.16.7~git | Avuton Olrich | 1 | -0/+3 |
2011-12-01 | mpd version 0.16.6release-0.16.6 | Avuton Olrich | 1 | -2/+2 |
2011-11-28 | decoder/ffmpeg: work around bogus channel count | Max Kellermann | 1 | -0/+1 |
2011-11-28 | mapper: check "r" permission on music directory | Max Kellermann | 1 | -1/+1 |
2011-11-28 | mapper: check "x" permission on music directory | Max Kellermann | 1 | -0/+1 |
2011-11-28 | mapper: fix the bogus "not a directory" error message | Max Kellermann | 1 | -0/+1 |
2011-11-28 | log: print reason for failure | Max Kellermann | 1 | -0/+1 |
2011-11-28 | encoder/wave: support packed 24 bit samples | Max Kellermann | 1 | -0/+1 |
2011-11-28 | encoder/null: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -1/+1 |
2011-11-28 | encoder/wave: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -1/+1 |
2011-11-28 | encoder/flac: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -0/+2 |
2011-11-27 | decoder_api: cancel initial seek when song is not seekable | Max Kellermann | 1 | -0/+2 |
2011-10-23 | path: autodetect filesystem encoding on Win32 | Denis Krjuchkov | 1 | -0/+1 |
2011-10-13 | configure.ac: define WINVER | Max Kellermann | 1 | -0/+1 |
2011-10-13 | event_pipe: fix WIN32 regression | Max Kellermann | 1 | -0/+1 |
2011-10-09 | Modify version string to post-release version 0.16.6~git | Avuton Olrich | 1 | -0/+3 |
2011-10-09 | mpd version 0.16.5release-0.16.5 | Avuton Olrich | 1 | -1/+1 |
2011-10-08 | output/openal: auto-fallback to mono if channel count is unsupported | Max Kellermann | 1 | -0/+2 |
2011-10-06 | playlist_song: fix absolute path support in playlists | Jesús Bravo Álvarez | 1 | -0/+1 |
2011-10-06 | player_thread: add flag "output_open", fixes assertion failure | Max Kellermann | 1 | -0/+1 |
2011-10-06 | player_control: auto-start playback when seeking is requested | Max Kellermann | 1 | -0/+1 |
2011-10-06 | player_thread: handle SEEK while not playing | Max Kellermann | 1 | -0/+3 |
2011-09-30 | Install systemd service file if systemd is available | Miklos Vajna | 1 | -0/+1 |
2011-09-22 | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann | 1 | -0/+1 |
2011-09-20 | fd_util: add function close_socket() | Max Kellermann | 1 | -0/+1 |
2011-09-19 | configure.ac: add option --enable-solaris-output | Max Kellermann | 1 | -0/+1 |
2011-09-19 | configure.ac: fix solaris result display | Max Kellermann | 1 | -1/+3 |
2011-09-16 | configure.ac: disable assertions in the non-debugging build | Max Kellermann | 1 | -0/+1 |
2011-09-15 | decoder/ffmpeg: don't require key frame for seeking | Max Kellermann | 1 | -0/+1 |
2011-09-15 | decoder/ffmpeg: higher precision timestamps | Max Kellermann | 1 | -0/+2 |
2011-09-15 | input/rewind: copy the MIME type only once | Max Kellermann | 1 | -0/+2 |
2011-09-08 | pcm_format: fix 32-to-24 bit conversion (the "silence" bug) | Max Kellermann | 1 | -0/+1 |
2011-09-01 | Modify version string to post-release version 0.16.5~git | Avuton Olrich | 1 | -0/+3 |
2011-09-01 | mpd version 0.16.4release-0.16.4 | Avuton Olrich | 1 | -1/+1 |
2011-09-01 | output/osx: don't drain the buffer when closing | Max Kellermann | 1 | -0/+1 |
2011-09-01 | configure.ac: auto-detect libmad without pkg-config | Max Kellermann | 1 | -0/+1 |
2011-09-01 | configure.ac: use MPD_AUTO_PKG to detect avahi | Max Kellermann | 1 | -0/+1 |
2011-09-01 | output_thread: reimplement CANCEL synchronization | Max Kellermann | 1 | -0/+1 |
2011-08-26 | input/curl: implement a hard-coded timeout of 10 seconds | Max Kellermann | 1 | -0/+1 |
2011-08-23 | output/pulse: fix deadlock when the stream was suspended | Max Kellermann | 1 | -0/+1 |
2011-08-23 | pulse/output: fix deadlock when resuming the stream | Max Kellermann | 1 | -0/+1 |