Log of changes made between Jan-2005 and Feb-2005

Date Developer Files Checkin comment
2005/01/24 philipn Utilities/aafviewer/src/aafmeta2dot/aafmeta2dot.cpp Output AxEx exception to cout rather than wcout because API has changed to return char *.
2005/01/24 philipn Utilities/aafviewer/src/aaf2dot/Utilities.cpp Improved robustness of DateStruct output by allowing negative 'year' values. Reversed order for DateStruct output.
2005/01/24 philipn Utilities/aafviewer/src/aaf2dot/aaf2dot.cpp Improved robustness of DateStruct output by allowing a negative 'year'. Reversed order of DateStruct output.
2005/01/23 jptrainor ref-impl/src/impl/ImplAAFMetaDictionary.cpp removed lingering crud from SyncMetaDictionaries()
2005/01/22 jptrainor ref-impl/src/impl/ImplAAFMetaDictionary.cpp, ref-impl/src/impl/ImplAAFFile.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.h, ref-impl/src/impl/ImplAAFClassDef.cpp Reverted previous changes in favour of a simpler approach. Regression tests all pass, and the SDK sucessfully loads and modifies a 1.0.2 file using this version of ImplAAFMetaDictionary::SyncMetaDictionaires. Also, there is no longer any need to sync before saving.
2005/01/21 jptrainor ref-impl/src/impl/ImplAAFMetaDictionary.cpp Cleanup reference counting by switching to smart pointers where appropriate.
2005/01/21 jptrainor ref-impl/src/impl/ImplAAFMetaDictionary.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.h Fix AAFClassDef module test failure.
2005/01/20 phil_tudor ref-impl/src/impl/ImplAAFMobSlot.cpp Refactor to use OM setValue() call, after TimB email 20050114.
2005/01/20 phil_tudor test/com/ComModTestAAF/ModuleTests/CAAFLocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFNetworkLocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTextLocatorTest.cpp Essence descriptor was being attached twice to the SourceMob. Fixed.
2005/01/20 phil_tudor ref-impl/src/impl/ImplAAFSourceMob.cpp TimB email 20050114, fixing delete-while-still-attached issue for ImplAAFSourceMob::SetEssenceDescriptor().
2005/01/19 phil_tudor ref-impl/src/impl/ImplAAFEdgecode.cpp, ref-impl/src/impl/ImplAAFSourceMob.cpp, ref-impl/src/impl/ImplAAFTimecode.cpp Revert following methods to their AAF v1.0 behaviour, which is to create a Component with an AAF v1.0 well-known data def (and not the preferred AAF v1.1 data def): ImplAAFSourceMob::AppendEdgecodeSlot ImplAAFSourceMob::AppendTimecodeSlot ImplAAFTimecode::Initialize ImplAAFEdgecode::Initialize
2005/01/15 jptrainor ref-impl/src/impl/ImplAAFFile.cpp Resolve bug with AAFRandomRawStorage module test.
2005/01/11 jfpanisset examples2/axLib/AxComponent.cpp oops, duplicate definition for AxOperationGroup:AddParameter()
2005/01/11 jfpanisset examples2/axLib/AxComponent.h, examples2/axLib/AxComponent.cpp Add missing methods for AxTransition, AxSequence, AxPulldown, AxOperationGroup New wrappers: AxNestedScope, AxScopeReference, AxEdgeCode, AxGPITrigger
2005/01/11 jfpanisset Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComFileKindTest/ComFileKindTest.cpp, test/com/UTF8FileNameTest/UTF8FileNameTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFStaticMobSlotTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSourceReferenceTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSourceMobTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSourceClipTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSoundDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSequenceTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSelectorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFTimelineMobSlotTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTimecodeTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTimecodeStreamTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTimecodeStream12MTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTextLocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTapeDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTaggedValueTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTIFFDescriptorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFTypeDefIntTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefIndirectTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefFixedArrayTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefExtEnumTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefEnumTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefCharacterTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTransitionTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFTypeDefWeakObjRefTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefVariableArryTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStringTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStreamTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefStrongObjRefTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefRenameTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefOpaqueTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefRecordTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFTypeDefObjectRefTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CEnumAAFMobsTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFMobSlotsTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFLocatorsTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFKLVDataTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFEssenceDataTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFDataDefsTest.cpp, test/com/ComModTestAAF/ModuleTests/CEnumAAFControlPointsTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFVaryingValueTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CEnumAAFSegmentsTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 stuart_hc ref-impl/src/impl/ImplAAFHeader.cpp Removed redundant code - platform is always set to a compile-time value in ImplAAFIdentification constructor.
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFRGBADescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFScopeReferenceTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFSegmentTest.cpp since gcc builds use -Werror to turn warnings into errors, clean up warnings about ill-formed struct initializers
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFParameterTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFPCMDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFPhysicalDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFPulldownTest.cpp since gcc builds use -Werror to turn warnings into errors, clean up warnings about ill-formed struct initializers
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFNetworkLocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFObjectTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFOperationGroupTest.cpp since gcc builds use -Werror to turn warnings into errors, clean up warnings about ill-formed struct initializers
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFMobTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFNestedScopeTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFKLVDataTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFLocatorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFMasterMobTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFMobSlotTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFFindSourceInfoTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFGPITriggerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFHeaderTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFImportDescriptorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFFileTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFillerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFilmDescriptorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFEssenceGroupTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFEventMobSlotTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFEventTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFFileDescriptorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFEssenceFormatTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFEssenceDescriptorTest.cpp oops, incorrectly place curly brace
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFEssenceDataTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFEssenceDescriptorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CEnumAAFTaggedValuesTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDictionaryTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDigitalImageDescripTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFEdgecodeTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFComponentTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFCommentMarkerTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFCDCIDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFWAVEDescriptorTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFControlPointTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFContentStorageTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFDataDefTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFCompositionMobTest.cpp, test/com/ComModTestAAF/ModuleTests/CAAFConstantValueTest.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset test/com/ComModTestAAF/ModuleTests/CAAFAIFCDescriptorTest.cpp, test/com/ComModTestAAF/ModuleTests/ModuleTestsCommon.h gcc builds use -Werror to turn warnings into errors, so fix warning about ill-formed struct initializer
2005/01/11 jfpanisset ref-impl/src/impl/ImplAAFSourceClip.cpp, ref-impl/src/impl/ImplAAFMob.cpp, ref-impl/src/impl/ImplAAFTypeDefsGen.h gcc builds use -Werror to turn warnings into errors, so fix warning about incorrect struct initializers
2005/01/11 jfpanisset examples/com-api/comClientTest/ComClientTestAAF.cpp, examples/com-api/ComPropDirectAccess/propaccess.cpp, ref-impl/src/impl/ImplAAFEssenceData.cpp, ref-impl/src/impl/ImplAAFHeader.cpp gcc builds use -Werror to turn warnings into errors, so fix warning about incorrect struct initializers
2005/01/11 jfpanisset examples2/axDump/axDump.cpp gcc builds use -Werror to turn warnings into errors, so get rid of "unused variable fileArg" warning
2005/01/11 jfpanisset examples2/axLib/AxHrMap.h gcc builds now use -Werror to turn errors into warnings, so get get rid of warning about AxHrMap having only a private destructor and no friends
2005/01/09 jptrainor ref-impl/src/impl/ImplAAFMetaDictionary.cpp, ref-impl/src/impl/ImplAAFMetaDictionary.h Improved class def sync impl. Added sync of prop defs from file to builtin class defs.
2005/01/06 jptrainor Utilities/aaf2xtl/aif2xtllib/Aif2XtlEssencePreprocessVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlEssencePreprocessVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlGroupVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlGroupVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlInit.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlInit.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlMobSelectVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlMobSelectVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlObjectRemoveVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlObjectRemoveVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeNodeDecoration.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeNodeDecoration.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeNodeFactory.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeNodeFactory.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeNodes.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeNodes.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlParseTreeVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlSeqEditVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlSeqEditVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlSeqOffsetVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlSeqOffsetVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlSourceClipVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlSourceClipVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlTimecode.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlTimecode.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlTransitionVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlTransitionVisitor.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlXmlGen.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlXmlGen.h, Utilities/aaf2xtl/aif2xtllib/Aif2XtlXmlGenVisitor.cpp, Utilities/aaf2xtl/aif2xtllib/Aif2XtlXmlGenVisitor.h, Utilities/aaf2xtl/aiflib/AifParseTree.cpp, Utilities/aaf2xtl/aiflib/AifParseTree.h, Utilities/aaf2xtl/aiflib/AifParseTreeBuilder.cpp, Utilities/aaf2xtl/aiflib/AifParseTreeBuilder.h, Utilities/aaf2xtl/aiflib/AifParseTreeNode.cpp, Utilities/aaf2xtl/aiflib/AifParseTreeNode.h, Utilities/aaf2xtl/aiflib/AifParseTreeNodeFactory.cpp, Utilities/aaf2xtl/aiflib/AifParseTreeNodeFactory.h, Utilities/aaf2xtl/aiflib/AifParseTreeVisitor.cpp, Utilities/aaf2xtl/aiflib/AifParseTreeVisitor.h, Utilities/aaf2xtl/aiflib/AifVersions.h, Utilities/aaf2xtl/aifsantefelib/AifSanteFeLoad.cpp, Utilities/aaf2xtl/aifsantefelib/AifSanteFeLoad.h update license
2005/01/06 jptrainor Utilities/aaf2xtl/aaf2xtl/aaf2xtl.cpp update license text
2005/01/06 phil_tudor ref-impl/src/impl/ImplAAFMobSlot.cpp Fix SetSegment() for case where segment was already set. (TimB fix, emailed 20050105)
2005/01/06 phil_tudor ref-impl/src/impl/ImplAAFMobSlot.cpp Fix SetSegment() for case where segment was already set. (TimB fix, emailed 20050105)
2005/01/05 philipn Utilities/aafdump/GNUmakefile Switched "Wundef" off to avoid error resulting from gutils.h. Switched dependency file generation off when LIBGSF library not available.

Key

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

Valid HTML 4.01!