Log of changes made between Jun-2004 and Jul-2004

Date Developer Files Checkin comment
2004/06/29 akharkev ref-impl/src/impl/ImplAAFImportDescriptor.h, ref-impl/src/impl/ImplAAFPCMDescriptor.cpp, ref-impl/src/impl/ImplAAFPCMDescriptor.h, ref-impl/src/impl/ImplAAFPhysicalDescriptor.cpp, ref-impl/src/impl/ImplAAFPhysicalDescriptor.h, ref-impl/src/impl/ImplAAFSoundDescriptor.cpp, ref-impl/src/impl/ImplAAFSoundDescriptor.h Add $Id$ and $Name$ CVS keywords to aid identification of version and branch.
2004/06/29 akharkev ref-impl/src/impl/ImplAAFImportDescriptor.cpp Add $Id$ and $Name$ CVS keywords to aid identification of version and branch.
2004/06/24 phil_tudor ref-impl/include/AAFFileKinds.h, ref-impl/src/OM/OMMSSStoredObject.cpp, ref-impl/src/OM/OMSSSStoredObject.cpp AAF 4K SS signature corrected
2004/06/24 creederickson AAFPPCDarwinSDK/g++/Scripts/mkDistPackage Minor correction to distributed package to avoid unpacking into enclosing Dist directory.
2004/06/24 creederickson ref-impl/include/AAFCOMPlatform.h, ref-impl/include/AAFCOMPlatformTypes.h Minor clean up centered on Metrowerks compiler support
2004/06/23 phil_tudor ref-impl/include/AAFFileKinds.h Change file kinds to GUIDs instead of broken ULs.
2004/06/22 jptrainor AAFWinSDK/Test/com/MultiGenTest/MultiGenTest.dsp Disable warnings for VC6 debug builds to avoid annoying warning 4786 that cannot be turned off with a pragma in VC6.
2004/06/22 terabrit meta/headergen/makefile Not used since 2001. Use GNUmakefile instead
2004/06/21 stuart_hc AAFWinSDK/AAFWinSDK.sln, examples2/axHrMap/axHrMap.vcproj, examples2/axMasterMobEx/axMasterMobEx.vcproj, examples2/axPlugin/axPlugin.vcproj, examples2/axPluginInfo/axPluginInfo.vcproj Resync .sln and .vcproj files with .dsw and .dsp files (Using VC++ 7.0)
2004/06/21 stuart_hc dist/CreateDistribution.bash Remove MACOS9 cruft, add SparcSolaris support. Use version name of form 1.0.2.0 instead of using underscore.
2004/06/21 stuart_hc ref-impl/src/OM/OMMSSStoredObject.cpp Clarified comment on reason for STGOPTIONS_VERSION test.
2004/06/18 jptrainor examples2/axFileGen/FileGenOps/AudioEssenceSource.cpp Add casts to resolve compiler warnings.
2004/06/17 jptrainor AAFWinSDK/AAFWinSDK.dsw Remove AAFShellExt
2004/06/17 jptrainor examples2/axFileGen/axFileGen.cpp disable warning 4660 - template-class specialization already instantiated
2004/06/17 jptrainor examples2/axHrMap/axHrMap.dsp, examples2/axMasterMobEx/axMasterMobEx.dsp, examples2/axPluginInfo/axPluginInfo.dsp Disable warnings in debug builds to avoid copius VC6 4786 warnings that cannot be successfully disabled using Microsoft\'s pragma.
2004/06/17 jptrainor examples2/axLib/AxIterator.cpp Disable warning 4660 on windows - template already instantiated.
2004/06/17 jptrainor examples2/axFileGen/FileGenOps/ParamMaps.cpp Change if defined(OS_WINDOWS) to ifdef WIN32 to activate the warning disable pragma.
2004/06/17 jptrainor examples2/axPlugin/axPlugin.dsp Added missing AxPluginIIDs.cpp file to solve link error. How did it dissappear?
2004/06/17 jptrainor ref-impl/src/OM/OMMSSStoredObject.cpp Changed _MSC_VER < 1300 to ifndef STGOPTIONS_VERSION in the test for existence of STGOPTIONS declaration introduced in ver 1.64
2004/06/17 jptrainor Utilities/aafviewer/src/aafmeta2dot/AAFXsMapper.cpp disable warning 4800 on windows - conversion from aafBoolean_t to bool
2004/06/17 terabrit ref-impl/include/AAFInterpolatorDefs.h Added Log and Power
2004/06/17 terabrit meta/AAFMetaDict.xls Added colorimetry, datadefs, interpolation defs
2004/06/16 tbingham sss-impl/include/StructuredStorage.h Remove autoduck comments pasted from elsewhere.
2004/06/16 jptrainor test/com/ComModTestAAF/ModuleTests/CAAFMobTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFMobsTest.cpp Added usageCode search test.
2004/06/16 jptrainor ref-impl/src/impl/ImplAAFMob.cpp, ref-impl/src/impl/ImplAAFMob.h, ref-impl/src/impl/ImplEnumAAFMobs.cpp Added usageCode search support.
2004/06/16 jptrainor ref-impl/include/com-api/AAFTypes.h, ref-impl/include/com-api/AAFTypes.idl, ref-impl/include/ref-api/AAF.h, ref-impl/include/ref-api/AAFTypes.h, ref-impl/src/com-api/CAAFEnumValidation.cpp, ref-impl/src/com-api/CAAFEnumValidation.h Added usageCode to the aafSearchCrit_t tags union, and added kAAFByUsageCode to aafSearchTag_e. (autogenerated)
2004/06/16 jptrainor dodo/AAFTypes.dod Added usageCode to the aafSearchCrit_t tags union, and added kAAFByUsageCode to aafSearchTag_e.
2004/06/14 tbingham build/history/VadeMecum.txt Improve (again) example for finding the dates/times of tags.
2004/06/14 tbingham build/history/VadeMecum.txt Improve example for finding the dates/times of tags.
2004/06/14 tbingham build/history/flatlog.awk Fix non-portable C-style comment.
2004/06/11 tbingham doc/AAFProjectFAQ.html cvs.aaf.sourceforge.net -> cvs.sourceforge.net
2004/06/09 asuraparaju Utilities/eli2aaf/eli2aaf.cpp, examples2/axFileGen/FileGenOps/File.cpp, ref-impl/include/AAFFileKinds.h, ref-impl/include/AAFFileMode.h, ref-impl/src/OM/OMMSSStoredObject.cpp, ref-impl/src/OM/OMSSSStoredObject.cpp, ref-impl/src/impl/ImplAAFFile.cpp, ref-impl/src/impl/ImplAAFModule.cpp, test/com/ComFileKindTest/ComFileKindTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFGetFileBitsTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomRawStorageTest.cpp, test/com/CreateSequence/CreateSequence.cpp, test/com/MultiGenTest/MultiGenTests/FileOp.cpp, test/com/ScaleTest/README.txt, test/com/ScaleTest/runaaftest.sh The AAF SDK now creates 4k sectors by default when using Named file API. Named File API changes: Replaced mode flag AAF_FILE_MODE_USE_LARGE_SS_SECTORS with AAF_FILE_MODE_USE_SMALL_SS_SECTORS. Raw Storage API changes: Renamed all 512 byte sector encodings in AAFFileKinds.h to reflect the sector size. E.g. renamed aafFileKindAafSSBinary to aafFileKindAaf512Binary.
2004/06/09 asuraparaju examples/com-api/ComExtension/ComPersonnelExtension/extensionReadPlugin.cpp, examples/com-api/ComExtension/ComPersonnelExtension/extensionWritePlugin.cpp Fix run-time error on PPC Darwin when running ComPersonnelPluginWrite.
2004/06/09 stuart_hc test/com/ComModTestAAF/ModuleTests/CAAFTimelineMobSlotTest.cpp Fixed compile error on MSVC 7.x
2004/06/09 phil_tudor ref-impl/include/AAFDataDefs.h Use SMPTE RP224/MXF values.
2004/06/09 stuart_hc ref-impl/include/AAFSDKBuild.h Beta is appropriate for rosebud at this stage
2004/06/09 stuart_hc ref-impl/src/OM/GNUmakefile Merge of CVS tip (as of tag V102_RC2) into rosebud branch
2004/06/08 jptrainor ref-impl/src/OM/GNUmakefile Add command to remove OMMSSStoredObject.cpp from CXXOBJS if the compiler is MIPSPro. It is not necessary, and causes problems, now that librefstg.a is gone.
2004/06/08 jptrainor ref-impl/src/OM/OMMSSStoredObject.cpp Undo previous change - better solution found by excluding the file in the GNUMakefile
2004/06/08 jptrainor ref-impl/src/OM/OMMSSStoredObject.cpp Fix MipsPro link problems. Template instances are assigned to this compliation unit thus dragging in unresolvable librefstg.a symbols. This is no good now that librefstg.a has been removed for V1.0.2. The simplest solution is to not compile this file. That is not possible now, so ifdef out all the code.
2004/06/08 stuart_hc unixaafsdk.mak, AAFMipsIrixSDK/MIPSpro/sss-impl/libSSRW2C.a, AAFPPCDarwinSDK/g++/sss-impl/libSSRW2C.a, AAFPPCDarwinSDK/g++/sss-impl/libSSRW2C.dylib, AAFSparcSolarisSDK/g++/sss-impl/libSSRW2C.a, AAFWinSDK/AAFWinSDK.dsw, AAFWinSDK/AAFWinSDK.sln, AAFWinSDK/MakeSDK.vcproj, AAFWinSDK/MakeSDKExamples.vcproj, AAFWinSDK/MakeSDKExamples2.dsp, AAFWinSDK/MakeSDKExamples2.vcproj, AAFWinSDK/MakeSDKUtilities.vcproj, AAFWinSDK/win32aafsdk.mak, AAFWinSDK/DevUtils/Dump/dump.vcproj, AAFWinSDK/Everything/Everything.vcproj, AAFWinSDK/Test/com/ComFileKindTest/ComFileKindTest.vcproj, AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp, AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.vcproj, AAFWinSDK/Test/com/CreateSequence/CreateSequence.vcproj, AAFWinSDK/Test/com/EssenceAccess/EssenceAccess.vcproj, AAFWinSDK/Test/com/MultiGenTest/MultiGenTest.vcproj, AAFWinSDK/Utilities/AAFConverterLib/AAFConverterLib.vcproj, AAFWinSDK/Utilities/AafOmf/AafOmf.vcproj, AAFWinSDK/Utilities/aafviewer/aaf2dot/aaf2dot.dsp, AAFWinSDK/Utilities/aafviewer/aaf2dot/aaf2dot.vcproj, AAFWinSDK/Utilities/aafviewer/aafmeta2dot/aafmeta2dot.vcproj, AAFWinSDK/Utilities/eli2aaf/eli2aaf.dsp, AAFWinSDK/Utilities/eli2aaf/eli2aaf.vcproj, AAFWinSDK/examples/com-api/ComAAFInfo/ComAAFInfo.vcproj, AAFWinSDK/examples/com-api/ComClientTestAAF/ComClientTestAAF.dsp, AAFWinSDK/examples/com-api/ComClientTestAAF/ComClientTestAAF.vcproj , AAFWinSDK/examples/com-api/ComCutsTestAAF/ComCutsTestAAF.vcproj, AAFWinSDK/examples/com-api/ComEssenceDataTest/ComEssenceDataTest.vc proj, AAFWinSDK/examples/com-api/ComExtension/ComExtensionRead.vcproj, AAFWinSDK/examples/com-api/ComExtension/ComExtensionWrite.vcproj, AAFWinSDK/examples/com-api/ComPersonnelExtension/ComPersonnelExtens ion.vcproj, AAFWinSDK/examples/com-api/ComPersonnelExtension/ComPersonnelPlugin Write.vcproj, AAFWinSDK/examples/com-api/ComPropDirectAccess/ComPropDirectAccess. vcproj, AAFWinSDK/examples/com-api/ComPropDirectDump/ComPropDirectDump.vcpr oj, AAFWinSDK/examples/com-api/ExportAudioExample/ExportAudioExample.vc proj, AAFWinSDK/examples/com-api/ExportSimpleComposition/ExportSimpleComp osition.vcproj, AAFWinSDK/examples/com-api/ImportAudioExample/ImportAudioExample.vc proj, AAFWinSDK/examples/com-api/InfoDumper/InfoDumper.vcproj, AAFWinSDK/include/AAFVersion.rc, AAFWinSDK/ref-impl/AAFBasicInterpolators/AAFBasicInterpolators.vcpr oj, AAFWinSDK/ref-impl/AAFStandardCodecs/AAFStandardCodecs.vcproj, AAFWinSDK/ref-impl/Impl/Impl.vcproj, AAFWinSDK/ref-impl/Om/Om.dsp, AAFWinSDK/ref-impl/Om/Om.vcproj, AAFWinSDK/ref-impl/aafiid/AAFIID.vcproj, AAFWinSDK/ref-impl/aaflib/AAFLIB.vcproj, AAFWinSDK/ref-impl/comapi/comapi.vcproj, AAFWinSDK/ref-impl/libjpeg/libjpeg.vcproj, AAFWinSDK/sss-impl/ssrw_c.lib, AAFi686LinuxSDK/g++/sss-impl/libSSRW2C.a, DevUtils/Dump/GNUmakefile, Utilities/GNUmakefile, Utilities/AafOmf/GNUmakefile, Utilities/aafviewer/xerces.license, Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.cpp, Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.h, Utilities/aafviewer/src/aaf2dot/DotRecordNode.cpp, Utilities/aafviewer/src/aaf2dot/GNUmakefile, Utilities/aafviewer/src/aaf2dot/InstanceMapperProfile.cpp, Utilities/aafviewer/src/aaf2dot/Utilities.cpp, Utilities/aafviewer/src/aaf2dot/Utilities.h, Utilities/aafviewer/src/aafmeta2dot/AAFPropertyDefinition.cpp, Utilities/aafviewer/src/aafmeta2dot/AAFXsMapper.cpp, Utilities/aafviewer/src/aafmeta2dot/DotRecordNode.cpp, Utilities/aafviewer/src/aafmeta2dot/DotUtilities.cpp, Utilities/aafviewer/src/aafmeta2dot/DotUtilities.h, Utilities/aafviewer/src/aafmeta2dot/GNUmakefile, Utilities/aafviewer/src/aafmeta2dot/Utilities.cpp, Utilities/eli2aaf/GNUmakefile, Utilities/eli2aaf/eli2aaf.cpp, build/cdefs-MIPSpro.mk, build/cdefs-g++.mk, build/common.mk, build/pdefs-SparcSolaris.mk, build/pdefs-i686Linux.mk, build/rules.mk, dist/CreateDistribution.bash, dist/GNUmakefile, dodo/AAFAIFCData.dod, dodo/AAFDOSLocator.dod, dodo/AAFDataDef.dod, dodo/AAFDataDef2.dod, dodo/AAFDataKind.dod, dodo/AAFEssenceData.dod, dodo/AAFEssenceDataEx.dod, dodo/AAFEssenceRawAccess.dod, dodo/AAFEssenceSampleStream.dod, dodo/AAFHTMLData.dod, dodo/AAFImageData.dod, dodo/AAFJPEGData.dod, dodo/AAFMIDIData.dod, dodo/AAFMIDIFileDescriptor.dod, dodo/AAFMacLocator.dod, dodo/AAFMobPrivate.dod, dodo/AAFPluggableCode.dod, dodo/AAFPluggableDef.dod, dodo/AAFTIFFData.dod, dodo/AAFUnixLocator.dod, dodo/AAFWAVEData.dod, dodo/AAFWindowsLocator.dod, dodo/EnumAAFDefs.dod, dodo/EnumAAFMobComments.dod, dodo/EnumAAFObjects.dod, dodo/EnumAAFPluggableDefs.dod, dodo/aafobjects.mk, dodo/macros/exp.mac, examples/com-api/comexamplerules.mk, examples/com-api/ComEssenceDataTest/ComEssenceDataTest.cpp, examples/com-api/ComExtension/GNUmakefile, examples/com-api/ComExtension/ComPersonnelExtension/GNUmakefile, examples/com-api/ComExtension/ComPersonnelExtension/extensionWriteP lugin.cpp, examples/com-api/ComPropDirectAccess/propaccess.cpp, examples/com-api/ExportAudioExample/ExportAudioExample.cpp, examples/com-api/ExportSimpleComposition/ExportSimpleComposition.cp p, examples/com-api/ImportAudioExample/ImportAudioExample.cpp, examples/com-api/InfoDumper/InfoDumper.cpp, examples/com-api/MetadataExample/MetadataExample.cpp, examples/com-api/comClientTest/AAFInfo.cpp, examples/com-api/comClientTest/GNUmakefile, examples2/axexamplerules.mk, examples2/axDump/axDump.dsp, examples2/axDump/axDump.vcproj, examples2/axExample/axCompCreate.cpp, examples2/axExample/axEssenceCreate.cpp, examples2/axExample/axExample.dsp, examples2/axExample/axExample.vcproj, examples2/axFileGen/axFileGen.vcproj, examples2/axFileGen/FileGenOps/AudioEssenceSource.cpp, examples2/axFileGen/FileGenOps/GNUmakefile, examples2/axFileGen/FileGenOps/Mob.cpp, examples2/axFileGen/FileGenOps/OpDef.cpp, examples2/axFileGen/FileGenOps/WaveHeader.cpp, examples2/axHrMap/axHrMap.vcproj, examples2/axLib/AxDefObject.cpp, examples2/axLib/AxDefObject.h, examples2/axLib/AxDictionary.cpp, examples2/axLib/AxDictionary.h, examples2/axLib/AxEssence.cpp, examples2/axLib/AxEssence.h, examples2/axLib/AxEx.cpp, examples2/axLib/AxEx.h, examples2/axLib/AxInit.cpp, examples2/axLib/AxInit.h, examples2/axLib/AxMetaDef.cpp, examples2/axLib/AxMetaDef.h, examples2/axLib/AxObject.cpp, examples2/axLib/AxObject.h, examples2/axLib/AxTypes.cpp, examples2/axLib/AxTypes.h, examples2/axLib/AxUtil.h, examples2/axLib/GNUmakefile, examples2/axLib/axLib.dsp, examples2/axLib/axLib.vcproj, examples2/axMasterMobEx/axMasterMobEx.cpp, examples2/axMasterMobEx/axMasterMobEx.dsp, examples2/axMasterMobEx/axMasterMobEx.vcproj, examples2/axPlugin/AxImplPlugin.cpp, examples2/axPlugin/AxPlugin.cpp, examples2/axPlugin/AxPluginFctry.cpp, examples2/axPlugin/CAxClassFactory.h, examples2/axPlugin/CAxNullEssenceCodec.h, examples2/axPlugin/GNUmakefile, examples2/axPlugin/ReadMe, examples2/axPlugin/axPlugin.vcproj, examples2/axPluginInfo/axPluginInfo.cpp, examples2/axPluginInfo/axPluginInfo.vcproj, ref-impl/aaflib/aaflib.cpp, ref-impl/aaflib/aaflibsgi.cpp, ref-impl/include/AAFFileKinds.h, ref-impl/include/AAFFileMode.h, ref-impl/include/AAFPlatform.h, ref-impl/include/AAFResult.h, ref-impl/include/AAFSDKBuild.h, ref-impl/include/com-api/AAF.h, ref-impl/include/com-api/AAF.idl, ref-impl/include/com-api/AAFPlugin.h, ref-impl/include/com-api/AAFPlugin.idl, ref-impl/include/com-api/AAFPluginTypes.h, ref-impl/include/com-api/AAFPluginTypes.idl, ref-impl/include/com-api/AAFPrivate.h, ref-impl/include/com-api/AAFPrivate.idl, ref-impl/include/com-api/AAFTypes.h, ref-impl/include/com-api/AAFTypes.idl, ref-impl/include/com-api/AAF_i.c, ref-impl/include/com-api/midlaafobjects.mk, ref-impl/include/ref-api/AAF.h, ref-impl/include/ref-api/AAFPlugin.h, ref-impl/include/ref-api/AAFPluginTypes.h, ref-impl/include/ref-api/AAFPlugin_i.c, ref-impl/include/ref-api/AAFPrivate.h, ref-impl/include/ref-api/AAFPrivate_i.c, ref-impl/include/ref-api/AAFTypes.h, ref-impl/include/ref-api/AAF_i.c, ref-impl/plugins/CAAFJPEGCodec.cpp, ref-impl/plugins/GNUmakefile, ref-impl/src/OM/GNUmakefile, ref-impl/src/OM/OMCharacterStringPropertyT.h, ref-impl/src/OM/OMContainerElementT.h, ref-impl/src/OM/OMDataStreamProperty.cpp, ref-impl/src/OM/OMListIteratorT.h, ref-impl/src/OM/OMMSSStoredObject.cpp, ref-impl/src/OM/OMRedBlackTreeIteratorT.h, ref-impl/src/OM/OMSSSStorageRWInputSource.cpp, ref-impl/src/OM/OMSSSStoredObject.cpp, ref-impl/src/OM/OMSSSStoredStream.cpp, ref-impl/src/OM/OMSSSStructuredStorage.h, ref-impl/src/OM/OMStorable.cpp, ref-impl/src/OM/OMVectorIteratorT.h, ref-impl/src/com-api/AAFCLSIDs.h, ref-impl/src/com-api/AAFObjectTable.h, ref-impl/src/com-api/AAFObjectTable_i.cpp, ref-impl/src/com-api/CAAFAIFCDescriptor.cpp, ref-impl/src/com-api/CAAFAIFCDescriptor.h, ref-impl/src/com-api/CAAFAuxiliaryDescriptor.cpp, ref-impl/src/com-api/CAAFAuxiliaryDescriptor.h, ref-impl/src/com-api/CAAFCDCIDescriptor.cpp, ref-impl/src/com-api/CAAFCDCIDescriptor.h, ref-impl/src/com-api/CAAFClassDef.cpp, ref-impl/src/com-api/CAAFClassDef.h, ref-impl/src/com-api/CAAFCodecDef.cpp, ref-impl/src/com-api/CAAFCodecDef.h, ref-impl/src/com-api/CAAFCommentMarker.cpp, ref-impl/src/com-api/CAAFCommentMarker.h, ref-impl/src/com-api/CAAFComponent.cpp, ref-impl/src/com-api/CAAFComponent.h, ref-impl/src/com-api/CAAFCompositionMob.cpp, ref-impl/src/com-api/CAAFCompositionMob.h, ref-impl/src/com-api/CAAFConstantValue.cpp, ref-impl/src/com-api/CAAFConstantValue.h, ref-impl/src/com-api/CAAFContainerDef.cpp, ref-impl/src/com-api/CAAFContainerDef.h, ref-impl/src/com-api/CAAFContentStorage.cpp, ref-impl/src/com-api/CAAFContentStorage.h, ref-impl/src/com-api/CAAFControlPoint.cpp, ref-impl/src/com-api/CAAFControlPoint.h, ref-impl/src/com-api/CAAFDataDef.cpp, ref-impl/src/com-api/CAAFDataDef.h, ref-impl/src/com-api/CAAFDefObject.cpp, ref-impl/src/com-api/CAAFDefObject.h, ref-impl/src/com-api/CAAFDescriptiveFramework.cpp, ref-impl/src/com-api/CAAFDescriptiveFramework.h, ref-impl/src/com-api/CAAFDescriptiveMarker.cpp, ref-impl/src/com-api/CAAFDescriptiveMarker.h, ref-impl/src/com-api/CAAFDictionary.cpp, ref-impl/src/com-api/CAAFDictionary.h, ref-impl/src/com-api/CAAFDigitalImageDescriptor.cpp, ref-impl/src/com-api/CAAFDigitalImageDescriptor.h, ref-impl/src/com-api/CAAFEdgecode.cpp, ref-impl/src/com-api/CAAFEdgecode.h, ref-impl/src/com-api/CAAFEnumValidation.cpp, ref-impl/src/com-api/CAAFEnumValidation.h, ref-impl/src/com-api/CAAFEssenceAccess.cpp, ref-impl/src/com-api/CAAFEssenceAccess.h, ref-impl/src/com-api/CAAFEssenceData.cpp, ref-impl/src/com-api/CAAFEssenceData.h, ref-impl/src/com-api/CAAFEssenceDescriptor.cpp, ref-impl/src/com-api/CAAFEssenceDescriptor.h, ref-impl/src/com-api/CAAFEssenceFormat.cpp, ref-impl/src/com-api/CAAFEssenceFormat.h, ref-impl/src/com-api/CAAFEssenceGroup.cpp, ref-impl/src/com-api/CAAFEssenceGroup.h, ref-impl/src/com-api/CAAFEvent.cpp, ref-impl/src/com-api/CAAFEvent.h, ref-impl/src/com-api/CAAFEventMobSlot.cpp, ref-impl/src/com-api/CAAFEventMobSlot.h, ref-impl/src/com-api/CAAFFile.cpp, ref-impl/src/com-api/CAAFFile.h, ref-impl/src/com-api/CAAFFileDescriptor.cpp, ref-impl/src/com-api/CAAFFileDescriptor.h, ref-impl/src/com-api/CAAFFiller.cpp, ref-impl/src/com-api/CAAFFiller.h, ref-impl/src/com-api/CAAFFilmDescriptor.cpp, ref-impl/src/com-api/CAAFFilmDescriptor.h, ref-impl/src/com-api/CAAFFindSourceInfo.cpp, ref-impl/src/com-api/CAAFFindSourceInfo.h, ref-impl/src/com-api/CAAFGPITrigger.cpp, ref-impl/src/com-api/CAAFGPITrigger.h, ref-impl/src/com-api/CAAFGetFileBits.cpp, ref-impl/src/com-api/CAAFGetFileBits.h, ref-impl/src/com-api/CAAFHTMLClip.cpp, ref-impl/src/com-api/CAAFHTMLClip.h, ref-impl/src/com-api/CAAFHTMLDescriptor.cpp, ref-impl/src/com-api/CAAFHTMLDescriptor.h, ref-impl/src/com-api/CAAFHeader.cpp, ref-impl/src/com-api/CAAFHeader.h, ref-impl/src/com-api/CAAFIdentification.cpp, ref-impl/src/com-api/CAAFIdentification.h, ref-impl/src/com-api/CAAFImportDescriptor.cpp, ref-impl/src/com-api/CAAFImportDescriptor.h, ref-impl/src/com-api/CAAFInterpolationDef.cpp, ref-impl/src/com-api/CAAFInterpolationDef.h, ref-impl/src/com-api/CAAFKLVData.cpp, ref-impl/src/com-api/CAAFKLVData.h, ref-impl/src/com-api/CAAFKLVDataDefinition.cpp, ref-impl/src/com-api/CAAFKLVDataDefinition.h, ref-impl/src/com-api/CAAFLocator.cpp, ref-impl/src/com-api/CAAFLocator.h, ref-impl/src/com-api/CAAFMasterMob.cpp, ref-impl/src/com-api/CAAFMasterMob.h, ref-impl/src/com-api/CAAFMetaDefinition.cpp, ref-impl/src/com-api/CAAFMetaDefinition.h, ref-impl/src/com-api/CAAFMetaDictionary.cpp, ref-impl/src/com-api/CAAFMetaDictionary.h, ref-impl/src/com-api/CAAFMob.cpp, ref-impl/src/com-api/CAAFMob.h, ref-impl/src/com-api/CAAFMobSlot.cpp, ref-impl/src/com-api/CAAFMobSlot.h, ref-impl/src/com-api/CAAFModule.cpp, ref-impl/src/com-api/CAAFNestedScope.cpp, ref-impl/src/com-api/CAAFNestedScope.h, ref-impl/src/com-api/CAAFNetworkLocator.cpp, ref-impl/src/com-api/CAAFNetworkLocator.h, ref-impl/src/com-api/CAAFObject.cpp, ref-impl/src/com-api/CAAFObject.h, ref-impl/src/com-api/CAAFOperationDef.cpp, ref-impl/src/com-api/CAAFOperationDef.h, ref-impl/src/com-api/CAAFOperationGroup.cpp, ref-impl/src/com-api/CAAFOperationGroup.h, ref-impl/src/com-api/CAAFPCMDescriptor.cpp, ref-impl/src/com-api/CAAFPCMDescriptor.h, ref-impl/src/com-api/CAAFParameter.cpp, ref-impl/src/com-api/CAAFParameter.h, ref-impl/src/com-api/CAAFParameterDef.cpp, ref-impl/src/com-api/CAAFParameterDef.h, ref-impl/src/com-api/CAAFPhysicalDescriptor.cpp, ref-impl/src/com-api/CAAFPhysicalDescriptor.h, ref-impl/src/com-api/CAAFPluginDef.cpp, ref-impl/src/com-api/CAAFPluginDef.h, ref-impl/src/com-api/CAAFPluginManager.cpp, ref-impl/src/com-api/CAAFPluginManager.h, ref-impl/src/com-api/CAAFPropValData.cpp, ref-impl/src/com-api/CAAFPropValData.h, ref-impl/src/com-api/CAAFProperty.cpp, ref-impl/src/com-api/CAAFProperty.h, ref-impl/src/com-api/CAAFPropertyDef.cpp, ref-impl/src/com-api/CAAFPropertyDef.h, ref-impl/src/com-api/CAAFPropertyValue.cpp, ref-impl/src/com-api/CAAFPropertyValue.h, ref-impl/src/com-api/CAAFPulldown.cpp, ref-impl/src/com-api/CAAFPulldown.h, ref-impl/src/com-api/CAAFRGBADescriptor.cpp, ref-impl/src/com-api/CAAFRGBADescriptor.h, ref-impl/src/com-api/CAAFRandomFile.cpp, ref-impl/src/com-api/CAAFRandomFile.h, ref-impl/src/com-api/CAAFRandomRawStorage.cpp, ref-impl/src/com-api/CAAFRandomRawStorage.h, ref-impl/src/com-api/CAAFRawStorage.cpp, ref-impl/src/com-api/CAAFRawStorage.h, ref-impl/src/com-api/CAAFRecordingDescriptor.cpp, ref-impl/src/com-api/CAAFRecordingDescriptor.h, ref-impl/src/com-api/CAAFRoot.cpp, ref-impl/src/com-api/CAAFRoot.h, ref-impl/src/com-api/CAAFScopeReference.cpp, ref-impl/src/com-api/CAAFScopeReference.h, ref-impl/src/com-api/CAAFSegment.cpp, ref-impl/src/com-api/CAAFSegment.h, ref-impl/src/com-api/CAAFSelector.cpp, ref-impl/src/com-api/CAAFSelector.h, ref-impl/src/com-api/CAAFSequence.cpp, ref-impl/src/com-api/CAAFSequence.h, ref-impl/src/com-api/CAAFSetFileBits.cpp, ref-impl/src/com-api/CAAFSetFileBits.h, ref-impl/src/com-api/CAAFSoundDescriptor.cpp, ref-impl/src/com-api/CAAFSoundDescriptor.h, ref-impl/src/com-api/CAAFSourceClip.cpp, ref-impl/src/com-api/CAAFSourceClip.h, ref-impl/src/com-api/CAAFSourceMob.cpp, ref-impl/src/com-api/CAAFSourceMob.h, ref-impl/src/com-api/CAAFSourceReference.cpp, ref-impl/src/com-api/CAAFSourceReference.h, ref-impl/src/com-api/CAAFStaticMobSlot.cpp, ref-impl/src/com-api/CAAFStaticMobSlot.h, ref-impl/src/com-api/CAAFStreamPropertyValue.cpp, ref-impl/src/com-api/CAAFStreamPropertyValue.h, ref-impl/src/com-api/CAAFStrongRefArrayValue.cpp, ref-impl/src/com-api/CAAFStrongRefArrayValue.h, ref-impl/src/com-api/CAAFStrongRefSetValue.cpp, ref-impl/src/com-api/CAAFStrongRefSetValue.h, ref-impl/src/com-api/CAAFStrongRefValue.cpp, ref-impl/src/com-api/CAAFStrongRefValue.h, ref-impl/src/com-api/CAAFTIFFDescriptor.cpp, ref-impl/src/com-api/CAAFTIFFDescriptor.h, ref-impl/src/com-api/CAAFTaggedValue.cpp, ref-impl/src/com-api/CAAFTaggedValue.h, ref-impl/src/com-api/CAAFTaggedValueDefinition.cpp, ref-impl/src/com-api/CAAFTaggedValueDefinition.h, ref-impl/src/com-api/CAAFTapeDescriptor.cpp, ref-impl/src/com-api/CAAFTapeDescriptor.h, ref-impl/src/com-api/CAAFTextClip.cpp, ref-impl/src/com-api/CAAFTextClip.h, ref-impl/src/com-api/CAAFTextLocator.cpp, ref-impl/src/com-api/CAAFTextLocator.h, ref-impl/src/com-api/CAAFTimecode.cpp, ref-impl/src/com-api/CAAFTimecode.h, ref-impl/src/com-api/CAAFTimecodeStream.cpp, ref-impl/src/com-api/CAAFTimecodeStream.h, ref-impl/src/com-api/CAAFTimecodeStream12M.cpp, ref-impl/src/com-api/CAAFTimecodeStream12M.h, ref-impl/src/com-api/CAAFTimelineMobSlot.cpp, ref-impl/src/com-api/CAAFTimelineMobSlot.h, ref-impl/src/com-api/CAAFTransition.cpp, ref-impl/src/com-api/CAAFTransition.h, ref-impl/src/com-api/CAAFTypeDef.cpp, ref-impl/src/com-api/CAAFTypeDef.h, ref-impl/src/com-api/CAAFTypeDefCharacter.cpp, ref-impl/src/com-api/CAAFTypeDefCharacter.h, ref-impl/src/com-api/CAAFTypeDefEnum.cpp, ref-impl/src/com-api/CAAFTypeDefEnum.h, ref-impl/src/com-api/CAAFTypeDefExtEnum.cpp, ref-impl/src/com-api/CAAFTypeDefExtEnum.h, ref-impl/src/com-api/CAAFTypeDefFixedArray.cpp, ref-impl/src/com-api/CAAFTypeDefFixedArray.h, ref-impl/src/com-api/CAAFTypeDefIndirect.cpp, ref-impl/src/com-api/CAAFTypeDefIndirect.h, ref-impl/src/com-api/CAAFTypeDefInt.cpp, ref-impl/src/com-api/CAAFTypeDefInt.h, ref-impl/src/com-api/CAAFTypeDefObjectRef.cpp, ref-impl/src/com-api/CAAFTypeDefObjectRef.h, ref-impl/src/com-api/CAAFTypeDefOpaque.cpp, ref-impl/src/com-api/CAAFTypeDefOpaque.h, ref-impl/src/com-api/CAAFTypeDefRecord.cpp, ref-impl/src/com-api/CAAFTypeDefRecord.h, ref-impl/src/com-api/CAAFTypeDefRename.cpp, ref-impl/src/com-api/CAAFTypeDefRename.h, ref-impl/src/com-api/CAAFTypeDefSet.cpp, ref-impl/src/com-api/CAAFTypeDefSet.h, ref-impl/src/com-api/CAAFTypeDefStream.cpp, ref-impl/src/com-api/CAAFTypeDefStream.h, ref-impl/src/com-api/CAAFTypeDefString.cpp, ref-impl/src/com-api/CAAFTypeDefString.h, ref-impl/src/com-api/CAAFTypeDefStrongObjRef.cpp, ref-impl/src/com-api/CAAFTypeDefStrongObjRef.h, ref-impl/src/com-api/CAAFTypeDefVariableArray.cpp, ref-impl/src/com-api/CAAFTypeDefVariableArray.h, ref-impl/src/com-api/CAAFTypeDefWeakObjRef.cpp, ref-impl/src/com-api/CAAFTypeDefWeakObjRef.h, ref-impl/src/com-api/CAAFVaryingValue.cpp, ref-impl/src/com-api/CAAFVaryingValue.h, ref-impl/src/com-api/CAAFWAVEDescriptor.cpp, ref-impl/src/com-api/CAAFWAVEDescriptor.h, ref-impl/src/com-api/CAAFWeakRefArrayValue.cpp, ref-impl/src/com-api/CAAFWeakRefArrayValue.h, ref-impl/src/com-api/CAAFWeakRefSetValue.cpp, ref-impl/src/com-api/CAAFWeakRefSetValue.h, ref-impl/src/com-api/CAAFWeakRefValue.cpp, ref-impl/src/com-api/CAAFWeakRefValue.h, ref-impl/src/com-api/CEnumAAFClassDefs.cpp, ref-impl/src/com-api/CEnumAAFClassDefs.h, ref-impl/src/com-api/CEnumAAFCodecDefs.cpp, ref-impl/src/com-api/CEnumAAFCodecDefs.h, ref-impl/src/com-api/CEnumAAFCodecFlavours.cpp, ref-impl/src/com-api/CEnumAAFCodecFlavours.h, ref-impl/src/com-api/CEnumAAFComponents.cpp, ref-impl/src/com-api/CEnumAAFComponents.h, ref-impl/src/com-api/CEnumAAFContainerDefs.cpp, ref-impl/src/com-api/CEnumAAFContainerDefs.h, ref-impl/src/com-api/CEnumAAFControlPoints.cpp, ref-impl/src/com-api/CEnumAAFControlPoints.h, ref-impl/src/com-api/CEnumAAFDataDefs.cpp, ref-impl/src/com-api/CEnumAAFDataDefs.h, ref-impl/src/com-api/CEnumAAFEssenceData.cpp, ref-impl/src/com-api/CEnumAAFEssenceData.h, ref-impl/src/com-api/CEnumAAFIdentifications.cpp, ref-impl/src/com-api/CEnumAAFIdentifications.h, ref-impl/src/com-api/CEnumAAFInterpolationDefs.cpp, ref-impl/src/com-api/CEnumAAFInterpolationDefs.h, ref-impl/src/com-api/CEnumAAFKLVData.cpp, ref-impl/src/com-api/CEnumAAFKLVData.h, ref-impl/src/com-api/CEnumAAFKLVDataDefs.cpp, ref-impl/src/com-api/CEnumAAFKLVDataDefs.h, ref-impl/src/com-api/CEnumAAFLoadedPlugins.cpp, ref-impl/src/com-api/CEnumAAFLoadedPlugins.h, ref-impl/src/com-api/CEnumAAFLocators.cpp, ref-impl/src/com-api/CEnumAAFLocators.h, ref-impl/src/com-api/CEnumAAFMobSlots.cpp, ref-impl/src/com-api/CEnumAAFMobSlots.h, ref-impl/src/com-api/CEnumAAFMobs.cpp, ref-impl/src/com-api/CEnumAAFMobs.h, ref-impl/src/com-api/CEnumAAFOperationDefs.cpp, ref-impl/src/com-api/CEnumAAFOperationDefs.h, ref-impl/src/com-api/CEnumAAFParameterDefs.cpp, ref-impl/src/com-api/CEnumAAFParameterDefs.h, ref-impl/src/com-api/CEnumAAFParameters.cpp, ref-impl/src/com-api/CEnumAAFParameters.h, ref-impl/src/com-api/CEnumAAFPluginDefs.cpp, ref-impl/src/com-api/CEnumAAFPluginDefs.h, ref-impl/src/com-api/CEnumAAFPluginLocators.cpp, ref-impl/src/com-api/CEnumAAFPluginLocators.h, ref-impl/src/com-api/CEnumAAFProperties.cpp, ref-impl/src/com-api/CEnumAAFProperties.h, ref-impl/src/com-api/CEnumAAFPropertyDefs.cpp, ref-impl/src/com-api/CEnumAAFPropertyDefs.h, ref-impl/src/com-api/CEnumAAFPropertyValues.cpp, ref-impl/src/com-api/CEnumAAFPropertyValues.h, ref-impl/src/com-api/CEnumAAFSegments.cpp, ref-impl/src/com-api/CEnumAAFSegments.h, ref-impl/src/com-api/CEnumAAFStorablePropVals.cpp, ref-impl/src/com-api/CEnumAAFStorablePropVals.h, ref-impl/src/com-api/CEnumAAFTaggedValueDefs.cpp, ref-impl/src/com-api/CEnumAAFTaggedValueDefs.h, ref-impl/src/com-api/CEnumAAFTaggedValues.cpp, ref-impl/src/com-api/CEnumAAFTaggedValues.h, ref-impl/src/com-api/CEnumAAFTypeDefs.cpp, ref-impl/src/com-api/CEnumAAFTypeDefs.h, ref-impl/src/com-api/GNUmakefile, ref-impl/src/com-api/com-dll/AAFCOM.DEF, ref-impl/src/impl/AAFClassIDs.h, ref-impl/src/impl/AAFUtils.cpp, ref-impl/src/impl/AAFUtils.h, ref-impl/src/impl/ImplAAFBaseClassFactory.cpp, ref-impl/src/impl/ImplAAFContentStorage.h, ref-impl/src/impl/ImplAAFDataDef.cpp, ref-impl/src/impl/ImplAAFDataDef.h, ref-impl/src/impl/ImplAAFEssenceAccess.cpp, ref-impl/src/impl/ImplAAFEssenceAccess.h, ref-impl/src/impl/ImplAAFEssenceData.cpp, ref-impl/src/impl/ImplAAFEssenceData.h, ref-impl/src/impl/ImplAAFFile.cpp, ref-impl/src/impl/ImplAAFHeader.h, ref-impl/src/impl/ImplAAFMasterMob.cpp, ref-impl/src/impl/ImplAAFMasterMob.h, ref-impl/src/impl/ImplAAFPulldown.cpp, ref-impl/src/impl/ImplAAFRoot.cpp, ref-impl/src/impl/ImplAAFRoot.h, ref-impl/src/impl/ImplAAFSequence.cpp, ref-impl/src/impl/ImplAAFSourceMob.h, ref-impl/src/impl/aafCvt.cpp, sss-impl/include/SsrwInputSource.h, sss-impl/include/StructuredStorage.h, test/com/ComFileKindTest/GNUmakefile, test/com/ComModTestAAF/GNUmakefile, test/com/ComModTestAAF/ModuleTest.h, test/com/ComModTestAAF/ModuleTests/CAAFDataDefTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDigitalImageDescripTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFEssenceAccessTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFPluginManagerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRGBADescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomRawStorageTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTimelineMobSlotTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefIndirectTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefRecordTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefSetTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStreamTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefWeakObjRefTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumeratorTest.h, test/com/ComModTestAAF/ModuleTests/GNUmakefile, test/com/CreateSequence/GNUmakefile, test/com/EssenceAccess/EssenceAccess.cpp, test/com/EssenceAccess/GNUmakefile, test/com/MultiGenTest/GNUmakefile, test/com/MultiGenTest/MultiGenTest.cpp, test/com/MultiGenTest/MultiGenTest.h, test/com/MultiGenTest/MultiGenTests/FileOp.cpp, test/com/MultiGenTest/MultiGenTests/GNUmakefile, test/com/MultiGenTest/MultiGenTests/MultiGenCommon.h, test/com/ScaleTest/runaaftest.sh Merge of CVS tip (as of tag V102_RC2) into rosebud branch
2004/06/07 phil_tudor ref-impl/include/AAFPropertyIDs.h Added CompositionMob::Rendering
2004/06/04 phil_tudor test/com/ComModTestAAF/ModuleTests/CAAFCompositionMobTest.cpp Added IAAFCompositionMob2.
2004/06/04 phil_tudor dodo/AAFCompositionMob2.dod file AAFCompositionMob2.dod was initially added on branch rosebud.
2004/06/04 phil_tudor dodo/AAFCompositionMob.dod, dodo/AAFCompositionMob2.dod, ref-impl/src/com-api/CAAFCompositionMob.cpp, ref-impl/src/com-api/CAAFCompositionMob.h, ref-impl/src/impl/ImplAAFCompositionMob.cpp, ref-impl/src/impl/ImplAAFCompositionMob.h Added IAAFCompositionMob2.
2004/06/04 phil_tudor ref-impl/include/AAFMetaDictionary.h, ref-impl/include/AAFPropertyDefs.h Added CompositionMob::Rendering.
2004/06/04 phil_tudor meta/AAFMetaDict.xls Uncommented CompositionMob::Rendering, changed type to MobID per AAF v1.1 model
2004/06/04 stuart_hc AAFWinSDK/win32aafsdk.mak, examples2/axLib/AxDefObject.cpp, examples2/axLib/AxDefObject.h, ref-impl/src/com-api/GNUmakefile Cleanup inconsistent licence text.
2004/06/04 stuart_hc AAFWinSDK/win32aafsdk.mak, dodo/AAFEssenceDataEx.dod, examples2/axLib/AxDefObject.cpp, examples2/axLib/AxDefObject.h, ref-impl/include/AAFMetaDictionary.h, ref-impl/src/OM/OMSSSStructuredStorage.h, ref-impl/src/com-api/GNUmakefile Cleanup inconsistent licence text.
2004/06/04 phil_tudor dodo/AAFDataDef.dod Add IDL comment deprecating IAAFDataDef.
2004/06/04 stuart_hc Utilities/aafviewer/xerces.license, Utilities/aafviewer/src/aafmeta2dot/DotUtilities.cpp Fixed CRLF to LF line-endings for consistency
2004/06/04 stuart_hc dodo/AAFAIFCData.dod, dodo/AAFDOSLocator.dod, dodo/AAFDataKind.dod, dodo/AAFEssenceRawAccess.dod, dodo/AAFEssenceSampleStream.dod, dodo/AAFHTMLData.dod, dodo/AAFImageData.dod, dodo/AAFJPEGData.dod, dodo/AAFMIDIData.dod, dodo/AAFMIDIFileDescriptor.dod, dodo/AAFMacLocator.dod, dodo/AAFMobPrivate.dod, dodo/AAFPluggableCode.dod, dodo/AAFPluggableDef.dod, dodo/AAFTIFFData.dod, dodo/AAFUnixLocator.dod, dodo/AAFWAVEData.dod, dodo/AAFWindowsLocator.dod, dodo/EnumAAFDefs.dod, dodo/EnumAAFMobComments.dod, dodo/EnumAAFObjects.dod, dodo/EnumAAFPluggableDefs.dod, ref-impl/src/impl/ImplAAFBaseClassFactory.cpp, ref-impl/src/impl/ImplAAFCompositionMob.h, ref-impl/src/impl/ImplAAFContentStorage.h, ref-impl/src/impl/ImplAAFEssenceAccess.h, ref-impl/src/impl/ImplAAFHeader.h, ref-impl/src/impl/ImplAAFMasterMob.h, ref-impl/src/impl/ImplAAFSourceMob.h Removal of unused dodo related cruft.
2004/06/04 stuart_hc ref-impl/include/com-api/midlaafobjects.mk Removal of unused dodo related cruft.
2004/06/04 phil_tudor meta/AAFMetaDict.xls Deleted the commented-out v1.1 entries.
2004/06/04 stuart_hc examples2/axDump/axDump.vcproj, examples2/axExample/axExample.vcproj, examples2/axFileGen/axFileGen.vcproj, examples2/axHrMap/axHrMap.vcproj, examples2/axLib/axLib.vcproj, examples2/axMasterMobEx/axMasterMobEx.vcproj, examples2/axPlugin/axPlugin.vcproj, examples2/axPluginInfo/axPluginInfo.vcproj Synchronise .sln and .vcproj files (automatically created using VC++ 7.0) with latest MS VC++ v6 .dsp, .dsw files.
2004/06/03 stuart_hc AAFPPCDarwinSDK/g++/Scripts/mkDistPackage, AAFWinSDK/include/AAFVersion.rc, build/tools/AutoBuild, build/tools/BuildNumber, dist/CreateDistribution.bash, ref-impl/include/AAFSDKBuild.h, ref-impl/src/impl/AAFUtils.cpp, test/com/MultiGenTest/MultiGenTests/FileOp.cpp To be consistent with the v1.0 AAF Spec, AAF_BUILD_NUMBER is now replaced by AAF_PATCH_LEVEL in the _aafProductVersion structure. This means the use of Build Number to identify CVS snapshots is no longer available.
2004/06/03 stuart_hc AAFWinSDK/AAFWinSDK.sln, AAFWinSDK/MakeSDKExamples2.vcproj, AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.vcproj, AAFWinSDK/Utilities/AafOmf/AafOmf.vcproj, AAFWinSDK/Utilities/aafviewer/aaf2dot/aaf2dot.vcproj, AAFWinSDK/examples/com-api/ComClientTestAAF/ComClientTestAAF.vcproj, AAFWinSDK/ref-impl/AAFBasicInterpolators/AAFBasicInterpolators.vcproj, AAFWinSDK/ref-impl/AAFStandardCodecs/AAFStandardCodecs.vcproj, AAFWinSDK/ref-impl/Impl/Impl.vcproj, AAFWinSDK/Utilities/aafviewer/aafmeta2dot/aafmeta2dot.vcproj, AAFWinSDK/Utilities/eli2aaf/eli2aaf.vcproj Synchronise .sln and .vcproj files (automatically created using VC++ 7.0) with latest MS VC++ v6 .dsp, .dsw files.
2004/06/03 bakerian AAFWinSDK/sss-impl/ssrw_c.lib Rebuilt with Multi thread DLL lib option
2004/06/03 stuart_hc AAFWinSDK/Utilities/aafviewer/aaf2dot/aaf2dot.dsp, AAFWinSDK/Utilities/eli2aaf/eli2aaf.dsp Removed unnecessary include and link dirs.
2004/06/03 jptrainor AAFMipsIrixSDK/MIPSpro/sss-impl/libSSRW2C.a Updated schemasoft binary, provided by Ian Baker at Metaglue, for the V1.0.2 release.
2004/06/03 stuart_hc examples2/axMasterMobEx/axMasterMobEx.cpp Added explicit casts as appropriate to avoid compiler warnings (MS VC++ 7.0)
2004/06/03 phil_tudor ref-impl/src/com-api/CAAFDataDef.cpp, ref-impl/src/com-api/CAAFDataDef.h Recommit IAAFDataDef2 changes, following accidental removal arising from regeneration from an old AAFDataDef.dod
2004/06/03 phil_tudor dodo/AAFDataDef.dod Add IAAFDataDef2
2004/06/02 jptrainor ref-impl/src/com-api/AAFCLSIDs.h, ref-impl/src/com-api/AAFObjectTable.h, ref-impl/src/com-api/AAFObjectTable_i.cpp, ref-impl/src/com-api/CAAFDataDef.cpp, ref-impl/src/com-api/CAAFDataDef.h, ref-impl/src/com-api/CAAFEssenceAccess.cpp, ref-impl/src/com-api/CAAFEssenceData.cpp, ref-impl/src/com-api/CAAFHeader.cpp, ref-impl/src/com-api/CAAFMasterMob.cpp, ref-impl/src/com-api/CAAFSourceMob.cpp, ref-impl/src/com-api/CAAFTypeDefVariableArray.cpp Resolve bug 905307 - no try/catch block in AD_COM_METH generated code. (autogenerated)
2004/06/02 jptrainor dodo/macros/exp.mac Resolve bug 905307 - no try/catch block in AD_COM_METH generated code.
2004/06/02 asuraparaju ref-impl/include/AAFFileKinds.h, ref-impl/src/impl/ImplAAFFile.cpp Microsoft Structured Storage Portable Reference Implementation (librefstg.a) has been removed from the SDK. Remove all uses of it on non-Microsoft platforms.
2004/06/02 asuraparaju build/common.mk Microsoft Structured Storage Portable Reference Implementation (librefstg.a) has been removed from the SDK. Removed it from the link dependencies list on non-Microsoft platforma.
2004/06/02 asuraparaju DevUtils/Dump/GNUmakefile With the removal of the Microsoft Structured Storage Portable Reference Implementation (librefstg.a), dump can longer be built on the GNUMakefile-supported platforms.
2004/06/02 philipn Utilities/aafviewer/src/aafmeta2dot/DotUtilities.cpp Added explicit casts to avoid VC7 compiler warnings. Fixed bug in ProcessRecordNode() where the index was incremented with the wrong amount.
2004/06/02 philipn Utilities/aafviewer/src/aafmeta2dot/AAFXsMapper.cpp, Utilities/aafviewer/src/aafmeta2dot/DotRecordNode.cpp Added explicit casts to avoid VC7 compiler warnings.
2004/06/02 philipn Utilities/aafviewer/src/aaf2dot/Utilities.cpp Added explicit casts to avoid VC7 compiler warnings. Fixed bug in ProcessRecordString() where the index was increased with an incorrect value.
2004/06/02 philipn Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.cpp Added explicit casts to avoid VC7 compiler warnings.
2004/06/01 philipn Utilities/aafviewer/src/aaf2dot/Utilities.cpp Improved handling of strings that have DOT reserved and non-printable DOT characters. Using AxStringUtil::wctomb to convert AxString to std::string.
2004/06/01 philipn Utilities/aafviewer/src/aaf2dot/DotRecordNode.cpp, Utilities/aafviewer/src/aaf2dot/Utilities.h Improved handling of strings that have DOT reserved and non-printable DOT characters.
2004/06/01 philipn Utilities/aafviewer/src/aafmeta2dot/Utilities.cpp Using AxStringUtil::wctomb to convert AxString to std::string.
2004/06/01 philipn Utilities/aafviewer/src/aafmeta2dot/AAFPropertyDefinition.cpp, Utilities/aafviewer/src/aafmeta2dot/DotRecordNode.cpp, Utilities/aafviewer/src/aafmeta2dot/DotUtilities.cpp, Utilities/aafviewer/src/aafmeta2dot/DotUtilities.h Improved handling of strings that have DOT reserved and non-printable DOT characters.
2004/06/01 stuart_hc Utilities/aafviewer/src/aaf2dot/DotRecordNode.cpp, Utilities/aafviewer/src/aaf2dot/Utilities.cpp Added explicit casts as appropriate to avoid compiler warnings (MS VC++ 7.0)
2004/06/01 stuart_hc Utilities/eli2aaf/eli2aaf.cpp Fixed corrupt WAVE headers running on big-endian machines. Fixed incorrect length written to WAVE header (off by 8). Avoid compiler warnings for MS VC++ 7.0.

Key

ColorComponent
  Documentation
  Reference-Implementation
  Tests-and-Examples
  Utilities
  Object-Manager
  Build
  Project-and-Makefiles
  API
index

Valid HTML 4.01!