This release contains bug fixes for many decoder plugins. This release
also adds True Audio file support and WAV streaming in the ffmpeg
decoder plugin.

Thanks go out to all those involved.

Get it:
http://downloads.sourceforge.net/musicpd/mpd-0.14.2.tar.bz2

Report bugs:
http://musicpd.org/mantis
--
 NEWS                         |   28 +++++++-
 configure.ac                 |    9 ++-
 src/decoder/aac_plugin.c     |    2 +-
 src/decoder/ffmpeg_plugin.c  |   37 +++++++---
 src/decoder/mod_plugin.c     |    6 --
 src/decoder/wavpack_plugin.c |    4 +-
 src/mapper.c                 |   19 +++++-
 src/output/jack_plugin.c     |   22 +++---
 src/output/shout_mp3.c       |   18 +++--
 src/output/shout_ogg.c       |   17 +----
 src/output/shout_plugin.c    |  161 ++++++++----------------------------------
 src/output/shout_plugin.h    |   11 +---
 src/player_thread.c          |    5 +-
 src/update.c                 |   10 ++-
 14 files changed, 150 insertions(+), 199 deletions(-)

Avuton Olrich (2):
      Modify version string to post-release version 0.14.2~git
      mpd version 0.14.2

David Horn (1):
      ffmeg: added support for the tags comment, genre, year

Matthias Drochner (1):
      mikmod: call MikMod_Exit() only in the finish() method

Max Kellermann (25):
      jack: register ports before activating clients
      jack: allocate ring buffers before connecting
      jack: clear "shutdown" flag on reconnect
      jack: reduced sleep time to 1ms
      mapper: remove trailing slashes from music_directory
      mapper: ignore duplicate slashes in playlists
      wavpack: pass NULL if the .wvc file fails to open
      player_thread: set player error when output device fails
      shout_mp3: free the lame_data struct on exit
      shout_mp3: call lame_close() in clear_encoder() method
      ffmpeg: print codec name
      ffmpeg: don't warn of empty packet output
      ffmpeg: check if the time stamp is valid
      ffmpeg: fixed seek integer overflow
      shout: removed shout_data.shout_error
      shout: removed shout_data.tag_to_send
      shout: switch to blocking mode
      shout: use libshout's synchronization
      shout: don't postpone metadata
      shout: clear buffer before calling the encoder
      configure.ac: define HAVE_FFMPEG after all checks
      ffmpeg: added TTA support
      aac: fix stream metadata
      update: recursively purge deleted directories
      update: free deleted subdirectories

Qball Cow (1):
      ffmpeg: enable WAV streaming
-- 
avuton
--
|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to