2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the buffer size passed by receive_frame() can be less than the allocated buffer size, e.g. 4 byte AES3 audio data samples reduced to 2 byte for 16-bit audio More... over 15 years ago
avoid error message by checking whether the next sink accepts the stream before attempting to register it; allow for a larger buffer allocation than the size of the data More... over 15 years ago
don't bother checking the channel status bit because example files had this bit set More... over 15 years ago
don't log an error when a sequence doesn't contain a source clip because it isn't neccessarily an error More... over 15 years ago
always add a Content-Type header because e.g. firefox 3.0.1 shows a 'no element found' error in the error console and the server process can be effected More... over 15 years ago
allow the IMX frame size to be set (eg. observed frame sizes 151552/200704/253952 for IMX30/40/50 in Avid generated files); simplify passing essence info to write_avid_mxf More... over 15 years ago
fix trailing comma typo More... over 15 years ago
implement audio output to both pc and dvs card but disable it and add comment about DVS dropped frames observation More... over 15 years ago
add comment about get_stream_buffer() More... over 15 years ago
add alt modifier in key presses/released callbacks More... over 15 years ago
add support for d10 audio by deinterleaving multi-channel audio present in mxf track More... over 15 years ago
replaced the opaque Avid meta-dictionary blob with explicit creation in the source code using a meta-dictionary generated by Avid Media Composer 3.0 added an Avid dictionary (Preface::Dictionary) containing taggedvalue, container and data definitions added properties to Preface and MaterialPackage to better match Avid generated files filtering out the meta-dictionary and dictionary (except data definitions) when reading Avid MXF files simplify the log function calls by including the level in the function name fix reading aes3 audio in d10 by allowing the channel count set in the mxf metadata to be less than the channel count set in the aes3 audio data added function to write both the item's local tag and length make clear in code that mxf_read_set() returns 0,1 or 2 and not just 0 or 1; only process the set returned by mxf_read_and_return_set if the result == 1 speed up subclass check (and therefore reading and writing files) by utilising the dereferenced parentclassdef when the data model was finalised change libMXF version to 1.0 More... over 15 years ago
Menu option for audio following video in player More... over 15 years ago
Shift and ctrl modifiers to key pressed. startPosition parameter. More... over 15 years ago
Check the source, creating and failure directories exist at startup More... over 15 years ago
Updated More... over 15 years ago
Mozilla plugin for ingex player More... over 15 years ago
Default resolution is 20:1 More... over 15 years ago
Updated to use current DVS SDK More... over 15 years ago
Updated for RPM build More... over 15 years ago
Various updates incl. audio mute More... over 15 years ago
Script to run the GUI More... over 15 years ago
Handle command-line option for install root dir (needed for rpmbuild). More... over 15 years ago
Updated More... over 15 years ago
Help with linking dirs for Avid More... over 15 years ago
Updates re. traffic control More... over 15 years ago
RPM and build updates More... over 15 years ago
Added notes for 64-bit More... over 15 years ago
Use correct runtime under Windows More... over 15 years ago
Removed old unused code More... over 15 years ago