aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
Commit message (Collapse)AuthorAgeFilesLines
* Fix build under -CURRENT by making it build with gcc 4.2. [1] TheDiane Bruce2007-07-052-0/+12
| | | | | | | | | | introduced patch fixes a bad macro in the source code. Notified by: Pav (via pointyhat) [1] Approved: ehaupt (mentor) Notes: svn path=/head/; revision=195017
* - Remove support for EOL FreeBSD releases. [1]Diane Bruce2007-04-232-11/+5
| | | | | | | | | | | - Replace pkg-plist with PLIST_FILES. [1] - Add backup distribution site. PR: ports/111943 [1] Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=190761
* Change my MAINTAINER: line in Makfile to db@FreeBSD.orgDiane Bruce2007-01-191-1/+1
| | | | | | | | | fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=182807
* - Update to 3.0Martin Wilke2006-12-103-6/+50
| | | | | | | | | PR: ports/106542 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> Approved by: maintainer Notes: svn path=/head/; revision=179418
* This library package provides several forward error correction (FEC) decodersIon-Mihai Tetcu2006-07-084-0/+63
and accelerated primitives useful in digital signal processing (DSP). Except for the Reed-Solomon codecs, these functions take full advantage of the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors and the Altivec/VMX/Velocity Engine SIMD instruction set on the G4 and G5 PowerPC. The library includes Viterbi decoders for the following convolutional codes: rate 1/2 k=7 rate 1/2 k=9 rate 1/6 k=15 ("Cassini") plus two Reed-Solomon encoder-decoders: one optimized for the (255,223) CCSDS standard code a general purpose encoder/decoder for arbitrary RS codes and three low-level 16-bit DSP support routines: signed dot product peak detection sum-of-squares (energy) computation This library is licensed under the "lesser" GNU General Public License. WWW: http://www.ka9q.net/code/fec/ - Diane Bruce, VA3DB db@db.net PR: ports/99895 Submitted by: db Notes: svn path=/head/; revision=167213