| Commit message (Expand) | Author | Files | Lines |
2012-02-13 | listen: implement systemd socket activation | Max Kellermann | 1 | -0/+1 |
2012-02-13 | command: new command "config" | Max Kellermann | 1 | -0/+1 |
2012-02-13 | decoder/ffmpeg: read the "year" tag | Max Kellermann | 1 | -0/+1 |
2012-02-13 | decoder_api: check state before emitting initial seek command | Max Kellermann | 1 | -0/+2 |
2012-02-13 | pcm_buffer: pcm_buffer_get() never returns NULL | Max Kellermann | 1 | -0/+1 |
2012-02-12 | db_print: print extra "playlist" object for embedded CUE sheets | Max Kellermann | 1 | -0/+1 |
2012-02-10 | cue_parser: new line based CUE sheet parser | Max Kellermann | 1 | -0/+1 |
2012-02-09 | command: add optional range parameter to "load" | Max Kellermann | 1 | -0/+1 |
2012-02-04 | Modify version string to post-release version 0.16.8~git | Avuton Olrich | 1 | -0/+3 |
2012-02-04 | mpd version 0.16.7release-0.16.7 | Avuton Olrich | 1 | -1/+1 |
2012-02-03 | decoder/ffmpeg: use AV_SAMPLE_FMT_* if available | Max Kellermann | 1 | -1/+1 |
2012-02-03 | decoder/ffmpeg: support all MPD tags | Max Kellermann | 1 | -0/+1 |
2012-01-05 | mixer/alsa: listen for external volume changes | Max Kellermann | 1 | -0/+2 |
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: implement 32 bit playback | Max Kellermann | 1 | -0/+1 |
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-24 | command: new command "seekcur" | 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: use alGetSourcei(AL_BUFFER) to force-unqueue buffers | Max Kellermann | 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-13 | winmm_output_plugin: fail if wrong device specified instead of using fallback. | Denis Krjuchkov | 1 | -0/+1 |
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-20 | audio_format: basic support for floating point samples | Max Kellermann | 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: allow references to songs outside the musicdir | 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 |