Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (991) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4328
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
libogg | Description: | Library for handling OGG files | Download: | libogg.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 325kb | Version: | 1.3.5 | Date: | 17 Feb 2023 | Author: | Xiph.Org Foundation | Submitter: | Fredrik Wikström | Homepage: | https://xiph.org/ogg/ | Category: | development/library/audio | Replaces: | development/library/audio/libogg.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 12432 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 73 (Current version) | | 1373 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Installation:
copy SDK/#? ALL SDK:
cd SDK:local/newlib/lib
makelink SOFT libogg.so libogg.so.0.8.5
About libogg:
The libogg package contains the Ogg file structure. This is useful for
creating (encoding) or playing (decoding) a single physical bit stream.
Ogg is a multimedia container format, and the native file and stream format
for the Xiph.org multimedia codecs. As with all Xiph.org technology is it an
open format free for anyone to use.
As with most container formats it encapsulates raw compressed data and allows
the interleaving of audio and video data inside a single convient format.
Other examples of container formats are Quicktime .mov, the MPEG program
stream, and AVI.
In addition to encapsulation and interleave of multiple data streams, Ogg
provides packet framing, error detection, and periodic timestamps for seeking,
and in a small, bounded percentage bitrate overhead.
Ogg is a stream oriented container, meaning it can be written and read in one
pass, making it a natural fit for internet streaming and use in processing
pipelines. This stream orientation is the major design difference over other
file-based container formats.
|