| Date |
Developer |
Files |
Checkin comment |
| 2005/09/29 |
ajakowpa |
examples2/axLib/AxEssence.cpp, examples2/axLib/AxEssence.h |
Added wrappers for FilmDescriptor, PhysicalDescriptor, ImportDescriptor and RecordingDescriptor. |
| 2005/09/28 |
ajakowpa |
Utilities/AAFAnalyzer/aafanalyzer.mk |
Rebuild the application when a library has been updated. |
| 2005/09/27 |
ajakowpa |
Utilities/AAFAnalyzer/aafanalyzer.mk |
Rebuild the application when a library has been updated. |
| 2005/09/27 |
philipn |
ref-impl/plugins/CAAFPCMCodec.cpp |
_bytesPerFrame needed to be updated when _bitsPerSample is updated |
| 2005/09/22 |
ajakowpa |
Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.h, Utilities/AAFAnalyzer/AAFAnalyzerBase/NodeRefCountVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/NodeRefCountVisitor.h, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.h |
Moved Visitor files from AAFAnalyzerBase to BaseTestImpl (where the test that they are associated with are located) to remove circular dependency between AAFAnalyzerBase and TestPhaseLib. |
| 2005/09/22 |
ajakowpa |
Utilities/AAFAnalyzer/RegressionTest/GNUmakefile |
Moved Visitor files from AAFAnalyzerBase to BaseTestImpl (where the tests that they are associated with are located) to remove circular dependency between AAFAnalyzerBase and TestPhaseLib. |
| 2005/09/22 |
ajakowpa |
Utilities/AAFAnalyzer/GNUmakefile |
Moved Visitor files from AAFAnalyzerBase to BaseTestImpl (where the test that they are associated with are located) to remove circular dependency between AAFAnalyzerBase and TestPhaseLib. |
| 2005/09/22 |
ajakowpa |
Utilities/AAFAnalyzer/EditProtocolTestImpl/GNUmakefile |
Moved Visitor files from AAFAnalyzerBase to BaseTestImpl (where the tests that they are associated with are located) to rmove circular dependency between AAFAnalyzerBase and TestPhaseLib. |
| 2005/09/22 |
ajakowpa |
Utilities/AAFAnalyzer/BaseTestImpl/AcyclicVisitor.cpp, Utilities/AAFAnalyzer/BaseTestImpl/AcyclicVisitor.h, Utilities/AAFAnalyzer/BaseTestImpl/NodeRefCountVisitor.cpp, Utilities/AAFAnalyzer/BaseTestImpl/NodeRefCountVisitor.h, Utilities/AAFAnalyzer/BaseTestImpl/ResolveRefVisitor.cpp, Utilities/AAFAnalyzer/BaseTestImpl/ResolveRefVisitor.h |
Moved Visitor files from AAFAnalyzerBase to BaseTestImpl(where the tests that they are associated with are located) to remove circular dependency between AAFAnalyzerBase and TestPhaseLib. |
| 2005/09/22 |
ajakowpa |
Utilities/AAFAnalyzer/TestPhaseLib/TestRegistry.h |
Removed redundant include |
| 2005/09/21 |
ajakowpa |
Utilities/AAFAnalyzer/Requirements/AAFRequirements.xml |
Finished specifying the requirements from the Edit Protocol |
| 2005/09/21 |
tbingham |
ref-impl/include/AAFPlatform.h |
Fix copy paste error in comment FreeBSD -> OpenBSD |
| 2005/09/21 |
tbingham |
DevUtils/MXFDump/GNUmakefile |
On PPCDarwin link to the CoreServices framework. |
| 2005/09/21 |
philipn |
Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.cpp |
Display ? for invalid (value not registered in the type) ext. enum. values rather than exiting. |
| 2005/09/21 |
rodrigc |
ref-impl/src/OM/OMGSFStructuredStorage.cpp |
In OMGSFIStorage::Release(), do not return the class variable _referenceCount after deleting the class with 'delete *this'. Instead, assign _referenceCount to local variable result, delete *this, and then return result. Fixes some crashes when toolkit compiled when LIBGSF_PATH is set. |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/Doc/AAFTestProgram.xml.zip |
Updated UML to reflect hierarchial TestResult and Requirements |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/GNUmakefile, Utilities/AAFAnalyzer/aafanalyzer.mk |
Added RequirementLib |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/RegressionTest/AAFAnalyzerTest.cpp, Utilities/AAFAnalyzer/RegressionTest/GNUmakefile, Utilities/AAFAnalyzer/RegressionTest/Test1Stub.cpp, Utilities/AAFAnalyzer/RegressionTest/Test1Stub.h, Utilities/AAFAnalyzer/RegressionTest/Test2Stub.cpp, Utilities/AAFAnalyzer/RegressionTest/Test2Stub.h |
Test requirements and hierarchial TestResult |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.h, Utilities/AAFAnalyzer/AAFAnalyzerBase/GNUmakefile, Utilities/AAFAnalyzer/AAFAnalyzerBase/NodeRefCountVisitor.h, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.h, Utilities/AAFAnalyzer/BaseTestImpl/AcyclicAnalysis.cpp, Utilities/AAFAnalyzer/BaseTestImpl/DumpPhase.cpp, Utilities/AAFAnalyzer/BaseTestImpl/FileDumper.cpp, Utilities/AAFAnalyzer/BaseTestImpl/FileLoad.cpp, Utilities/AAFAnalyzer/BaseTestImpl/GNUmakefile, Utilities/AAFAnalyzer/BaseTestImpl/RefResolver.h, Utilities/AAFAnalyzer/BaseTestImpl/AcyclicAnalysis.h, Utilities/AAFAnalyzer/BaseTestImpl/DumpPhase.h, Utilities/AAFAnalyzer/BaseTestImpl/FileDumper.h, Utilities/AAFAnalyzer/BaseTestImpl/FileLoad.h, Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.cpp, Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.h, Utilities/AAFAnalyzer/BaseTestImpl/RefResolver.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/CompMobDependency.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/CompMobDependency.h, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPDerivationTest.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPDerivationTest.h, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.h, Utilities/AAFAnalyzer/EditProtocolTestImpl/GNUmakefile, Utilities/AAFAnalyzer/AAFAnalyzer/AAFAnalyzerMain.cpp, Utilities/AAFAnalyzer/AAFAnalyzer/GNUmakefile |
Use requirements and hierarchial TestResult |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/TestPhaseLib/DetailLevelTestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/DetailLevelTestResult.h, Utilities/AAFAnalyzer/TestPhaseLib/GNUmakefile, Utilities/AAFAnalyzer/TestPhaseLib/HighLevelTestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/HighLevelTestResult.h, Utilities/AAFAnalyzer/TestPhaseLib/LowLevelTestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/LowLevelTestResult.h, Utilities/AAFAnalyzer/TestPhaseLib/Test.cpp, Utilities/AAFAnalyzer/TestPhaseLib/Test.h, Utilities/AAFAnalyzer/TestPhaseLib/TestInfo.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestInfo.h, Utilities/AAFAnalyzer/TestPhaseLib/TestInfoRegistrar.h, Utilities/AAFAnalyzer/TestPhaseLib/TestLevelTestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestLevelTestResult.h, Utilities/AAFAnalyzer/TestPhaseLib/TestPhase.h, Utilities/AAFAnalyzer/TestPhaseLib/TestPhaseLevelTestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestPhaseLevelTestResult.h, Utilities/AAFAnalyzer/TestPhaseLib/TestRegistry.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestRegistry.h, Utilities/AAFAnalyzer/TestPhaseLib/TestRegistryException.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestRegistryException.h, Utilities/AAFAnalyzer/TestPhaseLib/TestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestResult.h, Utilities/AAFAnalyzer/TestPhaseLib/TopLevelTestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TopLevelTestResult.h |
Use requirements and add hierarchial Test Result |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/Requirements/AAFRequirements.xml, Utilities/AAFAnalyzer/Requirements/AAFRequirementsFormat.dtd |
Created requirements XML |
| 2005/09/20 |
ajakowpa |
Utilities/AAFAnalyzer/RequirementLib/GNUmakefile, Utilities/AAFAnalyzer/RequirementLib/Requirement.cpp, Utilities/AAFAnalyzer/RequirementLib/Requirement.h, Utilities/AAFAnalyzer/RequirementLib/RequirementLoader.cpp, Utilities/AAFAnalyzer/RequirementLib/RequirementLoader.h, Utilities/AAFAnalyzer/RequirementLib/RequirementMismatchException.cpp, Utilities/AAFAnalyzer/RequirementLib/RequirementMismatchException.h, Utilities/AAFAnalyzer/RequirementLib/RequirementRegistry.cpp, Utilities/AAFAnalyzer/RequirementLib/RequirementRegistry.h, Utilities/AAFAnalyzer/RequirementLib/RequirementRegistryException.cpp, Utilities/AAFAnalyzer/RequirementLib/RequirementRegistryException.h, Utilities/AAFAnalyzer/RequirementLib/RequirementXMLException.cpp, Utilities/AAFAnalyzer/RequirementLib/RequirementXMLException.h |
Created base requirements library to use with AAFAnalyzer |
| 2005/09/16 |
rodrigc |
ss-impl/ref/h/wchar.h |
Fix for FreeBSD |
| 2005/09/16 |
tbingham |
AAFWinSDK/AAFWinSDK.sln |
Fix dependencies axHrMap and axPlugin would sometimes build before MakeSDK - not anymore. |
| 2005/09/16 |
rodrigc |
ref-impl/src/com-api/com-dll/AAFCOM.cpp |
[1069916] Return FALSE to indicate failure in DllMain, not E_OUTOFMEMORY. |
| 2005/09/14 |
philipn |
Utilities/aafviewer/README |
Added note about problems experienced with JRE version 1.4.2_08 on Linux |
| 2005/09/07 |
montrowe |
test/com/ComModTestAAF/CAAFModuleTest.cpp, test/com/ComModTestAAF/ComModTestAAF.cpp, test/com/ComModTestAAF/ModuleTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFCachePageAllocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomRawStorageTest.cpp, test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.cpp |
Merge up AVid enhancemenst to testing classes and convert several tests to the new call prototype (fix gcc warnings) |
| 2005/09/07 |
montrowe |
test/com/ComModTestAAF/CAAFModuleTest.cpp, test/com/ComModTestAAF/CAAFModuleTest.h, test/com/ComModTestAAF/ComModTestAAF.cpp, test/com/ComModTestAAF/ModuleTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFAuxiliaryDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveFrameworkTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDescriptiveMarkerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFKLVDataDefinitionTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRecordingDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTaggedValueDefinitionTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFKLVDataDefsTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFTaggedValueDefsTest.cpp, test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.cpp, test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.h |
Merge up AVid enhancemenst to testing classes and convert several tests to the new call prototype |
| 2005/09/07 |
montrowe |
ref-impl/src/impl/ImplAAFOMRawStorage.cpp |
Merge Avid CachePageAllocator interface, and global functions CreateRawStorageCached, CreateRawStorageCached2, FileIsAAFFileKind and RawStorageIsAAFFileKind up to SourceForge (fixup gcc warning) |
| 2005/09/07 |
montrowe |
AAFWinSDK/Test/com/ComModTestAAF/ComModTestAAF.vcproj, AAFWinSDK/ref-impl/Impl/Impl.vcproj, AAFWinSDK/ref-impl/Om/Om.vcproj, AAFWinSDK/ref-impl/comapi/comapi.vcproj, dodo/AAFCachePageAllocator.dod, dodo/AAFModule.dod, dodo/aafobjects.mk, ref-impl/aaflib/aaflib.cpp, ref-impl/aaflib/aaflib.h, ref-impl/include/OM/OMCachePageAllocator.h, ref-impl/include/OM/OMCachedDiskRawStorage.h, ref-impl/include/OM/OMCachedRawStorage.h, ref-impl/include/OM/OMPageCache.h, ref-impl/include/com-api/AAF.h, ref-impl/src/OM/OMCachePageAllocator.cpp, ref-impl/src/OM/OMCachedDiskRawStorage.cpp, ref-impl/src/OM/OMCachedRawStorage.cpp, ref-impl/src/OM/OMPageCache.cpp, 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/CAAFCachePageAllocator.cpp, ref-impl/src/com-api/CAAFCachePageAllocator.h, ref-impl/src/com-api/CAAFModule.cpp, ref-impl/src/impl/AAFClassIDs.h, ref-impl/src/impl/ImplAAFCachePageAllocator.cpp, ref-impl/src/impl/ImplAAFCachePageAllocator.h, ref-impl/src/impl/ImplAAFModule.cpp, ref-impl/src/impl/ImplAAFModule.h, ref-impl/src/impl/ImplAAFOMCachePageAllocator.cpp, ref-impl/src/impl/ImplAAFOMCachePageAllocator.h, ref-impl/src/impl/ImplAAFOMRawStorage.cpp, ref-impl/src/impl/ImplAAFOMRawStorage.h, test/com/ComModTestAAF/ModuleTests/CAAFCachePageAllocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFRandomRawStorageTest.cpp, ref-impl/include/com-api/AAF.idl, ref-impl/include/com-api/AAF_i.c, ref-impl/include/ref-api/AAF.h, ref-impl/include/ref-api/AAF_i.c, ref-impl/src/com-api/com-dll/AAFCOM.DEF |
Merge Avid CachePageAllocator interface, and global functions CreateRawStorageCached, CreateRawStorageCached2, FileIsAAFFileKind and RawStorageIsAAFFileKind up to SourceForge |
| 2005/09/07 |
jptrainor |
AAFWinSDK/AAFAnalyzer/AAFAnalyzer.sln, AAFWinSDK/AAFAnalyzer/Setup/Setup.vdproj |
Adde setup (i.e. deployment) package. |
| 2005/09/07 |
phil_tudor |
meta/AAFMetaDict.xls |
Added (to restore sync with AAFMetadictionary.h): CompressionDef_DV_Based_25Mbps_525_60, CompressionDef_DV_Based_25Mbps_625_50, CompressionDef_DV_Based_50Mbps_525_60, CompressionDef_DV_Based_50Mbps_625_50, CodecFlavour_DV_Based_25Mbps_525_60, CodecFlavour_DV_Based_25Mbps_625_50, CodecFlavour_DV_Based_50Mbps_525_60, CodecFlavour_DV_Based_50Mbps_625_50, |
| 2005/09/06 |
jptrainor |
AAFWinSDK/AAFAnalyzer/AAFAnalyzerBase/AAFAnalyzerBase.vcproj, AAFWinSDK/AAFAnalyzer/AAFAnalyzerMain/AAFAnalyzerMain.vcproj, AAFWinSDK/AAFAnalyzer/BaseTestImpl/BaseTestImpl.vcproj, AAFWinSDK/AAFAnalyzer/EditProtocolTestImpl/EditProtocolTestImpl.vcproj, AAFWinSDK/AAFAnalyzer/RegressionTest/RegressionTest.vcproj, AAFWinSDK/AAFAnalyzer/TestPhaseLib/TestPhaseLib.vcproj |
Added support for release builds. |
| 2005/09/06 |
jptrainor |
Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.cpp |
Fix aggregate result reporting. |
| 2005/09/06 |
tbingham |
examples/com-api/ExportDV/ExportDV.cpp |
Use kAAFFileKind_AafKlvBinary instead of aafFileKindAafKlvBinary. |
| 2005/09/06 |
tbingham |
examples/com-api/ExportDV/ExportDV.cpp |
Use aafFileKindAafKlvBinary instead of aafFileKindMxfKlvBinary. |
| 2005/09/06 |
tbingham |
ref-impl/include/AAFFileKinds.h, ref-impl/src/impl/ImplAAFFile.cpp |
Reinstate aafFileKindAafKlvBinary and kAAFFileKind_AafKlvBinary. |
| 2005/09/06 |
jptrainor |
ref-impl/src/OM/OMMXFStorage.cpp |
Tweaks to resolve warnings that stopped the release build. The warnings were due to unreferenced variables that are referenced by an ASSERT that dissappears in the release build. |
| 2005/09/06 |
tbingham |
ref-impl/src/OM/OMFile.cpp |
OMFile::openExistingRead(const wchar_t*, ...) now works with descentants of OMStoredObjectFactory which don't support open by name. |
| 2005/09/06 |
rodrigc |
examples/com-api/ExportDV/ExportDV.cpp |
Eliminate -ntsc flag, and instead detect the format (PAL, NTSC) of the input DV file. |
| 2005/09/06 |
montrowe |
test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStreamTest.cpp |
Merge Avid StreamAccess and TypeDefStreamEx interfaces up to SourceForge (gcc warnings fix-up) |
| 2005/09/06 |
montrowe |
dodo/AAFStreamAccess.dod, dodo/AAFTypeDefStream.dod, dodo/AAFTypeDefStreamEx.dod, dodo/aafobjects.mk, ref-impl/include/com-api/AAF.h, ref-impl/include/com-api/AAF.idl, ref-impl/include/com-api/AAF_i.c, ref-impl/include/ref-api/AAF.h, ref-impl/include/ref-api/AAF_i.c, ref-impl/src/com-api/CAAFTypeDefStream.cpp, ref-impl/src/com-api/CAAFTypeDefStream.h, ref-impl/src/impl/ImplAAFPropertyValue.h, ref-impl/src/impl/ImplAAFStreamPropertyValue.cpp, ref-impl/src/impl/ImplAAFStreamPropertyValue.h, ref-impl/src/impl/ImplAAFTypeDefStream.cpp, ref-impl/src/impl/ImplAAFTypeDefStream.h, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStreamTest.cpp |
Merge Avid StreamAccess and TypeDefStreamEx interfaces up to SourceForge |
| 2005/09/06 |
jptrainor |
AAFWinSDK/AAFAnalyzer/AAFAnalyzer.sln |
Set the default project, and setup dependencies correctly. |
| 2005/09/06 |
jptrainor |
AAFWinSDK/AAFAnalyzer/AAFAnalyzer.sln, AAFWinSDK/AAFAnalyzer/AAFAnalyzerBase/AAFAnalyzerBase.vcproj, AAFWinSDK/AAFAnalyzer/AAFAnalyzerMain/AAFAnalyzerMain.vcproj, AAFWinSDK/AAFAnalyzer/BaseTestImpl/BaseTestImpl.vcproj, AAFWinSDK/AAFAnalyzer/EditProtocolTestImpl/EditProtocolTestImpl.vcproj, AAFWinSDK/AAFAnalyzer/RegressionTest/RegressionTest.vcproj, AAFWinSDK/AAFAnalyzer/TestPhaseLib/TestPhaseLib.vcproj |
AAFAnalyzer VC71 project files. Fully working debug build. The AAFAnalyzer project is not tied into the top level AAFWinSDK project yet. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/EditProtocolTestImpl/EPDerivationTest.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPDerivationTest.h |
Progress with derivation chain test progress - for demo purposes. This implementation verifies that the root (i.e unreferenced) composition mobs have the correct usage code. This all that will be implemented prior to IBC. After that, a state machine driven parser will be used to implement the full test. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.h |
Remove EdgeVisit(Edge&) method. It serves no purpose. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/EditProtocolTestImpl/EPDerivationTest.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPDerivationTest.h |
New mob derivation chain test. This is just the begin, not complete yet. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.cpp |
Some commentds, and tweaks. Rename TestResult to PhaseResult. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/EditProtocolTestImpl/CompMobDependency.h |
Declare some methods virtual explicity. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzerBase/DepthFirstTraversal.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/DepthFirstTraversal.h |
Add Traverse{Down,Up} methods that don't require a start node. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/Doc/template.h |
fix typo |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzer/AAFAnalyzerMain.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestResult.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestResult.h |
Add detail reporting to the TestResult class. Add detailed reporting of the number of unreferenced composition mobs found by the comp mob dependency analysis. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzer/AAFAnalyzerMain.cpp |
More relevant name for the top level test result. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzer/AAFAnalyzerMain.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/NodeRefCountVisitor.h, Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/CompMobDependency.cpp |
Tweaks to get EPMobDepPhase running. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/EPMobDepPhase.h |
Mob dependency chain test phase implementation. |
| 2005/09/05 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzer/AAFAnalyzerMain.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.h, Utilities/AAFAnalyzer/AAFAnalyzerBase/NodeRefCountVisitor.h, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.h, Utilities/AAFAnalyzer/BaseTestImpl/AcyclicAnalysis.cpp, Utilities/AAFAnalyzer/BaseTestImpl/AcyclicAnalysis.h, Utilities/AAFAnalyzer/BaseTestImpl/DumpPhase.cpp, Utilities/AAFAnalyzer/BaseTestImpl/DumpPhase.h, Utilities/AAFAnalyzer/BaseTestImpl/FileDumper.cpp, Utilities/AAFAnalyzer/BaseTestImpl/FileDumper.h, Utilities/AAFAnalyzer/BaseTestImpl/FileLoad.cpp, Utilities/AAFAnalyzer/BaseTestImpl/FileLoad.h, Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.cpp, Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.h, Utilities/AAFAnalyzer/BaseTestImpl/RefResolver.cpp, Utilities/AAFAnalyzer/BaseTestImpl/RefResolver.h, Utilities/AAFAnalyzer/EditProtocolTestImpl/CompMobDependency.cpp, Utilities/AAFAnalyzer/EditProtocolTestImpl/CompMobDependency.h, Utilities/AAFAnalyzer/RegressionTest/AAFAnalyzerTest.cpp, Utilities/AAFAnalyzer/TestPhaseLib/Test.cpp, Utilities/AAFAnalyzer/TestPhaseLib/Test.h, Utilities/AAFAnalyzer/TestPhaseLib/TestPhase.cpp, Utilities/AAFAnalyzer/TestPhaseLib/TestPhase.h |
Cleanup use of ostream that crept in. We should stick with wostream through out. |
| 2005/09/04 |
jptrainor |
Utilities/AAFAnalyzer/Doc/template.cpp, Utilities/AAFAnalyzer/Doc/template.h |
Source file templates for new files the analyzer. |
| 2005/09/04 |
jptrainor |
Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.h |
minor cleaning |
| 2005/09/04 |
jptrainor |
Utilities/AAFAnalyzer/AAFAnalyzerBase/AcyclicVisitor.cpp, Utilities/AAFAnalyzer/AAFAnalyzerBase/ResolveRefVisitor.cpp, Utilities/AAFAnalyzer/BaseTestImpl/LoadPhase.cpp |
Some clean up of the load phase tests, and results reporting. |
| 2005/09/04 |
jptrainor |
examples2/axLib/AxUtil.cpp, examples2/axLib/AxUtil.h |
Added AxConstants to contain frequently used constants. The first is NULL_MOBID. |
| 2005/09/04 |
jptrainor |
examples2/axLib/AxUtil.cpp, examples2/axLib/AxUtil.h |
Add AxTaggedValueToString function. |
| 2005/09/02 |
tbingham |
ref-impl/src/OM/OMStream.cpp |
Remove bogus POSTCONDITION()s. |
| 2005/09/02 |
stuart_hc |
examples/com-api/ExportDV/ExportDV.cpp |
Add -DVBased command option to select DV-based RP224 labels instead of the default IEC DV labels. Add -o file command line option to specify alternative output filename. |
| 2005/09/01 |
tbingham |
examples/com-api/ExportDV/ExportDV.cpp |
When -legacyDV is specified use legacy data definitions. |
| 2005/09/01 |
tbingham |
examples/com-api/ExportDV/ExportDV.cpp |
Tidy up. |
| 2005/09/01 |
tbingham |
examples/com-api/ExportDV/ExportDV.cpp |
Tidy up - minimize differences between MXF and AAF file creation. |
| 2005/09/01 |
stuart_hc |
Utilities/AAFAnalyzer/RegressionTest/AAFAnalyzerTest.cpp, Utilities/aafembed/avilib.c, Utilities/aafembed/avilib.h, Utilities/aafextract/aafextract.cpp, examples/com-api/ExportDV/ExportDV.cpp, examples/com-api/ExportPCM/ExportPCM.cpp, examples/com-api/ImportDV/ImportDV.cpp, examples/com-api/ImportPCM/ImportPCM.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSoundDescriptorTest.cpp, test/com/ScaleTest/ScaleTest.cpp |
Add $Id$ and $Name$ CVS keywords to aid identification of version and branch |