| Date |
Developer |
Files |
Checkin comment |
| 2003/08/20 |
jptrainor |
ref-impl/include/AAFSDKBuild.h |
BuildNumber script automated edit. Changed build number from 533 to 534. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/README |
Added the suggestion that the user should place the aafviewer.cfg configuration file in the same directory as the startup script. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/sample-aafviewer.cfg |
The paths for aaf2dot and aafmeta2dot was changed to the current directory. This change reflects the change to the default location for the configuration file. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/lib/aafviewer.jar |
Changes to ConfigManager.java in revision 1.3 require a new revision of this Java archive. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/src/aafviewer/src/bbc/rd/aaf/aafviewer/ConfigMa nager.java |
Changed the default locations for the aaf2dot and aafmeta2dot binaries to the current directory (to make running live off CDROM more amenable). The current directory will be searched first for the configuration file aafviewer.cfg. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/src/aafmeta2dot/AAFPropertyDefinition.cpp |
The multiplicity for singular references was changed to "0..1" or "1" rather than "0..n" or "1..n". If the reference is a not an array or set then it should have the mutiplicity "0..1" if optional or "1" if required. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/src/aaf2dot/DotFactory.cpp |
The function GetSlotEdgesWithSourceNode() replaces GetEdgesWithSourceNode() and returns only slot edges. It is used to return Slot edges from MOBs or pseudo slot (Segment) edges from Nested Scopes. The problem was that Nested Scopes also have a Data Definition edge and this edge should not be included. The function uses the "isslot" ID for Slots in MOBs and "issegment" ID for Segments in Nested Scopes. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/src/aaf2dot/DotFactory.h |
The name of the function GetEdgesWithSourceNode() was changed to GetSlotEdgesWithSourceNode(). This change reflects the fix to the function - see also the comments for DotFactory.cpp. |
| 2003/08/19 |
stuart_hc |
Utilities/aafviewer/src/aaf2dot/AAFDotInstanceMapper.cpp |
The implementation for resolving Scope References was completed. Relative Scopes greater than 0 are now supported. MOB Slots and Segments are now tagged with an "isslot" and "issegment" ID respectively to help identify edge types in the function GetSlotEdgesWithSourceNode() in DotFactory.cpp. |
| 2003/08/19 |
stuart_hc |
Utilities/eli2aaf/README |
Described new command-line arg -netloc |
| 2003/08/19 |
stuart_hc |
Utilities/eli2aaf/eli2aaf.cpp |
Added command-line arg -netloc and support for adding network locator objects. Required property CodecDefinition now set correctly to kAAFCodecWAVE for each WAVEDescriptor. Properties SampleRate and Length (in units of SampleRate) now set correctly on WAVEDescriptor. Audio tracks A1 and A2 written consecutively, rather than interleaved, for improved efficiency. Fixed mis-handled case when essencedir argument used with DV filenames without full paths. |