summaryrefslogtreecommitdiff
path: root/audio/libogg/pkg-descr
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-05-22 15:25:39 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-05-22 15:25:39 +0000
commitf4716ba6071104fa49eda7a66e10c883475364b1 (patch)
treea5c296fa6092b30cdb1b7140c5a9a4f699d4c511 /audio/libogg/pkg-descr
parent- Upgrade to 0.13. (diff)
* Update to 1.3.1: Guard against very large packets.
* Improve description.
Notes
Notes: svn path=/head/; revision=318776
Diffstat (limited to 'audio/libogg/pkg-descr')
-rw-r--r--audio/libogg/pkg-descr13
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/libogg/pkg-descr b/audio/libogg/pkg-descr
index f04523a34e3e..883da5946a8b 100644
--- a/audio/libogg/pkg-descr
+++ b/audio/libogg/pkg-descr
@@ -1,7 +1,8 @@
-Ogg project codecs use the Ogg bitstream format to arrange the raw,
-compressed bitstream into a more robust, useful form. For example,
-the Ogg bitstream makes seeking, time stamping and error recovery
-possible, as well as mixing several separate, concurrent media
-streams into a single physical bitstream.
+Ogg is a multimedia container format and the native file and stream
+format for the Xiph.org multimedia codecs. It encapsulates raw
+compressed data and allows the interleaving of audio and video data
+inside a single convient format. Ogg is a stream oriented container
+and provides packet framing, error detection, and periodic timestamps
+for seeking.
-WWW: http://www.xiph.org/ogg/
+WWW: https://www.xiph.org/ogg/