Logo by invent (anonymous IP: 3.137.180.62,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
a52.codec ----------- This file is the AmigaOS4 shared library port of the well known liba52 Copyright (C) Aaron Holtzman released under the GPL license. AmigaOS4 port by Csaba 'Chip' Simon This library is released under GPL license. Please read the LICENSE file for the license terms and conditions. Installation: Copy the bin/a52.codec file into your sys:libs/avcodecs directory NOTE! If you already have a52.library in the libs:avcodecs, delete it! Developer info: -------------- To use the library you'll need to call only one function to retrieve your decoder structure: AVCodec ac3_decoder = { "ac3", CODEC_TYPE_AUDIO, CODEC_ID_AC3, sizeof(AC3DecodeState), a52_decode_init, NULL, a52_decode_end, a52_decode_frame, }; This structure contains the adresses of the decoder functions and the codec type. ChangeLog: ---------- 2005.09.01 V51.1 Initial version 2005.09.02 V51.2 Simplified API 2005.09.09 V51.3 Interface Obtain/Release fix, compiles with newlib now 2007.05.01 V52.2 Updated interface file |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |