Changeset 41

Show
Ignore:
Timestamp:
04/06/07 19:38:32 (2 years ago)
Author:
gbooker
Message:

Version bump and changelog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/A52Preferences/Preferences-Info.plist

    r16 r41  
    1616        <string>????</string> 
    1717        <key>CFBundleVersion</key> 
    18         <string>1.0</string> 
     18        <string>1.7.5</string> 
    1919        <key>NSMainNibFile</key> 
    2020        <string>A52CodecPreferences</string> 
  • trunk/Info-A52Codec__Upgraded_.plist

    r28 r41  
    88        <string>A52Codec</string> 
    99        <key>CFBundleGetInfoString</key> 
    10         <string>1.7.2, CoreAudio A/52 and AC-3 Codec Component</string> 
     10        <string>1.7.5, CoreAudio A/52 and AC-3 Codec Component</string> 
    1111        <key>CFBundleIconFile</key> 
    1212        <string></string> 
     
    2020        <string>BNDL</string> 
    2121        <key>CFBundleShortVersionString</key> 
    22         <string>1.7.2</string> 
     22        <string>1.7.5</string> 
    2323        <key>CFBundleSignature</key> 
    2424        <string>SHEP</string> 
    2525        <key>CFBundleVersion</key> 
    26         <string>1.7.2</string> 
     26        <string>1.7.5</string> 
    2727</dict> 
    2828</plist> 
  • trunk/Info-AC3MovieImport.plist

    r28 r41  
    1616        <string>BNDL</string> 
    1717        <key>CFBundleShortVersionString</key> 
    18         <string>1.7.2</string> 
     18        <string>1.7.5</string> 
    1919        <key>CFBundleSignature</key> 
    2020        <string>eat </string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>1.7.2</string> 
     22        <string>1.7.5</string> 
    2323        <key>CSResourcesFileMapped</key> 
    2424        <true/> 
  • trunk/Read Me.rtf

    r28 r41  
    1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf41
     1{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf42
    22{\fonttbl\f0\fswiss\fcharset77 Helvetica;\f1\fswiss\fcharset77 Helvetica-Bold;} 
    33{\colortbl;\red255\green255\blue255;} 
     
    2323Includes an AC3 importer so QuickTime can read .ac3 files directly.\ 
    2424Includes a preferences file to enable or disable dobly surround encoding as well as dynamic range compression.\ 
     25AC3 Passthrough works in special conditions (note to application authors):\ 
     26         \'a5 The audio output must be set to the optical device\ 
     27         \'a5 The audio output sample rate must match that of the AC3\ 
     28         \'a5 The audio output should be set to encoded audio data so that other apps don't mix their sounds in.\ 
     29         \'a5 Only been tested on 48KHz AC3, so your milage may vary.\ 
     30         \'a5 Set the boolean key "attemptPassthrough" in "com.cod3r.a52codec"\ 
    2531\ 
    26 Does not include AC3 passthrough.  That is up to Apple to fix.  Bug them about it!\ 
    2732\ 
    2833 
     
    4752\f1\b\fs28 Release Notes 
    4853\f0\b0\fs24  (http://trac.cod3r.com/a52codec/wiki/ChangeLog):\ 
     54 
     55\f1\b 1.7.5\ 
     56 
     57\f0\b0  \'a5 Allow the setting of dynamic range.  Can make soft sounds louder.\ 
     58 \'a5 AC3 passthrough.  This is a hidden pref since it requires special conditions.  It is best set by the application after it has completed such setup.\ 
     59 \'a5 Fixed bug with badly packetized data\ 
     60 \'a5 Fixed a case where the audio was being clipped\ 
     61 \'a5 Fixed an incorrect assumption about sample rates.\ 
     62 \'a5 Fixed an error with an incomplete sample at the end of a file\ 
     63\ 
    4964 
    5065\f1\b 1.7.2\