OS4 DepotLogo by Marko 
(anonymous IP: 3.15.141.216,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Audio » Misc » a52_avcodec.lha

A52_avcodec

Description: shared liba52 for AmigaOS4
Download: a52_avcodec.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 134kb
Version: 52.2
Date: 06 Feb 08
Author: Csaba 'Chip' Simon
Submitter: Csaba 'Chip' Simon
Email: chip/mundo-r com
Requirements: AmigaOS4
Category: audio/misc
Replaces: audio/misc/a52_lib.lha
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 3410
 
Comments: 4
Snapshots: 0
Videos: 0
Downloads: 18  (Current version)
18  (Accumulated)

[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-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment