]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 't/decoder_fixes'
authorAndre Noll <maan@systemlinux.org>
Tue, 26 Jun 2012 20:07:55 +0000 (22:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 26 Jun 2012 20:11:07 +0000 (22:11 +0200)
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.

1  2 
NEWS
wmadec_filter.c

diff --cc NEWS
index fa8e0249be9945f08cd4bf9c36531854cf8000f5,0ac2240effe91e4294c8ec901fe18f9c143e42d3..df54a6412db9ef55d4b580cbf7328b72f4a6e07f
--- 1/NEWS
--- 2/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.
  
  ------------------------------------------
diff --cc wmadec_filter.c
Simple merge