summaryrefslogtreecommitdiffstats
path: root/src/conv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-7/+5
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-4/+4
* core/conv/conv.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+1
* update/extend doxygen documentationHarald Welte2017-06-121-3/+2
* core/conv: implement optimized Viterbi decoderTom Tsou2017-04-111-0/+9
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-1/+1
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut2011-11-241-0/+34
* core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut2011-11-241-32/+94
* core/conv: Really only consider error for non-zero soft valuesSylvain Munaut2011-11-241-3/+6
* core/conv: Minor documentation improvementsSylvain Munaut2011-11-241-0/+1
* freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther2011-11-091-1/+3
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-0/+33
* core/conv: Only consider error for non-zero soft valuesSylvain Munaut2011-04-281-3/+6
* core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut2011-04-261-0/+493