# # ChangeLog for / # # Generated by Trac 0.10.4 # 03/28/24 08:26:19 # 11/25/04 11:30:41 pieterpalmers [22] * trunk/freebob/src/avaudioinfoblock.cpp (added) * trunk/freebob/src/avaudioinfoblock.h (added) * trunk/freebob/src/avaudiosyncinfoblock.cpp (added) * trunk/freebob/src/avaudiosyncinfoblock.h (added) * trunk/freebob/src/avdescriptor.cpp (modified) * trunk/freebob/src/avgeneralmusicstatusinfoblock.cpp (added) * trunk/freebob/src/avgeneralmusicstatusinfoblock.h (added) * trunk/freebob/src/avinfoblock.h (modified) * trunk/freebob/src/avmidiinfoblock.cpp (added) * trunk/freebob/src/avmidiinfoblock.h (added) * trunk/freebob/src/avnameinfoblock.cpp (added) * trunk/freebob/src/avnameinfoblock.h (added) * trunk/freebob/src/ieee1394service.cpp (modified) * trunk/freebob/src/Makefile.am (modified) - 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) 11/24/04 14:13:21 pieterpalmers [21] * trunk/freebob/src/avdescriptor.cpp (modified) * trunk/freebob/src/avdescriptor.h (modified) * trunk/freebob/src/avdevice.cpp (modified) * trunk/freebob/src/avinfoblock.cpp (added) * trunk/freebob/src/avinfoblock.h (added) * trunk/freebob/src/avmusicidentifierdescriptor.cpp (added) * trunk/freebob/src/avmusicidentifierdescriptor.h (added) * trunk/freebob/src/avmusicstatusdescriptor.cpp (added) * trunk/freebob/src/avmusicstatusdescriptor.h (added) * trunk/freebob/src/debugmodule.h (modified) * trunk/freebob/src/ieee1394service.cpp (modified) * trunk/freebob/src/ieee1394service.h (modified) * trunk/freebob/src/Makefile.am (modified) - 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) 11/23/04 15:01:33 wagi [20] * trunk/freebob/src/Makefile.am (modified) * trunk/freebob/src/threads.h (added) New file: threads.h thread.h implements the deferCall and asyncCall template. 11/23/04 14:51:35 wagi [19] * trunk/freebob/src/ieee1394service.cpp (modified) Compile warnings from debugPrint statements fixed. 11/22/04 13:06:38 pieterpalmers [18] * trunk/freebob/src/avdescriptor.cpp (added) * trunk/freebob/src/avdescriptor.h (added) * trunk/freebob/src/avdevice.cpp (modified) * trunk/freebob/src/avdevice.h (modified) * trunk/freebob/src/debugmodule.cpp (added) * trunk/freebob/src/debugmodule.h (modified) * trunk/freebob/src/ieee1394service.cpp (modified) * trunk/freebob/src/Makefile.am (modified) - Placed some extra debug functions in a new file debugmodule.cpp - Added AvDescriptor class as a generic AVC descriptor handler class - Added the new files to the makefile REMARK: The new code is still quite messy and undebugged. This commit is mainly to expose my current work, to make sure no work is duplicated.