CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/10/26 10:03:56
Modified files:
audio/mpd : Makefile
audio/mpd/patches:
patch-src_decoder_plugins_FfmpegDecoderPlugin_cxx
Added files:
audio/mpd/patches:
patch-src_decoder_plugins_GmeDecoderPlugin_cxx
patch-src_output_OutputCommand_cxx
Log message:
Merge fixes from the upstream stable 'v0.19.x' branch:
decoder/ffmpeg: fix crash due to wrong avio_alloc_context() call
(git commit 1958f78cc1bd47ce1c9b57db41194f85aed942ab)
decoder/gme: call decoder_seek_error() on seek error
(git commit 93c97972b9cb41284f8af8b653e056484bbf4717)
output/Command: flush the mixer cache when enabling/disabling output
(git commit ac61d43720393803cb3f6bc5c74aea588e1ca68d)