index
:
paraslash
master
next
pu
releases
v0.2
v0.3
paraslash - network audio streaming tools
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fec.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
fec: Remove modnn().
Andre Noll
2026-03-22
*
fec: Avoid explicit zeroing.
Andre Noll
2026-03-22
*
fec: Replace arr_alloc(1, k) by alloc(k).
Andre Noll
2026-03-22
*
fec: Remove pointless alloc_matrix().
Andre Noll
2026-03-22
*
Improve FEC documentation.
Andre Noll
2025-10-08
*
fec: Don't oversize gf_exp[].
Andre Noll
2025-08-03
*
fec.c: Remove an unused #include.
Andre Noll
2025-05-26
*
Include regex.h from para.h.
Andre Noll
2025-05-19
*
string: Introduce arr_alloc().
Andre Noll
2022-07-29
*
string: Rename para_calloc() -> zalloc().
Andre Noll
2022-07-29
*
string: Rename para_malloc() -> alloc().
Andre Noll
2022-07-29
*
Move statements after declarations.
Andre Noll
2011-05-15
*
Mark a couple of functions as const.
Andre Noll
2011-04-23
*
Get rid of some duplicate const qualifiers.
Andre Noll
2011-03-29
*
Add some missing FEC documentation.
Andre Noll
2009-12-20
*
Introduce para_regcomp.
Andre Noll
2009-07-08
*
Add some missing source code documentation.
Andre Noll
2009-05-10
*
fec: Fix comment to invert_mat().
Andre Noll
2009-03-08
*
More source code documentation.
Andre Noll
2009-03-01
*
Trivial doxygen fixes.
Andre Noll
2009-02-28
*
Add forward error correction code to the udp sender/receiver.
Andre Noll
2009-02-28