aboutsummaryrefslogtreecommitdiff
path: root/audio/liba52-devel/pkg-descr
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-16 13:21:53 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-16 13:21:53 +0000
commitadc3a553ea124bb22bb23f7c163cece361149f0a (patch)
tree69dce57f67997319a7eb5db851a9a574cc1b12ec /audio/liba52-devel/pkg-descr
parenta5d43336b41353f4cfdf6be3cdfb0a2fb3064dc2 (diff)
downloadports-adc3a553ea124bb22bb23f7c163cece361149f0a.tar.gz
ports-adc3a553ea124bb22bb23f7c163cece361149f0a.zip
Notes
Diffstat (limited to 'audio/liba52-devel/pkg-descr')
-rw-r--r--audio/liba52-devel/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/liba52-devel/pkg-descr b/audio/liba52-devel/pkg-descr
new file mode 100644
index 000000000000..80f8b57edc4c
--- /dev/null
+++ b/audio/liba52-devel/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/