summaryrefslogtreecommitdiff
path: root/fec.c (follow)
Commit message (Expand)AuthorAge
* fec: Remove modnn().Andre Noll2026-03-22
* fec: Avoid explicit zeroing.Andre Noll2026-03-22
* fec: Replace arr_alloc(1, k) by alloc(k).Andre Noll2026-03-22
* fec: Remove pointless alloc_matrix().Andre Noll2026-03-22
* Improve FEC documentation.Andre Noll2025-10-08
* fec: Don't oversize gf_exp[].Andre Noll2025-08-03
* fec.c: Remove an unused #include.Andre Noll2025-05-26
* Include regex.h from para.h.Andre Noll2025-05-19
* string: Introduce arr_alloc().Andre Noll2022-07-29
* string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* Move statements after declarations.Andre Noll2011-05-15
* Mark a couple of functions as const.Andre Noll2011-04-23
* Get rid of some duplicate const qualifiers.Andre Noll2011-03-29
* Add some missing FEC documentation.Andre Noll2009-12-20
* Introduce para_regcomp.Andre Noll2009-07-08
* Add some missing source code documentation.Andre Noll2009-05-10
* fec: Fix comment to invert_mat().Andre Noll2009-03-08
* More source code documentation.Andre Noll2009-03-01
* Trivial doxygen fixes.Andre Noll2009-02-28
* Add forward error correction code to the udp sender/receiver.Andre Noll2009-02-28