udp_send: Also mention the FEC parameters of all targets.
[paraslash.git] / fecdec_filter.c
2009-03-08 Andre NollMake FEC work with oggvorbis streams.
2009-03-04 Andre NollRecognize the eof packet also in the udp receiver.
2009-03-02 Andre NollFix some gcc warnings on x86_64.
2009-03-02 Andre NollMerge commit 'meins/master'
2009-03-01 Andre NollSimplify dispatch_slice().
2009-03-01 Andre Nollfecdec: Add some more documentation, minor improvements.
2009-03-01 Andre Nollfecdec: Minor cleanups.
2009-03-01 Andre Nollfecdec.c: Add some more sanity checks to find_group().
2009-03-01 Andre Nollfecdec.c: Don't warn about incomplete slices at close...
2009-03-01 Andre Nollfecdec_filter.c: Kill useless UNUSED_GROUP_NUM.
2009-03-01 Andre Nollfecdec_filter cleanups and documentation improvements.
2009-03-01 Andre NollAdd some more FEC source code documentation.
2009-02-28 Andre NollTrivial doxygen fixes.
2009-02-28 Andre NollMerge branch 'gerrit'
2009-02-28 Andre NollAdd forward error correction code to the udp sender...