Changeset 939
- Timestamp:
- 09/17/08 17:42:32 (2 months ago)
- Files:
-
- branches/perian-1.1/Patches/ffmpeg-no-interlaced.diff (modified) (1 diff)
- branches/perian-1.1/PerianPrefPane.nib/classes.nib (modified) (1 diff)
- branches/perian-1.1/PerianPrefPane.nib/info.nib (modified) (2 diffs)
- branches/perian-1.1/PerianPrefPane.nib/keyedobjects.nib (modified) (previous)
- branches/perian-1.1/Plists/Perian-Info.plist (modified) (2 diffs)
- branches/perian-1.1/Plists/PerianPane-Info.plist (modified) (1 diff)
- branches/perian-1.1/Plists/PerianUpdateChecker-Info.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/Patches/ffmpeg-no-interlaced.diff
r931 r939 12 12 #define ALLOW_NOCHROMA 13 13 14 Index: ffmpeg/libavcodec/h264.h15 ===================================================================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 speed21 * of progressive decoding by about 2%. */22 -#define ALLOW_INTERLACE23 +//#define ALLOW_INTERLACE24 25 #define ALLOW_NOCHROMA26 branches/perian-1.1/PerianPrefPane.nib/classes.nib
r784 r939 85 85 <key>textField_installStatus</key> 86 86 <string>NSTextField</string> 87 <key>textField_updateStatus</key> 88 <string>NSTextField</string> 87 89 <key>textView_about</key> 88 90 <string>NSTextView</string> branches/perian-1.1/PerianPrefPane.nib/info.nib
r887 r939 4 4 <dict> 5 5 <key>IBFramework Version</key> 6 <string>6 52</string>6 <string>672</string> 7 7 <key>IBLastKnownRelativeProjectPath</key> 8 8 <string>Perian.xcodeproj</string> … … 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer> 32</integer>13 <integer>28</integer> 14 14 </array> 15 15 <key>IBSystem Version</key> 16 <string>9 C7010</string>16 <string>9F33</string> 17 17 <key>targetFramework</key> 18 18 <string>IBCocoaFramework</string> branches/perian-1.1/Plists/Perian-Info.plist
r887 r939 8 8 <string>Perian</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>1.1.1 b1(SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string>10 <string>1.1.1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 11 11 <key>CFBundleIdentifier</key> 12 12 <string>org.perian.Perian</string> … … 16 16 <string>BNDL</string> 17 17 <key>CFBundleShortVersionString</key> 18 <string>1.1.1 b1</string>18 <string>1.1.1</string> 19 19 <key>CFBundleSignature</key> 20 20 <string>????</string> 21 21 <key>CFBundleVersion</key> 22 <string>1.1.1 b1</string>22 <string>1.1.1</string> 23 23 <key>CSResourcesFileMapped</key> 24 24 <string>yes</string> branches/perian-1.1/Plists/PerianPane-Info.plist
r887 r939 33 33 <string>????</string> 34 34 <key>CFBundleVersion</key> 35 <string>1.1.1 b1</string>35 <string>1.1.1</string> 36 36 <key>CFBundleName</key> 37 37 <string>Perian</string> branches/perian-1.1/Plists/PerianUpdateChecker-Info.plist
r887 r939 18 18 <string>????</string> 19 19 <key>CFBundleVersion</key> 20 <string>1.1.1 b1</string>20 <string>1.1.1</string> 21 21 <key>NSMainNibFile</key> 22 22 <string>UpdateCheckerMainMenu</string>
