| Date |
Developer |
Files |
Checkin comment |
| 2004/12/23 |
stuart_hc |
Utilities/AafOmf/Aaf2Omf.cpp, Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.cpp, Utilities/aafextract/aafextract.cpp, examples/com-api/ComCutsOnlyTest/CutsOnlyExample.cpp, examples/com-api/ImportDV/ImportDV.cpp, examples/com-api/ImportPCM/ImportPCM.cpp, ref-impl/include/AAFPlatform.h, test/com/CreateSequence/CreateSequence.cpp |
Use a consistent macro across all platforms for printing 64bit integers with printf() |
| 2004/12/22 |
stuart_hc |
test/com/MultiGenTest/MultiGenTests/EssenceOp.cpp |
Add workaround for broken MSVC << operator |
| 2004/12/21 |
bakerian |
AAFx86_64LinuxSDK/g++/sss-impl/libSSRW2C.a |
first commit of x64 Schemasoft library port |
| 2004/12/20 |
jptrainor |
ref-impl/src/impl/ImplAAFMetaDictionary.cpp |
Added some comments that document why the disabled code in InstantiateAxiomaticDefinition can be removed permanently. |
| 2004/12/20 |
stuart_hc |
ref-impl/src/impl/GNUmakefile |
Revise -Wno-error workaround for gcc warnings - now only Release builds use the workaround |
| 2004/12/20 |
stuart_hc |
ref-impl/src/com-api/com-dll/GNUmakefile |
Remove -Wno-error workaround for gcc warning in CAAFUnknown.cpp |
| 2004/12/18 |
jptrainor |
ref-impl/src/impl/ImplAAFClassDef.cpp, ref-impl/src/impl/ImplAAFFile.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.h |
Initial working read/write/modify of v10 and v11 files. Changed the name of ImplAAFMetaDictionary::MergeToFile to SyncMetaDictionaries and did some refactoring. Added methods to merge class defs from the built in set to the file, and vice versa. Added calls to ImpAAFFile::{OpenExiting,ModifyExisting,CreateNew,Save} to synchronize the built in and file (i.e. persistent) class defintions |
| 2004/12/17 |
akharkev |
ref-impl/src/impl/ImplAAFHeader.cpp |
Enable implementation of UpdateEssenceContainers(). |
| 2004/12/14 |
tbingham |
ref-impl/src/impl/ImplAAFTypeDefsGen.h |
Remove unused definitions for s_AAFAllTypeCharacters, s_AAFAllTypeIndirects and s_AAFAllTypeOpaques. |
| 2004/12/14 |
tbingham |
ref-impl/src/com-api/com-dll/CAAFUnknown.cpp, ref-impl/src/com-api/com-dll/CAAFUnknown.h |
Store pointer to outer object instead of computing with offsetof(). Thanks to TRR for this fix. |
| 2004/12/13 |
akharkev |
ref-impl/src/OM/OMUtilities.cpp |
Use existing constant nullOMUniqueObjectIdentification to zero out instances of OMUniqueObjectIdentification. |
| 2004/12/13 |
akharkev |
ref-impl/src/OM/OMUtilities.cpp |
Add createUniqueIdentifier() implemented using LIBC UUID facilities. |
| 2004/12/12 |
jptrainor |
ref-impl/src/impl/ImplAAFMetaDictionary.cpp |
Remove some code that shouldn't have gone into the last commit. |
| 2004/12/12 |
jptrainor |
ref-impl/src/impl/ImplAAFClassDef.cpp, ref-impl/src/impl/ImplAAFFile.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.h |
Experimental changes to support modify of v1 files using v1.1. Succeeds in limited file modify tests, but not complete yet. |
| 2004/12/09 |
stuart_hc |
dodo/AAFTypes.dod, ref-impl/include/com-api/AAFTypes.h, ref-impl/include/com-api/AAFTypes.idl, ref-impl/include/ref-api/AAFTypes.h, ref-impl/src/com-api/CAAFEnumValidation.cpp, ref-impl/src/impl/ImplAAFMob.cpp, ref-impl/src/impl/ImplAAFPhysicalDescriptor.cpp, ref-impl/src/impl/ImplAAFPhysicalDescriptor.h |
Add kAAFPhysicalMob to aafMobKind_e enumeration with supporting ImplAAFPhysicalDescriptor::GetOwningMobKind() implementation |
| 2004/12/07 |
stuart_hc |
ref-impl/plugins/CAAFJPEGCodec.cpp, test/com/MultiGenTest/MultiGenTests/EssenceOp.cpp |
Fix gcc warnings on x86-64 platform |
| 2004/12/07 |
stuart_hc |
sss-impl/include/Types.h |
Replace misleading IA_64 macro with __x86_64__ (IA64 would indicate Itanium platform) |
| 2004/12/06 |
stuart_hc |
ref-impl/src/OM/OMGSFStructuredStorage.h |
Remove incorrect license text and fix typos in comments |
| 2004/12/06 |
stuart_hc |
build/pdefs-x86_64Linux.mk |
Remove misleading IA_64 flag (IA64 would indicate Itanium platform) and improve comments. |
| 2004/12/06 |
philipn |
AAFWinSDK/AAFWinSDK.dsw |
Inserted the Utilities\aafextract and Utilities\aafdump projects into the workspace. |
| 2004/12/06 |
philipn |
AAFWinSDK/Utilities/aafdump/aafdump.dsp |
The project file for the aafdump utility. |
| 2004/12/06 |
philipn |
AAFWinSDK/Utilities/aafextract/aafextract.dsp |
The project file for the aafextract utility. |
| 2004/12/06 |
philipn |
Utilities/GNUmakefile |
Added the aafdump utility to the list of utilities. |
| 2004/12/06 |
philipn |
Utilities/aafdump/GNUmakefile, Utilities/aafdump/GSFStructuredStorage.cpp, Utilities/aafdump/GSFStructuredStorage.h, Utilities/aafdump/MStructuredStorage.cpp, Utilities/aafdump/MStructuredStorage.h, Utilities/aafdump/StructuredStorage.cpp, Utilities/aafdump/StructuredStorage.h, Utilities/aafdump/aafdump.cpp |
The aafdump utility is derived from the DevUtils\dump utility. The structured storage specific functions calls have been separated from aafdump.cpp. Support for the libgsf structured storage implementation for non-Windows platforms has been added. |
| 2004/12/01 |
bakerian |
ref-impl/src/OM/OMSSSStorageRWInputSource.cpp |
removed typedefs which are now in sss-impl/include/Types.h |
| 2004/12/01 |
bakerian |
sss-impl/include/Types.h |
fixes to build on windows |
| 2004/12/01 |
bakerian |
sss-impl/include/StructuredStorage.h |
fixes to build on windows |
| 2004/12/01 |
bakerian |
sss-impl/include/SsrwInputSource.h, sss-impl/include/StructuredStorage.h, sss-impl/include/Types.h |
changes for linux 64 build |
| 2004/12/01 |
bakerian |
build/pdefs-x86_64Linux.mk |
added flag to tell Schemasoft source on 64 bit platform |