aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'release-0.17.6'Max Kellermann2013-10-141-1/+6
|\
| * release 0.17.6Max Kellermann2013-10-141-1/+1
| |
| * decoder/modplug: fix include directoryFlorian Schlichting2013-10-141-0/+2
| |
| * stored_playlist: use fs_charset_to_utf8() for URLsMax Kellermann2013-10-141-0/+1
| |
| * load_fileMax Kellermann2013-10-141-0/+2
| |
* | Merge branch 'v0.17.x'Max Kellermann2013-10-011-0/+4
|\|
| * mixer/alsa: handle ENODEVMax Kellermann2013-10-011-0/+2
| | | | | | | | | | Fixes busy loop when USB sound device gets unplugged (Mantis bug #3824).
| * prepare 0.17.6Max Kellermann2013-10-011-0/+2
| |
* | playlist/lastfm: remove defunct Last.fm supportMax Kellermann2013-09-281-1/+3
| | | | | | | | | | | | This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
* | SongFilter: search for album artist falls back to the artist tagMax Kellermann2013-09-261-0/+1
| | | | | | | | Implement Mantis ticket 0003646.
* | Listen: Allow tilde paths for socket.Maarten de Vries2013-09-121-0/+2
| |
* | input/curl: enable httpsAles Guzik2013-09-051-0/+1
| |
* | Commands: new command "toggleoutput"Max Kellermann2013-08-041-0/+2
| |
* | Merge tag 'release-0.17.5'Max Kellermann2013-08-041-1/+11
|\|
| * release 0.17.5Max Kellermann2013-08-041-1/+1
| |
| * FfmpegDecoderPlugin: add application/flv to mime types listJustin Riley2013-08-041-0/+1
| |
| * decoder/mikmod: use MikMod_free() to free the title on libmikmod-3.2Christoph Mende2013-08-011-0/+2
| | | | | | | | | | | | | | | | | | Player_LoadTitle() returns an aligned pointer in libmikmod-3.2 that cannot be freed with free(). The correct way to do this now is MikMod_free() which extracts the original pointer from the buffer and frees that. Signed-off-by: Christoph Mende <mende.christoph@gmail.com>
| * playlist_edit: fix "move" relative to current when there is no current songMax Kellermann2013-08-011-0/+1
| | | | | | | | Fixes Mantis #3770.
| * configure.ac: detect system "ar"Michael Mair-Keimberger2013-08-011-0/+2
| |
| * commmand: fix URI argument in playlistaddtsufeki2013-08-011-0/+2
| |
| * prepare 0.17.5Max Kellermann2013-04-161-1/+2
| |
* | decoder/ffmpeg: require ffmpeg/libav 0.8Max Kellermann2013-07-311-0/+1
| | | | | | | | | | Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft.
* | input/soup: plugin removedMax Kellermann2013-04-171-0/+2
| | | | | | | | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
* | output/ffado: remove broken pluginMax Kellermann2013-04-171-0/+1
| | | | | | | | | | This plugin has been in MPD for three years, and it has never worked. Enough!
* | output/mvp: remove obsolete pluginMax Kellermann2013-04-171-0/+1
| | | | | | | | | | | | The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal.
* | StateFile: schedule timer only after a changeMax Kellermann2013-04-081-1/+1
| | | | | | | | | | | | Save the state file 2 minutes after the last change. This reduces the disruptions by an idle MPD, and MPD can be paged out permanently until it is used.
* | Merge tag 'release-0.17.4'Max Kellermann2013-04-081-0/+2
|\|
| * release 0.17.4release-0.17.4Max Kellermann2013-04-081-1/+1
| |
| * player_control: don't emit IDLE_PLAYER before audio format is knownMax Kellermann2013-04-081-0/+1
| | | | | | | | | | Eliminates one IDLE_PLAYER call in playlist_control, and add two new ones to player_thread. Fixes Mantis bug 3636.
| * ffmpeg decoder plugin: do not allocate an AVFrame on stack.Anton Khirnov2013-04-051-0/+1
| | | | | | | | AVFrame must be allocated with avcodec_alloc_frame().
* | Merge branch 'v0.17.x'Max Kellermann2013-02-271-0/+1
|\|
| * clock: add missing includeHagen Fritsch2013-02-271-0/+1
| |
* | Merge branch 'v0.17.x'Max Kellermann2013-02-191-0/+4
|\|
| * command: allow to omit END in ranges (START:END)Jörg Thalheim2013-02-191-0/+2
| | | | | | | | | | If END is omitted, mpd should use the highest possible value instead of raising an error. This partially reverts 52e9cab1c1743f64a7
| * player_thread: implement missing "idle" events on output errorsMax Kellermann2013-02-041-0/+2
| | | | | | | | | | | | When all outputs fail, MPD automatically pauses playback, but did not emit the IDLE_PLAYER event. Thus, clients were not woken up. (Mantis 3665)
* | output/alsa: workaround for noise after manual song changeMax Kellermann2013-02-041-0/+1
| | | | | | | | | | Workaround for driver bug observed on the Raspberry Pi, see code comment for details.
* | decoder/mp4ff: delete obsolete pluginMax Kellermann2013-01-281-0/+1
| | | | | | | | The underlying library has been obsolete for many years.
* | Merge branch 'v0.17.x'Max Kellermann2013-01-161-0/+5
|\|
| * decoder/ffmpeg: support float planar audioBrice Jaglin2013-01-161-0/+2
| |
| * Modify version string to post-release version 0.17.4~gitAvuton Olrich2013-01-061-0/+3
| |
* | Merge tag 'release-0.17.3'Max Kellermann2013-01-071-1/+1
|\|
| * mpd version 0.17.3release-0.17.3Avuton Olrich2013-01-061-1/+1
| |
* | Merge branch 'v0.17.x'Max Kellermann2013-01-031-0/+3
|\|
| * cue_parser: fix CUE files with only one trackMax Kellermann2013-01-031-0/+1
| | | | | | | | | | Track whether _finish() has been called, and deliver all partial results then. Fixes Mantis ticket 0003621.
| * cue_parser: fix memory leakMax Kellermann2013-01-031-0/+2
| |
* | Merge branch 'v0.17.x'Max Kellermann2012-10-051-0/+3
|\| | | | | | | | | Conflicts: src/PlaylistSave.cxx
| * decoder/ffmpeg: support planar audioMax Kellermann2012-10-051-0/+1
| | | | | | | | Implements Mantis feature request 3582.
| * decoder/ffmpeg: ignore negative time stampsMax Kellermann2012-10-051-0/+2
| | | | | | | | Works around assertion failure in decoder_timestamp().
* | decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-041-0/+1
| | | | | | | | | | | | Implement the "scan_stream" method that can read tags from any input_stream object. This requires a FLAC__IOCallbacks implementation based on the input_stream API.
* | Merge branch 'v0.17.x'Max Kellermann2012-10-021-0/+1
|\|