| Date |
Developer |
Files |
Checkin comment |
| 2004/05/28 |
stuart_hc |
examples2/axDump/axDump.dsp, examples2/axExample/axExample.dsp, examples2/axMasterMobEx/axMasterMobEx.dsp |
Fixed Release build failure by linking to correct Release version of libraries. |
| 2004/05/28 |
stuart_hc |
AAFWinSDK/Utilities/aafviewer/aaf2dot/aaf2dot.dsp |
Workaround cl.exe "fatal error C1001: INTERNAL COMPILER ERROR" when compiling Utilities.cpp in Release mode by turning off optimisation for only that file. |
| 2004/05/28 |
stuart_hc |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp, AAFWinSDK/examples/com-api/ComClientTestAAF/ComClientTestAAF.dsp |
Fix the case of the executable file names to match file names created on other platforms (for consistency's sake) |
| 2004/05/28 |
asuraparaju |
AAFWinSDK/AAFWinSDK.dsw, AAFWinSDK/MakeSDKExamples2.dsp |
Build "Everything" now builds examples2, eli2aaf and aafviewer binaries to be consistent with "make everything" on other platforms. |
| 2004/05/27 |
asuraparaju |
examples/com-api/ComPropDirectAccess/propaccess.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefRecordTest.cpp |
Default file loading mode in AAF SDK has been changed from lazy loading to eager loading. Setting the file load mode to LAZY_LOADING when opening a file so that the test/example succeeds. |
| 2004/05/27 |
asuraparaju |
examples/com-api/InfoDumper/InfoDumper.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomRawStorageTest.cpp, test/com/ScaleTest/runaaftest.sh |
Default file loading mode in AAF SDK has changed from lazy loading to eager loading. Hence all uses of AAF_FILE_MODE_EAGER_LOADING have been replaced with AAF_FILE_MODE_LAZY_LOADING. |
| 2004/05/27 |
asuraparaju |
ref-impl/include/AAFFileMode.h, ref-impl/src/impl/ImplAAFFile.cpp |
Default file loading mode for the AAF SDK global functions has been changed from lazy loading to eager loading. Replaced file mode flag AAF_FILE_MODE_EAGER_LOADING with AAF_FILE_MODE_LAZY_LOADING in AAFFileMode.h Modified ImplAAFFile.cpp so that eagerLoading is now the default file loading mode. |
| 2004/05/26 |
stuart_hc |
test/com/MultiGenTest/MultiGenTest.h, test/com/MultiGenTest/MultiGenTests/MultiGenCommon.h |
Fix gcc 3.4 compile error by including CmdState class definition (patch #958207 by Jeff Downs) |
| 2004/05/26 |
stuart_hc |
ref-impl/src/OM/OMListIteratorT.h, ref-impl/src/OM/OMRedBlackTreeIteratorT.h, ref-impl/src/OM/OMVectorIteratorT.h |
Fix unqualified names in templates by prefixing with this pointer (gcc 3.4 compile error) |
| 2004/05/25 |
stuart_hc |
ref-impl/src/impl/ImplAAFSequence.cpp |
Fix incorrectly placed parenthesis (gcc-3.3.x compile error) and make bug workaround behave correctly for other optimisation levels |
| 2004/05/25 |
stuart_hc |
ref-impl/src/impl/ImplAAFSequence.cpp |
Fix incorrect behaviour when compiling with gcc-3.3.x on x86. An optimisation bug in gcc causes CheckTypeSemantics() to fail in some cases. gcc-3.4.x and gcc3.2.x do not exhibit the bug. |
| 2004/05/25 |
stuart_hc |
ref-impl/src/OM/OMCharacterStringPropertyT.h, ref-impl/src/OM/OMContainerElementT.h |
Fix unqualified names in templates by prefixing with this pointer (gcc 3.4 compile error) |
| 2004/05/25 |
stuart_hc |
test/com/ComModTestAAF/ModuleTests/CEnumeratorTest.h |
Use matching argument type to AAFFile functions (found with gcc 3.4) |
| 2004/05/24 |
jptrainor |
ref-impl/include/com-api/AAF.h, ref-impl/include/com-api/AAF_i.c |
Regenerate to reflect recent addition of Initialize methods to AAFTaggedValueDefinition and AAFKLVDataDefinition. |
| 2004/05/24 |
jptrainor |
ref-impl/src/impl/ImplAAFKLVDataDefinition.cpp |
Remove lingering include of old ImplAAFWeakRefSetUtil.h file. |
| 2004/05/24 |
jptrainor |
ref-impl/src/impl/ImplAAFWeakRefSetUtil.cpp, ref-impl/src/impl/ImplAAFWeakRefSetUtil.h |
Planned to use this file to store share code used to implement weak references to property definitions in TaggedValueDef and KLVDataDef. Weak references to property defs are on hold for V1.1 hence this file removed. |
| 2004/05/24 |
jptrainor |
examples2/axHrMap/axHrMap.cpp, ref-impl/src/impl/ImplAAFDictionary.cpp, ref-impl/src/impl/ImplAAFDictionary.h, ref-impl/src/impl/ImplAAFKLVDataDefinition.cpp, ref-impl/src/impl/ImplAAFKLVDataDefinition.h, ref-impl/src/impl/ImplAAFTaggedValueDefinition.cpp, ref-impl/src/impl/ImplAAFTaggedValueDefinition.h, test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveMarkerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFKLVDataDefTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTaggedValueDefTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFKLVDataDefsTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFTaggedValueDefsTest.cpp |
Add KLVDataDefinition and TaggedValueDefinition test implementations. |
| 2004/05/24 |
jptrainor |
ref-impl/include/com-api/AAF.idl, ref-impl/include/ref-api/AAF.h |
Add TaggedValueDef and KLVDataDef Initialize methods (autogenerated). |
| 2004/05/24 |
jptrainor |
ref-impl/src/com-api/CAAFKLVDataDefinition.cpp, ref-impl/src/com-api/CAAFKLVDataDefinition.h, ref-impl/src/com-api/CAAFTaggedValueDefinition.cpp, ref-impl/src/com-api/CAAFTaggedValueDefinition.h |
Add Initialize methods (autogenerated). |
| 2004/05/24 |
jptrainor |
dodo/AAFKLVDataDefinition.dod, dodo/AAFTaggedValueDefinition.dod |
Add Initialize methods. |
| 2004/05/24 |
jptrainor |
dodo/AAFDictionary2.dod |
Comment edits. |
| 2004/05/21 |
creederickson |
AAFPPCDarwinSDK/g++/Scripts/mkDistPackage |
Add command to make final archive for web/net distribution. |
| 2004/05/20 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.cpp |
Small modification to prevent MSVC6 warning. |
| 2004/05/20 |
jptrainor |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp |
Add new DescriptiveMarker and Framework tests. |
| 2004/05/20 |
asuraparaju |
examples/com-api/ComExtension/ComPersonnelExtension/extensionWriteP lugin.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefIndirectTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefSetTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStreamTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefWeakObjRefTest.cpp |
Fixed VC++ 7.0 warnings regarding throwing errors from functions declared as extern C functions. |
| 2004/05/20 |
asuraparaju |
ref-impl/src/impl/ImplAAFPulldown.cpp, ref-impl/src/impl/aafCvt.cpp, examples/com-api/InfoDumper/InfoDumper.cpp, ref-impl/plugins/CAAFJPEGCodec.cpp, test/com/MultiGenTest/MultiGenTest.cpp |
Fixed VC++ 7.0 warnings regarding conversion/type mismatches. |
| 2004/05/18 |
stuart_hc |
build/cdefs-MIPSpro.mk, build/cdefs-g++.mk, build/common.mk, build/pdefs-SparcSolaris.mk, build/pdefs-i686Linux.mk |
Use REL_FLAGS to specify the optimisation flags enabled for Release builds. |
| 2004/05/14 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveFrameworkTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveMarkerTest.cpp |
New module test implementations. |
| 2004/05/14 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.cpp |
file ModuleTestsCommon.cpp was initially added on branch rosebud. |
| 2004/05/14 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.cpp, test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.h |
Common, shared, test code. |
| 2004/05/14 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.h |
file ModuleTestsCommon.h was initially added on branch rosebud. |
| 2004/05/11 |
stuart_hc |
build/rules.mk |
Use g++ -MM for dependency generation (for those platforms using g++) since this avoids system header directories in the dependency list. |
| 2004/05/11 |
stuart_hc |
test/com/ComModTestAAF/ModuleTests/CAAFEssenceAccessTest.cpp, ref-impl/src/impl/AAFUtils.cpp |
Fix broken behaviour when converting URLs to filepaths on WIN32. |
| 2004/05/10 |
jptrainor |
ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.cpp, ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.h, ref-impl/src/impl/ImplAAFDescriptiveMarker.cpp |
Small fixes for bugs found during module test implementation. |
| 2004/05/10 |
jptrainor |
ref-impl/src/impl/ImplAAFSourceReference.cpp |
Return zero rather than PROP_NOT_PRESENT in new SourceReference2 GetMonoSourceIDCount and GetChannelIDCount methods. |
| 2004/05/10 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFAuxiliaryDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveMarkerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRecordingDescriptorTest.cpp |
Add AuxilliaryDescriptor, RecordingDescriptor and DescriptiveMarker test implementations. All are based on reusable test routines in ModuleTestCommon.{cpp,h}. |
| 2004/05/10 |
stuart_hc |
test/com/ComModTestAAF/ModuleTests/CAAFEssenceAccessTest.cpp |
Change tests to use URLs in NetworkLocators instead of plain filepaths. Necessary after ImplAAFEssenceAccess's behaviour was changed to comply with v1.0.1 of the AAF spec. |
| 2004/05/10 |
stuart_hc |
ref-impl/src/impl/ImplAAFEssenceAccess.cpp |
For NetworkLocator objects, always treat GetPath's output as a URL. This makes the EssenceAccess create valid v1.0.1 AAF files and allows it to interoperate with other shipping products. |
| 2004/05/10 |
stuart_hc |
ref-impl/src/impl/AAFUtils.cpp, ref-impl/src/impl/AAFUtils.h |
Added wcsconvertURLtoFilepath() and wcsconvertFilepathtoURL() utility functions used by ImplAAFEssenceAccess.cpp for URL manipulation. |
| 2004/05/10 |
stuart_hc |
AAFWinSDK/AAFWinSDK.sln, AAFWinSDK/MakeSDK.vcproj, AAFWinSDK/MakeSDKExamples.vcproj, AAFWinSDK/MakeSDKUtilities.vcproj, AAFWinSDK/DevUtils/Dump/dump.vcproj, AAFWinSDK/Everything/Everything.vcproj, AAFWinSDK/Test/com/ComFileKindTest/ComFileKindTest.vcproj, 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/examples/com-api/ComAAFInfo/ComAAFInfo.vcproj, AAFWinSDK/examples/com-api/ComClientTestAAF/ComClientTestAAF.vcproj, AAFWinSDK/examples/com-api/ComCutsTestAAF/ComCutsTestAAF.vcproj, AAFWinSDK/examples/com-api/ComEssenceDataTest/ComEssenceDataTest.vcproj, AAFWinSDK/examples/com-api/ComExtension/ComExtensionRead.vcproj, AAFWinSDK/examples/com-api/ComExtension/ComExtensionWrite.vcproj, AAFWinSDK/examples/com-api/ComPersonnelExtension/ComPersonnelExtension.vcproj, AAFWinSDK/examples/com-api/ComPersonnelExtension/ComPersonnelPluginWrite.vcproj, AAFWinSDK/examples/com-api/ComPropDirectAccess/ComPropDirectAccess.vcproj, AAFWinSDK/examples/com-api/ComPropDirectDump/ComPropDirectDump.vcproj, AAFWinSDK/examples/com-api/ExportAudioExample/ExportAudioExample.vcproj, AAFWinSDK/examples/com-api/ExportSimpleComposition/ExportSimpleComposition.vcproj, AAFWinSDK/examples/com-api/ImportAudioExample/ImportAudioExample.vcproj, AAFWinSDK/examples/com-api/InfoDumper/InfoDumper.vcproj, AAFWinSDK/ref-impl/AAFBasicInterpolators/AAFBasicInterpolators.vcproj, AAFWinSDK/ref-impl/AAFStandardCodecs/AAFStandardCodecs.vcproj, AAFWinSDK/ref-impl/Impl/Impl.vcproj, 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 |
Synchronised .sln and .vcproj files with latest MS VC++ v6 .dsp, .dsw files. |
| 2004/05/10 |
asuraparaju |
ref-impl/src/OM/OMMSSStoredObject.cpp |
Fixed compile error on MS Windows caused by STGOPTIONS not being defined in MS VC++ version 6.0. |
| 2004/05/10 |
asuraparaju |
examples2/axLib/axLib.dsp |
Fixed link error in examples2 on MS Windows caused by AxDefObject.cpp not being compiled and added to axLib.lib. |
| 2004/05/10 |
asuraparaju |
AAFWinSDK/ref-impl/Om/Om.dsp |
Define OM_USE_STORAGE_EX so that OLE32 Extended API is used by default on MS Windows. |
| 2004/05/10 |
asuraparaju |
ref-impl/src/OM/OMStorable.cpp |
Fixed bug that causes inflated aaf files to be generated when using Schemasoft SS implementation under MS Windows. |
| 2004/05/10 |
asuraparaju |
ref-impl/include/AAFFileKinds.h, ref-impl/include/AAFFileMode.h, ref-impl/src/impl/ImplAAFFile.cpp |
Deleted -SSAlternate and -4kAlternate file kinds and their usage. These variables were added to enable selecting an alternative encoding to the default encoding specified in AAFFileKinds.h. Now that AAFFileOpenNewModifyEx has been defined, the user should use AAFFileOpenNewModifyEx to select an alternative encoding when using the Named file API. |
| 2004/05/10 |
asuraparaju |
Utilities/eli2aaf/eli2aaf.cpp |
Fix compilation errors arising from MS VC++ 6.0 inabililty to handle 64 bit integers in the << operator. Now using a static function to convert the 64 bit integer into a string before printing to stdout. |
| 2004/05/10 |
stuart_hc |
ref-impl/include/ref-api/AAFTypes.h |
Remove commented out source code to avoid confusion. |
| 2004/05/08 |
jptrainor |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp, AAFWinSDK/ref-impl/Impl/Impl.dsp, AAFWinSDK/ref-impl/comapi/comapi.dsp, ref-impl/include/com-api/AAF.h, ref-impl/include/com-api/AAF_i.c, ref-impl/src/impl/ImplAAFDescriptiveMarker.h |
Windows build support for DescriptorMarker and DescriptorFramework. |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/ImplAAFKLVDataDefinition.cpp, ref-impl/src/impl/ImplAAFKLVDataDefinition.h, ref-impl/src/impl/ImplAAFTaggedValueDefinition.cpp, ref-impl/src/impl/ImplAAFTaggedValueDefinition.h |
Back out weak refs to property definitions pending support for such by the OM. |
| 2004/05/08 |
jptrainor |
ref-impl/src/com-api/CAAFDescriptiveMarker.cpp |
file CAAFDescriptiveMarker.cpp was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/com-api/CAAFDescriptiveMarker.h |
file CAAFDescriptiveMarker.h was initially added on branch rosebud. |
| 2004/05/08 |
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/CAAFDescriptiveFramework.cpp, ref-impl/src/com-api/CAAFDescriptiveFramework.h, ref-impl/src/com-api/CAAFDescriptiveMarker.cpp, ref-impl/src/com-api/CAAFDescriptiveMarker.h |
New v1.1 DescriptiveMarker and DescriptiveFramework interfaces. |
| 2004/05/08 |
jptrainor |
ref-impl/src/com-api/CAAFDescriptiveFramework.cpp |
file CAAFDescriptiveFramework.cpp was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/com-api/CAAFDescriptiveFramework.h |
file CAAFDescriptiveFramework.h was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/com-api/CAAFAuxiliaryDescriptor.cpp, ref-impl/src/com-api/CAAFAuxiliaryDescriptor.h |
sync with dodo - comment changes. |
| 2004/05/08 |
jptrainor |
meta/AAFMetaDict.xls |
Rename DMSegment to DescriptiveMarker, rename DMFramework to DescriptiveFramework, and activate spreadsheet entries for these classes. |
| 2004/05/08 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveFrameworkTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveMarkerTest.cpp |
New v1.1 DescriptiveMarker and DescriptiveFramework tests. |
| 2004/05/08 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveMarkerTest.cpp |
file CAAFDescriptiveMarkerTest.cpp was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveFrameworkTest.cpp |
file CAAFDescriptiveFrameworkTest.cpp was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/AAFClassIDs.h, ref-impl/include/AAFClassDefUIDs.h, ref-impl/include/AAFMetaDictionary.h, ref-impl/include/AAFPropertyDefs.h, ref-impl/include/AAFPropertyIDs.h, ref-impl/include/AAFStoredObjectIDs.h, ref-impl/include/AAFTypeDefUIDs.h, ref-impl/include/com-api/AAF.idl, ref-impl/include/ref-api/AAF.h, ref-impl/include/ref-api/AAF_i.c |
Add v1.1 DescriptiveFramework and DescriptiveMarker |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/ImplAAFDescriptiveFramework.h |
file ImplAAFDescriptiveFramework.h was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/ImplAAFDescriptiveMarker.h |
file ImplAAFDescriptiveMarker.h was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/ImplAAFDescriptiveFramework.cpp, ref-impl/src/impl/ImplAAFDescriptiveFramework.h, ref-impl/src/impl/ImplAAFDescriptiveMarker.cpp, ref-impl/src/impl/ImplAAFDescriptiveMarker.h |
New v1.1 DescriptiveMarker and DescriptiveFrame classes. |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/ImplAAFDescriptiveMarker.cpp |
file ImplAAFDescriptiveMarker.cpp was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
ref-impl/src/impl/ImplAAFDescriptiveFramework.cpp |
file ImplAAFDescriptiveFramework.cpp was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
dodo/AAFDescriptiveMarker.dod |
file AAFDescriptiveMarker.dod was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
dodo/AAFAuxiliaryDescriptor.dod |
file AAFAuxiliaryDescriptor.dod was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
dodo/AAFAuxiliaryDescriptor.dod, dodo/AAFDescriptiveFramework.dod, dodo/AAFDescriptiveMarker.dod, dodo/aafobjects.mk |
Add new AuxiliaryDescriptor DescriptiveFramework and DescriptiveMarker definitions. |
| 2004/05/08 |
jptrainor |
dodo/AAFDescriptiveFramework.dod |
file AAFDescriptiveFramework.dod was initially added on branch rosebud. |
| 2004/05/08 |
jptrainor |
dodo/AAFSourceReference2.dod |
Comment fixes. |
| 2004/05/07 |
stuart_hc |
ref-impl/include/AAFSDKBuild.h |
Remove MacOS 9 specific stuff since Mac OS 9 is no longer supported. Increment AAF_BUILD_NUMBER and AAF_MAINT_RELEASE in preparation for 1.0.2rc1. |
| 2004/05/07 |
stuart_hc |
test/com/ComModTestAAF/GNUmakefile |
Fix dependency bug - ComModAAF would not be rebuilt if any of ModuleTests/* changed. |
| 2004/05/07 |
stuart_hc |
build/newbuild.pl |
MacOS 9 no longer supported so newbuild.pl no longer necessary (newbuild.pl would automatically update version strings used only by MacOS 9 libraries). |
| 2004/05/06 |
creederickson |
dist/CreateDistribution.bash, dist/GNUmakefile, dist/release-files.darwin, dist/sdk-files.darwin |
Adding release and sdk distribution descriptions for Darwin platform |
| 2004/05/06 |
creederickson |
AAFPPCDarwinSDK/g++/Scripts/README, AAFPPCDarwinSDK/g++/Scripts/mkDistPackage, AAFPPCDarwinSDK/g++/Scripts/mkDistRoot, AAFPPCDarwinSDK/g++/Scripts/rmDistRoot |
Adding helper scripts for various build targets. |
| 2004/05/06 |
asuraparaju |
ref-impl/src/com-api/com-dll/AAFCOM.DEF |
Include AAFFileOpenNewModifyEx in EXPORTS |
| 2004/05/06 |
stuart_hc |
doc/AAFSDKPSL.TXT |
Remove non-normative duplicate of AAFSDKPSL.TXT (see LEGAL/AAFSDKPSL.TXT instead) |
| 2004/05/06 |
stuart_hc |
test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp |
Poor logic meant AAFFileOpenNewModifyEx() failure was ignored. |
| 2004/05/06 |
stuart_hc |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp |
Rename COMModAAF.exe -> ComModAAF.exe for consistency with other platforms. |
| 2004/05/06 |
terabrit |
meta/AAFMetaDict.xls |
remove requirement for Analysis-VBA |
| 2004/05/05 |
jptrainor |
ref-impl/include/AAFMetaDictionary.h, ref-impl/include/AAFPropertyIDs.h |
Manually patch conflicting propertying ids pending final update of meta dictionary. |
| 2004/05/05 |
stuart_hc |
unixaafsdk.mak, DevUtils/Dump/GNUmakefile, Utilities/AafOmf/GNUmakefile, Utilities/aafviewer/src/aaf2dot/GNUmakefile, Utilities/aafviewer/src/aafmeta2dot/GNUmakefile, Utilities/eli2aaf/GNUmakefile, examples/com-api/comexamplerules.mk, examples/com-api/ComCutsOnlyTest/GNUmakefile, examples/com-api/ComEssenceDataTest/GNUmakefile, examples/com-api/ComExtension/GNUmakefile, examples/com-api/ComExtension/ComPersonnelExtension/GNUmakefile, examples/com-api/comClientTest/GNUmakefile, examples2/axexamplerules.mk, examples2/axFileGen/FileGenOps/GNUmakefile, examples2/axLib/GNUmakefile, examples2/axPlugin/GNUmakefile, test/GNUmakefile, test/com/ComFileKindTest/GNUmakefile, test/com/ComModTestAAF/GNUmakefile, test/com/ComModTestAAF/ModuleTests/GNUmakefile, test/com/CreateSequence/GNUmakefile, test/com/EssenceAccess/GNUmakefile, test/com/MultiGenTest/GNUmakefile, test/com/MultiGenTest/MultiGenTests/GNUmakefile |
Add support for static debug build using "make AAFTARGET=Debug-static" |
| 2004/05/05 |
stuart_hc |
examples2/axLib/AxTypes.cpp, test/com/ComModTestAAF/ModuleTests/CAAFPluginManagerTest.cpp |
For Debug-static builds avoid multiple-defined errors by not defining variables or operators which clash with those in ref-impl. |
| 2004/05/05 |
stuart_hc |
examples/com-api/ComEssenceDataTest/ComEssenceDataTest.cpp |
Rename function names which clashed with those in AAFUtils.cpp (only apparent when using static builds with AAFTARGET=Debug-static) |
| 2004/05/05 |
asuraparaju |
ref-impl/src/impl/ImplAAFEssenceAccess.cpp |
Fixed bug in ImplAAFEssenceAccess::Open where number of samples in the source mob were being compared with the number of edit units in the master mob. This results in erroneous behaviour when the sample rate and edit rate are different. The number of samples is now converted into units of edit rate before the comparison. |
| 2004/05/05 |
stuart_hc |
examples/com-api/ExportAudioExample/ExportAudioExample.cpp, examples/com-api/ExportSimpleComposition/ExportSimpleComposition.cp p, examples/com-api/ImportAudioExample/ImportAudioExample.cpp, examples/com-api/MetadataExample/MetadataExample.cpp, examples/com-api/comClientTest/AAFInfo.cpp, test/com/EssenceAccess/EssenceAccess.cpp |
Rename function names which clashed with those in AAFUtils.cpp (only apparent when using static builds with AAFTARGET=Debug-static) |
| 2004/05/05 |
stuart_hc |
build/pdefs-i686Linux.mk |
Improve runtime performance by using i686 specific instructions (e.g. cmov) |
| 2004/05/05 |
stuart_hc |
build/common.mk, ref-impl/aaflib/aaflib.cpp, ref-impl/plugins/GNUmakefile, ref-impl/src/com-api/GNUmakefile |
Add support for static debug build using "make AAFTARGET=Debug-static" |
| 2004/05/03 |
bakerian |
AAFWinSDK/AAFWinSDK.sln, AAFWinSDK/DevUtils/Dump/dump.vcproj, AAFWinSDK/Test/com/ComFileKindTest/ComFileKindTest.vcproj, 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/examples/com-api/ComAAFInfo/ComAAFInfo.vcproj, AAFWinSDK/examples/com-api/ComClientTestAAF/ComClientTestAAF.vcproj, AAFWinSDK/examples/com-api/ComCutsTestAAF/ComCutsTestAAF.vcproj, AAFWinSDK/examples/com-api/ComEssenceDataTest/ComEssenceDataTest.vcproj, AAFWinSDK/examples/com-api/ComExtension/ComExtensionRead.vcproj, AAFWinSDK/examples/com-api/ComExtension/ComExtensionWrite.vcproj, AAFWinSDK/examples/com-api/ComPersonnelExtension/ComPersonnelExtension.vcproj, AAFWinSDK/examples/com-api/ComPersonnelExtension/ComPersonnelPluginWrite.vcproj, AAFWinSDK/examples/com-api/ComPropDirectAccess/ComPropDirectAccess.vcproj, AAFWinSDK/examples/com-api/ComPropDirectDump/ComPropDirectDump.vcproj, AAFWinSDK/examples/com-api/ExportAudioExample/ExportAudioExample.vcproj, AAFWinSDK/examples/com-api/ExportSimpleComposition/ExportSimpleComposition.vcproj, AAFWinSDK/examples/com-api/ImportAudioExample/ImportAudioExample.vcproj, AAFWinSDK/examples/com-api/InfoDumper/InfoDumper.vcproj, AAFWinSDK/examples/com-api/MetadataExample/MetadataExample.vcproj, AAFWinSDK/ref-impl/AAFBasicInterpolators/AAFBasicInterpolators.vcproj, AAFWinSDK/ref-impl/AAFStandardCodecs/AAFStandardCodecs.vcproj, AAFWinSDK/ref-impl/Impl/Impl.vcproj, 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 |
Added new files to project files, made build consistent across the projects |
| 2004/05/03 |
bakerian |
dodo/AAFMasterMob2.dod |
Comments added to CreateStaticEssence and CreateEventEssence |
| 2004/05/02 |
jptrainor |
ref-impl/include/AAFClassDefUIDs.h, ref-impl/include/AAFMetaDictionary.h, ref-impl/include/AAFPropertyDefs.h, ref-impl/include/AAFPropertyIDs.h, ref-impl/include/AAFStoredObjectIDs.h, ref-impl/include/AAFTypeDefUIDs.h, ref-impl/include/com-api/AAF.idl, ref-impl/include/ref-api/AAF.h |
Activate meta dictionary entries for the Recording and Auxiliary Descriptor classes, and add SourceReference2 MonoSourceSlotID methods (autogenerated). |
| 2004/05/02 |
jptrainor |
ref-impl/src/com-api/CAAFSourceReference.cpp, ref-impl/src/com-api/CAAFSourceReference.h |
Add MonoSourceSlotID methods (autogenerated) |
| 2004/05/02 |
jptrainor |
ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.cpp, ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.h, ref-impl/src/impl/ImplAAFRecordingDescriptor.cpp |
Add implementation code to auto generated dod code. |
| 2004/05/02 |
jptrainor |
ref-impl/src/impl/ImplAAFSourceReference.cpp, ref-impl/src/impl/ImplAAFSourceReference.h |
Add SourcReference MonoSlotIDs methods |
| 2004/05/02 |
jptrainor |
dodo/AAFSourceReference.dod, dodo/AAFSourceReference2.dod |
Add the SourceReference2 MonoSourceSlotIDs methods. |
| 2004/05/02 |
jptrainor |
dodo/aafobjects.mk |
Fix spilling of AuxiliaryDescriptor |
| 2004/05/02 |
terabrit |
meta/mkdict.awk |
Match AAFMetaDict.xls 1.2.29 |
| 2004/05/02 |
terabrit |
meta/AAFMetaDict.xls |
Correct duplicate PIDs |
| 2004/05/01 |
jptrainor |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp |
Add V1.1 TaggedValueDef and KLVDataDef tests. |
| 2004/05/01 |
jptrainor |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.dsp, AAFWinSDK/ref-impl/Impl/Impl.dsp, AAFWinSDK/ref-impl/comapi/comapi.dsp |
Add V1.1 AuxiliaryDescriptor and RecordingDescriptor. |
| 2004/05/01 |
jptrainor |
ref-impl/include/com-api/AAF.h, ref-impl/include/com-api/AAF_i.c |
Regen using VC6SP5 with environment setup correctly to avoid dragging in VC7 files. |
| 2004/05/01 |
jptrainor |
ref-impl/include/com-api/AAF.h, ref-impl/include/com-api/AAF_i.c |
Update project files to included new v1.1 AuxiliaryDescriptor and RecordingDescriptor. |
| 2004/05/01 |
jptrainor |
ref-impl/include/com-api/AAF.idl, ref-impl/include/ref-api/AAF.h, ref-impl/include/ref-api/AAF_i.c, ref-impl/src/impl/AAFClassIDs.h |
Fixed AuxiliaryDescriptor spelling error (autogenerated). |
| 2004/05/01 |
jptrainor |
ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.cpp, ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.h |
v1.1 AuxiliaryDescriptor implementation |
| 2004/05/01 |
jptrainor |
ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.h |
file ImplAAFAuxiliaryDescriptor.h was initially added on branch rosebud. |
| 2004/05/01 |
jptrainor |
ref-impl/src/impl/ImplAAFAuxiliaryDescriptor.cpp |
file ImplAAFAuxiliaryDescriptor.cpp was initially added on branch rosebud. |
| 2004/05/01 |
jptrainor |
ref-impl/src/com-api/CAAFAuxiliaryDescriptor.cpp |
file CAAFAuxiliaryDescriptor.cpp was initially added on branch rosebud. |
| 2004/05/01 |
jptrainor |
ref-impl/src/com-api/CAAFAuxiliaryDescriptor.h |
file CAAFAuxiliaryDescriptor.h was initially added on branch rosebud. |
| 2004/05/01 |
jptrainor |
ref-impl/src/com-api/CAAFAuxiliaryDescriptor.cpp, ref-impl/src/com-api/CAAFAuxiliaryDescriptor.h |
v1.1 AuxiliaryDescriptor COM object (autogenerated) |
| 2004/05/01 |
jptrainor |
ref-impl/src/com-api/AAFObjectTable_i.cpp, ref-impl/src/com-api/CAAFMasterMob.h, ref-impl/src/com-api/CAAFRecordingDescriptor.cpp, ref-impl/src/com-api/CAAFRecordingDescriptor.h, ref-impl/src/com-api/CAAFTaggedValueDefinition.cpp, ref-impl/src/com-api/CAAFTaggedValueDefinition.h, ref-impl/src/com-api/CEnumAAFKLVDataDefs.cpp, ref-impl/src/com-api/CEnumAAFKLVDataDefs.h, ref-impl/src/com-api/CEnumAAFTaggedValueDefs.cpp, ref-impl/src/com-api/CEnumAAFTaggedValueDefs.h |
Small change to MasterMob2 resulting in comment diff. |
| 2004/05/01 |
jptrainor |
ref-impl/src/com-api/AAFCLSIDs.h, ref-impl/src/com-api/AAFObjectTable.h |
Fix spelling of AuxiliaryDescriptor (autogenerated). |
| 2004/05/01 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFRecordingDescriptorTest.cpp |
file CAAFRecordingDescriptorTest.cpp was initially added on branch rosebud. |
| 2004/05/01 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFAuxiliaryDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRecordingDescriptorTest.cpp |
Auxiliary and Recording descriptor tests. Currently unimplemented. |
| 2004/05/01 |
jptrainor |
test/com/ComModTestAAF/ModuleTests/CAAFAuxiliaryDescriptorTest.cpp |
file CAAFAuxiliaryDescriptorTest.cpp was initially added on branch rosebud. |
| 2004/05/01 |
jptrainor |
ref-impl/src/impl/ImplAAFAuxillaryDescriptor.cpp, ref-impl/src/impl/ImplAAFAuxillaryDescriptor.h |
drat... misspelled filename |
| 2004/05/01 |
jptrainor |
ref-impl/src/com-api/CAAFAuxillaryDescriptor.cpp, ref-impl/src/com-api/CAAFAuxillaryDescriptor.h |
Drat... misspelt file name |
| 2004/05/01 |
jptrainor |
dodo/AAFAuxillaryDescriptor.dod |
Drat.. mispelled the file name |