14
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Oct 09, 2021 — Oct 09, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Listen for given time (in seconds) for events on the bus
Daniel Wagner
as wagi
More... over 19 years ago
- Added argp parsing
Daniel Wagner
as wagi
More... over 19 years ago
- Debug print output added
Daniel Wagner
as wagi
More... over 19 years ago
- Debug output level lowered - Registering/unregistering AvDevice instance at pool - Exchanged more of the shift and & stuff with the AVC1394_GET_RESPONSE_OPERAND
Daniel Wagner
as wagi
More... over 19 years ago
- Version pumped - Bug report address changed to freebob-devel mailling list
Daniel Wagner
as wagi
More... over 19 years ago
Reinsert AVC1394_SUBUNIT_* definition.
Daniel Wagner
as wagi
More... over 19 years ago
Debug module overhaul. Compile warnings removed. Creating and destroying of AvDevices now done as described in mail.
Daniel Wagner
as wagi
More... over 19 years ago
Register/unregister AvDevice in AvDevicePool when detected/disappeared.
Daniel Wagner
as wagi
More... over 19 years ago
MemberFunctor1::(): Semaphore release added. asyncCall with 1 parameter added.
Daniel Wagner
as wagi
More... over 19 years ago
Added: - Information retrieval functions for several infoblocks - Status printing functions for several infoblocks - debugPrintShort to print debug comments without leading context info - optional ANSI colored output of debug commands (see debugmodule.h) - optional colored HTML output of debug commands for e.g. printouts (see debugmodule.h) - AvDeviceSubunit->Reserve() / unReserve() / isReserved() - AvDevice::[set|get][Input|Output]PlugSignalFormat functions (incomplete) - added preliminary detection of internal connections
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- basic musicplug infoblock parsing
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- Added classes to parse the infoblocks new to the 1.1 version of the AV/C Music Subunit spec - Implemented some prototype parsing in these classes
Pieter Palmers
as pieterpalmers
More... over 19 years ago
Added syncCall implementation.
Daniel Wagner
as wagi
More... over 19 years ago
- added autogen.sh to recreate makefiles and reconfigure when adding or removing source files from Makefile.am. (lazy person's tool)
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- code merge - some more experiments
Pieter Palmers
as pieterpalmers
More... over 19 years ago
First working implementation of WorkerThread. Only defered calls will work right now.
Daniel Wagner
as wagi
More... over 19 years ago
__FILE__, __FUNCTION__ and __LINE__ added to debug prints.
Daniel Wagner
as wagi
More... over 19 years ago
Move constructor/destructor to private scope of the class.
Daniel Wagner
as wagi
More... over 19 years ago
emacs has complained about the whitespaces, so there we go: whitespace-cleanup.
Daniel Wagner
as wagi
More... over 19 years ago
Initialize members.
Daniel Wagner
as wagi
More... over 19 years ago
asyncCall: call WorkerThread with Functor.
Daniel Wagner
as wagi
More... over 19 years ago
WorkerThread added.
Daniel Wagner
as wagi
More... over 19 years ago
- Fix the build problem (sorry guys) - added some test functions to obtain plug and connection information
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- Added subunit abstraction classes - Implemented Audio & Music subunit detection in the AvDevice - Changed the debugPrint routine to be able to control debug output more granulary: Debug output is now printed based upon the presence of a certain bit-flag. - Various fixes
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- updated the AvMusicStatusDescriptor to automatically parse itself upon creation
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- bugfix: descriptor was not read correctly in AvDescriptor - several other small bugfixes/cleanups - fix compiler warnings - added some extra debug statements to follow parser flow
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- Added two more parsers, only one left to have a complete parsing framework for the Status descriptor.
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- Added the following info block handlers: * AvNameInfoBlock * AvAudioInfoBlock * AvMidiInfoBlock * AvAudioSyncInfoBlock * AvGeneralMusicStatusInfoBlock Basic read functionallity only. - Changed Makefile.am to reflect these new files - Removed a bug from avdescriptor->readBuffer - Added some basic tests of the new handlers (remark: the new tests could be device specific)
Pieter Palmers
as pieterpalmers
More... over 19 years ago
- Fixed some bugs in AvDescriptor and AvDevice - Added more tests of the new classes to ieee1394service - Modified the debuglevel to hide low level AVC transactions by AvDevice - Added AvMusicIdentifierDescriptor and AvMusicStatusDescriptor as a first attempt at parsing device info. - Added AvInfoBlock to handle infoblocks (still very embryonal)
Pieter Palmers
as pieterpalmers
More... over 19 years ago
New file: threads.h
Daniel Wagner
as wagi
More... over 19 years ago