aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liba52/pkg-descr
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-16 21:21:53 +0800
committerlioux <lioux@FreeBSD.org>2001-10-16 21:21:53 +0800
commitb306f28f4c6a1bb1243aad3cb0b1af2aaebeb5f5 (patch)
tree16bdc3291814ea96bcc9120fe2217fda5b790193 /audio/liba52/pkg-descr
parent54fd09c4a8f9a510ea51250e8e25cdfaf2fd400b (diff)
downloadfreebsd-ports-gnome-b306f28f4c6a1bb1243aad3cb0b1af2aaebeb5f5.tar.gz
freebsd-ports-gnome-b306f28f4c6a1bb1243aad3cb0b1af2aaebeb5f5.tar.zst
freebsd-ports-gnome-b306f28f4c6a1bb1243aad3cb0b1af2aaebeb5f5.zip
New port liba52 version 0.7.1b: A free library for decoding ATSC
A/52 streams, aka AC-3
Diffstat (limited to 'audio/liba52/pkg-descr')
-rw-r--r--audio/liba52/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/liba52/pkg-descr b/audio/liba52/pkg-descr
new file mode 100644
index 000000000000..80f8b57edc4c
--- /dev/null
+++ b/audio/liba52/pkg-descr
@@ -0,0 +1,24 @@
+[ from developer's site ]
+It is a free library for decoding ATSC A/52 streams, aka AC-3. The
+A/52 standard is used in a variety of applications, e.g., digital
+television and DVD. The main goals in liba52 development are:
+
+Portability - most of the code is written in C, and when we use
+platform-specific optimizations we always have a generic C routine
+to fall back on.
+
+Reuseability - we do not want liba52 to include any project-specific
+code, but it should still include enough features to be used by
+very diverse projects.
+
+Precision - We are trying to implement all of the A/52 standard,
+and to have a very precise output by doing all the calculations in
+floating point. We have a test suite that detects any deviation in
+the output when compared to previous versions. We do not have access
+to official A/52 test vectors though, so we have to use our judgement
+to ensure that such deviations are only intruduced when we fix bugs!
+
+Speed - liba52 is really fast, on any modern PC it should take only
+a few percent of CPU time.
+
+WWW: http://liba52.sourceforge.net/