Changeset 881
- Timestamp:
- 05/17/08 23:52:57 (5 months ago)
- Files:
-
- trunk/FFusionCodec.h (modified) (1 diff)
- trunk/MatroskaExportVersion.h (modified) (1 diff)
- trunk/MatroskaImportVersion.h (modified) (1 diff)
- trunk/Plists/Perian-Info.plist (modified) (2 diffs)
- trunk/Plists/PerianPane-Info.plist (modified) (1 diff)
- trunk/Plists/PerianUpdateChecker-Info.plist (modified) (1 diff)
- trunk/Release/Makefile (modified) (2 diffs)
- trunk/TextSubCodec.h (modified) (1 diff)
- trunk/VobSubCodec.h (modified) (1 diff)
- trunk/ff_MovieImportVersion.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.h
r876 r881 29 29 //--------------------------------------------------------------------------- 30 30 31 #define kFFusionCodecVersion (0x0003000 3)31 #define kFFusionCodecVersion (0x00030004) 32 32 33 33 #define kDivX1CodecInfoResID 256 trunk/MatroskaExportVersion.h
r794 r881 24 24 25 25 // The high word is the codecInterfaceVersion 26 #define kMatroskaExportVersion (0x0002000 1)26 #define kMatroskaExportVersion (0x00020002) 27 27 28 28 #define kMatroskaExportShortFileTypeNamesResID 1025 trunk/MatroskaImportVersion.h
r806 r881 24 24 25 25 // The high word is the codecInterfaceVersion 26 #define kMatroskaImportVersion (0x0002000 2)26 #define kMatroskaImportVersion (0x00020003) trunk/Plists/Perian-Info.plist
r806 r881 8 8 <string>Perian</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>1.1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string>10 <string>1.1.1b1 (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 </string>18 <string>1.1.1b1</string> 19 19 <key>CFBundleSignature</key> 20 20 <string>????</string> 21 21 <key>CFBundleVersion</key> 22 <string>1.1 </string>22 <string>1.1.1b1</string> 23 23 <key>CSResourcesFileMapped</key> 24 24 <string>yes</string> trunk/Plists/PerianPane-Info.plist
r806 r881 33 33 <string>????</string> 34 34 <key>CFBundleVersion</key> 35 <string>1.1 </string>35 <string>1.1.1b1</string> 36 36 <key>CFBundleName</key> 37 37 <string>Perian</string> trunk/Plists/PerianUpdateChecker-Info.plist
r806 r881 18 18 <string>????</string> 19 19 <key>CFBundleVersion</key> 20 <string>1.1 </string>20 <string>1.1.1b1</string> 21 21 <key>NSMainNibFile</key> 22 22 <string>UpdateCheckerMainMenu</string> trunk/Release/Makefile
r806 r881 4 4 # Check the Perian.component target and PerianPane target. 5 5 6 VERSION=1.1 7 BETA= FALSE6 VERSION=1.1.1b1 7 BETA=TRUE 8 8 SRC_DIR=.. 9 9 BUILD_DIR=build … … 13 13 14 14 ifeq ($(BETA),TRUE) 15 BUILDSTYLE=De velopment15 BUILDSTYLE=Deployment+Debug 16 16 else 17 17 BUILDSTYLE=Deployment trunk/TextSubCodec.h
r313 r881 14 14 #define kManufacturer 'Peri' 15 15 16 #define kTextSubCodecVersion (0x0002000 1)16 #define kTextSubCodecVersion (0x00020002) 17 17 18 18 #define kSSASubCodecResource 250 trunk/VobSubCodec.h
r218 r881 10 10 11 11 // The high word is the codecInterfaceVersion 12 #define kVobSubCodecVersion (0x0002000 1)12 #define kVobSubCodecVersion (0x00020002) 13 13 14 14 #define kVobSubCodecFormatName "VobSub" trunk/ff_MovieImportVersion.h
r806 r881 24 24 #define __FF_MOVIEIMPORTVERSION__ 25 25 26 #define kFFAviComponentVersion 0x0001000 326 #define kFFAviComponentVersion 0x00010005 27 27 28 28 #define kChristophManufacturer 'Peri'
