Christian Reißmann (design)
-Gerrit Renker <gerrit@erg.abdn.ac.uk> (dccp improvments, IPv6 support)
+Gerrit Renker <gerrit@erg.abdn.ac.uk> (dccp improvements, IPv6 support)
+
+Luigi Rizzo <luigi@iet.unipi.it> (FEC)
Michael Smith <msmith@xiph.org> (vcut)
* Mp3, ogg vorbis, aac(m4a) support
* Local or remote http, dccp, and udp network audio streaming
* IPv6 support
+ * Forward error correction allows receivers to recover from packet losses
* Volume normalizer
* Stream grabbing at any point in the filter chain
* Stand-alone command line receiver/decoder/normalizer/player
0.3.4 (to be announced) "elliptic inheritance"
----------------------------------------------
-The new udp sender, colored logs and various other improvements.
-
- - The udp sender replaces the ortp sender. The new code is
- both smaller and cleaner than the old ortp sender/receiver
- code. As the udp sender does not depend on any special
- libraries, it is built unconditionally. The default port
- for udp streaming now defaults to 8000, like for the http
- and the dccp senders/receivers.
+The new udp sender, forward error correcton, colored logs and various
+other improvements. As the udp sender does not depend on any special
+libraries, it is built unconditionally.
+
+ - The udp sender replaces the ortp sender. The new code uses forward
+ error correction to protect against packet losses. Many thanks to
+ Gerrit Renker for providing ipv6 support.
+ - The default port for udp streaming now defaults to 8000, like
+ for the http and the dccp senders/receivers.
- Loglevels are now specified as symbolic names, e.g.
"--loglevel info".
+ - improved ipv4 and ipv6 URI parser (Gerrit Renker).
- para_server/para_audiod: Color support for log messages.
- new options for mp3dec: --ignore-crc, --bufsize
- new audiod option: --config-file.