From: Andre Noll Date: Tue, 26 Jun 2012 20:07:55 +0000 (+0200) Subject: Merge branch 't/decoder_fixes' X-Git-Tag: v0.4.11~13 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=01a7db579a518a1a03b940a5a42411e49123ac1b;p=paraslash.git Merge branch 't/decoder_fixes' 97dbfe wmadec: Only decode one superframe at a time. d6e017 flacdec: Only process a single flac audio frame. 1e1968 flacdec_close(): Be liberal in what you accept. 3f96f9 oggdec: Fix EOF handling on repositioning. c7e2f7 oggdec: Realloc buffer to save memory. 634e75 oggdec: Do not decode more than necessary. These changes are well tested and there are no known problems. --- 01a7db579a518a1a03b940a5a42411e49123ac1b diff --cc NEWS index fa8e0249,0ac2240e..df54a641 --- a/NEWS +++ b/NEWS @@@ -2,10 -2,8 +2,11 @@@ 0.4.11 (to be announced) "mutual diversity" ------------------------------------------- + - Sideband connections: If both para_server and para_client + support this feature, data is sent as a multiplexed stream. - The --no_default_filters option of para_filter has been removed. ++ - Several fixes and latency improvements to various decoders. - Documentation improvements. ------------------------------------------