Changeset 939

Show
Ignore:
Timestamp:
09/17/08 17:42:32 (2 months ago)
Author:
astrange
Message:

Do the rest of the last commit.
Fix a malformed patch.
Rename one of the "Update Perian" buttons to "Check For Updates". (need to do this on trunk too)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/Patches/ffmpeg-no-interlaced.diff

    r931 r939  
    1212 #define ALLOW_NOCHROMA 
    1313  
    14 Index: ffmpeg/libavcodec/h264.h 
    15 =================================================================== 
    16 --- ffmpeg/libavcodec/h264.h    (revision 14508) 
    17 +++ ffmpeg/libavcodec/h264.h    (working copy) 
    18 @@ -55,7 +55,7 @@ 
    19   
    20  /* Compiling in interlaced support reduces the speed 
    21   * of progressive decoding by about 2%. */ 
    22 -#define ALLOW_INTERLACE 
    23 +//#define ALLOW_INTERLACE 
    24   
    25  #define ALLOW_NOCHROMA 
    26   
  • branches/perian-1.1/PerianPrefPane.nib/classes.nib

    r784 r939  
    8585                                <key>textField_installStatus</key> 
    8686                                <string>NSTextField</string> 
     87                                <key>textField_updateStatus</key> 
     88                                <string>NSTextField</string> 
    8789                                <key>textView_about</key> 
    8890                                <string>NSTextView</string> 
  • branches/perian-1.1/PerianPrefPane.nib/info.nib

    r887 r939  
    44<dict> 
    55        <key>IBFramework Version</key> 
    6         <string>652</string> 
     6        <string>672</string> 
    77        <key>IBLastKnownRelativeProjectPath</key> 
    88        <string>Perian.xcodeproj</string> 
     
    1111        <key>IBOpenObjects</key> 
    1212        <array> 
    13                 <integer>32</integer> 
     13                <integer>28</integer> 
    1414        </array> 
    1515        <key>IBSystem Version</key> 
    16         <string>9C7010</string> 
     16        <string>9F33</string> 
    1717        <key>targetFramework</key> 
    1818        <string>IBCocoaFramework</string> 
  • branches/perian-1.1/Plists/Perian-Info.plist

    r887 r939  
    88        <string>Perian</string> 
    99        <key>CFBundleGetInfoString</key> 
    10         <string>1.1.1b1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 
     10        <string>1.1.1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 
    1111        <key>CFBundleIdentifier</key> 
    1212        <string>org.perian.Perian</string> 
     
    1616        <string>BNDL</string> 
    1717        <key>CFBundleShortVersionString</key> 
    18         <string>1.1.1b1</string> 
     18        <string>1.1.1</string> 
    1919        <key>CFBundleSignature</key> 
    2020        <string>????</string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>1.1.1b1</string> 
     22        <string>1.1.1</string> 
    2323        <key>CSResourcesFileMapped</key> 
    2424        <string>yes</string> 
  • branches/perian-1.1/Plists/PerianPane-Info.plist

    r887 r939  
    3333        <string>????</string> 
    3434        <key>CFBundleVersion</key> 
    35         <string>1.1.1b1</string> 
     35        <string>1.1.1</string> 
    3636        <key>CFBundleName</key> 
    3737        <string>Perian</string> 
  • branches/perian-1.1/Plists/PerianUpdateChecker-Info.plist

    r887 r939  
    1818        <string>????</string> 
    1919        <key>CFBundleVersion</key> 
    20         <string>1.1.1b1</string> 
     20        <string>1.1.1</string> 
    2121        <key>NSMainNibFile</key> 
    2222        <string>UpdateCheckerMainMenu</string>