![]()  | Logo by Liksmaskaren  (anonymous IP: 10.9.5.176,0)  | |||||||||||
  | ||||||||||||
 
 
   Audio (347)   Datatype (51)   Demo (204)   Development (609)   Document (24)   Driver (98)   Emulation (153)   Game (1027)   Graphics (510)   Library (119)   Network (236)   Office (67)   Utility (938)   Video (72) Total files: 4455 Full index file Recent index file 
  Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty 
Support the site  
 | 
 
 [Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 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 (c) 2004-2025 by Björn Hagström All Rights Reserved  Amiga OS and its logos are registered trademarks of Hyperion Entertainment  |