Activity for Stuart Cunningham

  • Stuart Cunningham Stuart Cunningham committed [fd4c42]

    MS VC++ project and workspace for building aaf2dot

  • Stuart Cunningham Stuart Cunningham committed [4e10f2]

    Added Interators for TypeDefinitions and PropertyDefinitions

  • Stuart Cunningham Stuart Cunningham committed [bf22d8]

    Added Interators for TypeDefinitions and PropertyDefinitions\nBugfix for incorrect C++ syntax of AxAxArrayIterator::Clone declaration

  • Stuart Cunningham Stuart Cunningham committed [47a346]

    Moved GetName up hierachy to AxMetaDefinition for convenience

  • Stuart Cunningham Stuart Cunningham committed [e2d1f8]

    Initial revision

  • Stuart Cunningham Stuart Cunningham committed [7321b3]

    Initial revision

  • Stuart Cunningham Stuart Cunningham committed [a98c59]

    Added targets for new utilities eli2aaf and aafviewer

  • Stuart Cunningham Stuart Cunningham committed [51f885]

    Added examples2 target (AxLib) and utilities's new dependency upon examples2

  • Stuart Cunningham Stuart Cunningham committed [f32d55]

    Fixed typo and cleaned up whitespace usage

  • Stuart Cunningham Stuart Cunningham committed [4bbbf5]

    Fixes for compiler warning 'comparison between signed and unsigned integer'

  • Stuart Cunningham Stuart Cunningham committed [71674c]

    Portability fixes for compilation under MSVC++ ver 6.

  • Stuart Cunningham Stuart Cunningham committed [009aff]

    The option to order outgoing edges was removed to prevent the dot program from

  • Stuart Cunningham Stuart Cunningham committed [7ad3b4]

    Fix corruption of audio samples - audio buffer offset was not calculated correctly.

  • Stuart Cunningham Stuart Cunningham committed [82e8c2]

    Add 4 as a permitted HorizontalSubsampling value. This allows NTSC-DV 4:1:1 chroma format to be supported.

  • Stuart Cunningham Stuart Cunningham committed [7de931]

    Changed package to Utilities/aaf2dot to avoid clashes with aafmeta2dot.

  • Stuart Cunningham Stuart Cunningham committed [512eaa]

    Added configuration information for aafmeta2dot.

  • Stuart Cunningham Stuart Cunningham committed [42e7c8]

    Added information about aafmeta2dot and viewing UML diagrams.

  • Stuart Cunningham Stuart Cunningham committed [3fed76]

    Implements aafmeta2dot which displays UML class diagrams of the AAF class model

  • Stuart Cunningham Stuart Cunningham committed [3d0ac7]

    Fixed bugs that were exposed when scope references are supported. Checking that pointers are non-zero.

  • Stuart Cunningham Stuart Cunningham committed [9d63ab]

    Added aafmeta2dot project to the workspace.

  • Stuart Cunningham Stuart Cunningham committed [98852a]

    Added simple scope references output. Scope references are shown in magenta in the aafviewer.

  • Stuart Cunningham Stuart Cunningham committed [f2398f]

    Added rule to create classes directory.

  • Stuart Cunningham Stuart Cunningham committed [81f438]

    Added UML diagram viewing functionality.

  • Stuart Cunningham Stuart Cunningham committed [7e14d6]

    Added aafmeta2dot project.

  • Stuart Cunningham Stuart Cunningham committed [0ecada]

    Updates for NTSC support

  • Stuart Cunningham Stuart Cunningham committed [1283df]

    support for MSVC++ compiler

  • Stuart Cunningham Stuart Cunningham committed [26de46]

    Add support for NTSC video but not audio (no audio tracks or sources added when input is NTSC).

  • Stuart Cunningham Stuart Cunningham committed [4c7978]

    Added simple scope references output. Scope references are shown in magenta in the aafviewer.

  • Stuart Cunningham Stuart Cunningham committed [5dbd2f]

    Fix compilation error resulting from changes to IAAFTypeDefVariableArray and IAAFTypeDefFixedArray that now implement the GetElements() function. Also fix to avoid using the now deprecated AxArrayIterator.

  • Stuart Cunningham Stuart Cunningham committed [7951f9]

    Add comment that the $(shell ...) syntax requires GNU make

  • Stuart Cunningham Stuart Cunningham committed [d83973]

    fix crash from filename buffer overflow (increased from 80 to FILENAME_MAX)

  • Stuart Cunningham Stuart Cunningham committed [f99032]

    Added command-line arg -netloc and support for adding network locator objects.

  • Stuart Cunningham Stuart Cunningham committed [e9d977]

    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.

  • Stuart Cunningham Stuart Cunningham committed [585110]

    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.

  • Stuart Cunningham Stuart Cunningham committed [92e78f]

    Described new command-line arg -netloc

  • Stuart Cunningham Stuart Cunningham committed [3bf18b]

    The implementation for resolving Scope References was completed. Relative Scopes greater than 0 are now supported.

  • Stuart Cunningham Stuart Cunningham committed [23e85b]

    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.

  • Stuart Cunningham Stuart Cunningham committed [3094a0]

    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.

  • Stuart Cunningham Stuart Cunningham committed [72c2ce]

    Changed the default locations for the aaf2dot and aafmeta2dot binaries to the current directory (to make running live off CDROM more amenable).

  • Stuart Cunningham Stuart Cunningham committed [45c5be]

    Added the suggestion that the user should place the aafviewer.cfg configuration file in the same directory as the startup script.

  • Stuart Cunningham Stuart Cunningham committed [fab547]

    Changes to ConfigManager.java in revision 1.3 require a new revision of this Java archive.

  • Stuart Cunningham Stuart Cunningham committed [bf8f2f]

    Bugfix: Read the tens-of-hours part of the DV timecode correctly

  • Stuart Cunningham Stuart Cunningham committed [a4c51d]

    Add 'using namespace std' (previously relied on inclusion through headers).

  • Stuart Cunningham Stuart Cunningham committed [3dfb1b]

    Use std:: for std namespace items (previously relied on "using namespace" via includes)

  • Stuart Cunningham Stuart Cunningham committed [d07038]

    Fix for API change: CreatePropertyIter -> GetProperties

  • Stuart Cunningham Stuart Cunningham committed [d2a7a7]

    Initial version of scalability test scripts and related data

  • Stuart Cunningham Stuart Cunningham committed [3c93db]

    The debug versions of librefstg.a & libSSRW2C.a are no longer used

  • Stuart Cunningham Stuart Cunningham committed [df0e80]

    remove commented-out code

  • Stuart Cunningham Stuart Cunningham committed [9581ef]

    remove commented-out code (via #if 1, #else)

  • Stuart Cunningham Stuart Cunningham committed [185f64]

    add missing case for PLATFORM_GCC_SPARC_SOLARIS

  • Stuart Cunningham Stuart Cunningham committed [7e5245]

    Fixed typo that broke Solaris build

  • Stuart Cunningham Stuart Cunningham committed [e50b9c]

    Fix accidental SUCCESS exit status when test fails (least significant 8 bits returned to parent causing some errors codes to be truncated to 0 (success)).

  • Stuart Cunningham Stuart Cunningham committed [598824]

    Renamed from pdefs-SunSunOS.mk

  • Stuart Cunningham Stuart Cunningham committed [87f02d]

    File renamed to pdefs-SparcSolaris.mk

  • Stuart Cunningham Stuart Cunningham committed [728b23]

    Renamed platform directory from AAFSunSunOSSDK to AAFSparcSolarisSDK - libSSRW2C.a remains unchanged

  • Stuart Cunningham Stuart Cunningham committed [109339]

    Rename of platform SunSunOS to SparcSolaris

  • Stuart Cunningham Stuart Cunningham committed [1c1f57]

    Not necessary to keep library under revision control - source files are under revision control in ref-impl/uuid_gen.

  • Stuart Cunningham Stuart Cunningham committed [137754]

    Prepend the platform directory containing libcom-api.so to the library search path. This ensure the correct version of libcom-api.so will be used to runs the tests.

  • Stuart Cunningham Stuart Cunningham committed [c80be4]

    Platform dir renamed from AAFSunSunOSSDK to AAFSparcSolarisSDK

  • Stuart Cunningham Stuart Cunningham committed [be412c]

    Replace non-POSIX ftello64,fseeko64 with POSIX ftello,fseeko calls. See http://www.opengroup.org/onlinepubs/007904975/functions/fseek.html

  • Stuart Cunningham Stuart Cunningham committed [94dc96]

    Bugfix - the check target requires the tests to be built first

  • Stuart Cunningham Stuart Cunningham committed [d3621f]

    Removed OS_MACOS10 which was deprecated and replaced by OS_DARWIN.

  • Stuart Cunningham Stuart Cunningham committed [c0cc78]

    Removed OS_MACOS10 and PLATFORM_GCC_POWERPC_MACOS10 macros which were deprecated and replaced by OS_DARWIN and PLATFORM_GCC_POWERPC_DARWIN respectively.

  • Stuart Cunningham Stuart Cunningham committed [78ca4e]

    Removed duplicate header files which are under CVS control under ref-impl/

  • Stuart Cunningham Stuart Cunningham committed [d34a65]

    Removed duplicate header files which are under CVS control under ref-impl/

  • Stuart Cunningham Stuart Cunningham committed [c1677f]

    Removed duplicate C files which are under CVS control under ref-impl/

  • Stuart Cunningham Stuart Cunningham committed [482db3]

    Removed empty, unused header file.

  • Stuart Cunningham Stuart Cunningham committed [197b6f]

    Add $Id$ and $Name$ CVS keywords to aid identification of version and branch.

  • Stuart Cunningham Stuart Cunningham committed [e001a4]

    Use CRLF for all MS Visual Studio project files

  • Stuart Cunningham Stuart Cunningham committed [874e73]

    Fixed typo where WAVE descriptor would end up in dictionary instead of CDCI

  • Stuart Cunningham Stuart Cunningham committed [eeae49]

    Add $Id$ and $Name$ CVS keywords to aid identification of version and branch.

  • Stuart Cunningham Stuart Cunningham committed [251ccd]

    Change license to GPL

  • Stuart Cunningham Stuart Cunningham committed [fe6f68]

    Add $Id$ and $Name$ CVS keywords to aid identification of version and branch.

  • Stuart Cunningham Stuart Cunningham committed [66da40]

    Change license to GPL

  • Stuart Cunningham Stuart Cunningham committed [6fa18e]

    Include Id and Name CVS keywords in generated file

  • Stuart Cunningham Stuart Cunningham committed [d38aa8]

    Removed step where generated include files are copied to platform SDK

  • Stuart Cunningham Stuart Cunningham committed [cc2474]

    Removed duplicate header files which are under CVS control under ref-impl/

  • Stuart Cunningham Stuart Cunningham committed [c0adc7]

    Fixed new[]/delete[] mismatch bugs discovered by valgrind.

  • Stuart Cunningham Stuart Cunningham committed [9b586d]

    Remove unnecessary dependency on AAFUtils.h (which broke Linux/Unix builds)

  • Stuart Cunningham Stuart Cunningham committed [23d096]

    Fixed inconsistent display of stream size to always be decimal (1st stream size was displayed in hex, subsequent sizes were in decimal).

  • Stuart Cunningham Stuart Cunningham committed [42f494]

    Set the aafAccessor length to the FileDescriptor length, rather than the SourceMob length (fixes a bug where ReadSamples would stop short on files with different SourceMob->EditRate and Descr->SampleRate).

  • Stuart Cunningham Stuart Cunningham committed [046a9c]

    8bit 11025 Hz WAV sample used by AAFEssenceAccess module test

  • Stuart Cunningham Stuart Cunningham committed [ff6e12]

    Add $Id$ and $Name$ CVS keywords to aid identification of version and branch.

  • Stuart Cunningham Stuart Cunningham committed [c1a4a5]

    Update copyright notice date to 2004

  • Stuart Cunningham Stuart Cunningham committed [8f3989]

    Output Id and Name keywords in generated copyright notice

  • Stuart Cunningham Stuart Cunningham committed [9ec2d3]

    File moved to ref-impl/src/com-api to avoid dependency on Utilities.

  • Stuart Cunningham Stuart Cunningham committed [87cd99]

    Add EssenceDataEx interface.

  • Stuart Cunningham Stuart Cunningham committed [8da1e3]

    Removed dependency on Utilities/Include since CAAFBuiltinDefs.h is now under ref-impl/src/com-api

  • Stuart Cunningham Stuart Cunningham committed [ad27f3]

    Updates for recent Cygwin environments

  • Stuart Cunningham Stuart Cunningham committed [e23fd1]

    Removed dependency on Utilities/Include since CAAFBuiltinDefs.h is now under ref-impl/src/com-api

  • Stuart Cunningham Stuart Cunningham committed [eb0db4]

    Removed duplicate idl files which are under CVS control under ref-impl/

  • Stuart Cunningham Stuart Cunningham committed [6388bd]

    Print "NOT SUCCESS" after each unsuccessfull test - new users can be deceived that tests have passed since no indication is given at the time of failure (indication is given only in the summary).

  • Stuart Cunningham Stuart Cunningham committed [f5c729]

    Add -laaflib to resolve missing _AUID_AAFCDCIDescriptor symbol under PPCDarwin.

  • Stuart Cunningham Stuart Cunningham committed [56c3b8]

    Update for Solaris and Darwin builds - fixes compile error.

  • Stuart Cunningham Stuart Cunningham committed [f655fd]

    Build libuuid_gen on Linux, Darwin & Irix in addition to Solaris.

  • Stuart Cunningham Stuart Cunningham committed [20cb23]

    Don't build dump.cpp on SparcSolaris OR PPCDarwin since there is no available IStream and IStorage implementation on those platforms.

  • Stuart Cunningham Stuart Cunningham committed [e4fd6c]

    Remove libSSRW2C SEGV workaround where dummy data was written to an EssenceData object. This reinstates the test where zero-length EssenceData objects are written.

  • Stuart Cunningham Stuart Cunningham committed [ad3fa4]

    Fix compile error on SparcSolaris by removing ancient sun include.

  • Stuart Cunningham Stuart Cunningham committed [4e71b2]

    Update sun support and include g++ support on sun.

  • Stuart Cunningham Stuart Cunningham committed [a6d9b6]

    Restore Id and Name CVS keywords.

1 >