# # ChangeLog for /branches/ppalmers-streaming # # Generated by Trac 0.10.4 # 03/28/24 06:19:24 # 11/28/07 00:33:36 ppalmers [732] * branches/ppalmers-streaming/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp (copied) * branches/ppalmers-streaming/src/libstreaming/motu/MotuReceiveStreamProcessor.h (copied) * branches/ppalmers-streaming/src/libstreaming/motu/MotuStreamProcessor-old.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuStreamProcessor-old.h (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp (copied) * branches/ppalmers-streaming/src/libstreaming/motu/MotuTransmitStreamProcessor.h (copied) reorganize motu SP files to prepare for updated streaming implementation (disfunctional) 11/27/07 11:26:05 ppalmers [731] * branches/ppalmers-streaming/src/libavc/descriptors/avc_descriptor.cpp (modified) * branches/ppalmers-streaming/src/libavc/descriptors/avc_descriptor.h (modified) * branches/ppalmers-streaming/src/libavc/descriptors/avc_descriptor_cmd.cpp (modified) extra debugging for the descriptors 11/27/07 10:28:51 ppalmers [730] * branches/ppalmers-streaming/config.h.in (modified) * branches/ppalmers-streaming/deb (added) * branches/ppalmers-streaming/deb/SConscript (added) * branches/ppalmers-streaming/libffado/ffado.h (modified) * branches/ppalmers-streaming/SConstruct (modified) * branches/ppalmers-streaming/src/debugmodule/debugmodule.cpp (modified) * branches/ppalmers-streaming/src/debugmodule/debugmodule.h (modified) * branches/ppalmers-streaming/src/devicemanager.h (modified) * branches/ppalmers-streaming/src/ffadodevice.cpp (modified) * branches/ppalmers-streaming/src/libosc (deleted) * branches/ppalmers-streaming/src/SConscript (modified) * branches/ppalmers-streaming/support/dbus (added) * branches/ppalmers-streaming/support/dbus/control-interface.xml (moved) * branches/ppalmers-streaming/support/dbus/controlclient.cpp (moved) * branches/ppalmers-streaming/support/dbus/controlclient.h (moved) * branches/ppalmers-streaming/support/dbus/controlserver.cpp (moved) * branches/ppalmers-streaming/support/dbus/controlserver.h (moved) * branches/ppalmers-streaming/support/dbus/ffado-dbus-server.cpp (copied) * branches/ppalmers-streaming/support/dbus/SConscript (added) * branches/ppalmers-streaming/support/dbus/test-dbus-server.cpp (moved) * branches/ppalmers-streaming/support/dbus/test-dbus.cpp (moved) * branches/ppalmers-streaming/support/firmware/SConscript (modified) * branches/ppalmers-streaming/support/SConscript (modified) * branches/ppalmers-streaming/tests/SConscript (modified) * branches/ppalmers-streaming/tests/test-ffado.cpp (modified) - Remove OSC related code - create DBus server application - add "scons debian" target that builds a debian package 11/27/07 08:50:48 ppalmers [729] * branches/ppalmers-streaming/src/dice/dice_avdevice.cpp (modified) * branches/ppalmers-streaming/src/genericavc/avc_avdevice.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.h (modified) some more transmit tweaks 11/25/07 12:57:43 ppalmers [727] * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.cpp (modified) stream alignment implemented 11/25/07 11:47:10 ppalmers [724] * branches/ppalmers-streaming/SConstruct (modified) disable assertions when not doing a debug build 11/25/07 05:42:51 ppalmers [723] * branches/ppalmers-streaming/src/dice/dice_avdevice.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (modified) fix problem where receiving multiple streams doesn't work 11/24/07 09:57:25 ppalmers [722] * branches/ppalmers-streaming/src/dice/dice_avdevice.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.h (modified) more rewrite of streaming 11/23/07 10:09:15 ppalmers [721] * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) another update 11/23/07 08:11:41 ppalmers [720] * branches/ppalmers-streaming/src/debugmodule/debugmodule.cpp (modified) * branches/ppalmers-streaming/src/genericavc/avc_avdevice.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.cpp (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.h (modified) first working version of the reworked streaming code 11/22/07 06:43:39 ppalmers [719] * branches/ppalmers-streaming/src/ffado_streaming.cpp (modified) * branches/ppalmers-streaming/src/genericavc/avc_avdevice.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/Port.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/PortManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandler.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.cpp (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.h (modified) * branches/ppalmers-streaming/tests/test-cycletimer.cpp (modified) * branches/ppalmers-streaming/tests/test-sytmonitor.cpp (modified) backup commit 11/11/07 10:12:01 ppalmers [715] * branches/ppalmers-streaming/src/dice/dice_avdevice.cpp (modified) * branches/ppalmers-streaming/src/ffado_streaming.cpp (modified) * branches/ppalmers-streaming/src/genericavc/avc_avdevice.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) some more cleaning 11/11/07 09:50:28 ppalmers [714] * branches/ppalmers-streaming/src/ffado_streaming.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (modified) * branches/ppalmers-streaming/tests/SytMonitor.cpp (modified) * branches/ppalmers-streaming/tests/test-cycletimer.cpp (modified) - cleanup of streaming interfaces - doesn't work yet 11/11/07 09:05:25 ppalmers [713] * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpSlaveStreamProcessor.cpp (deleted) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpSlaveStreamProcessor.h (deleted) - remove amdtp slave SP's since they need a big rework anyway 11/11/07 07:52:01 ppalmers [712] * branches/ppalmers-streaming/src/bebob/bebob_avdevice.h (modified) * branches/ppalmers-streaming/src/bounce/bounce_avdevice.h (modified) * branches/ppalmers-streaming/src/dice/dice_avdevice.cpp (modified) * branches/ppalmers-streaming/src/dice/dice_avdevice.h (modified) * branches/ppalmers-streaming/src/genericavc/avc_avdevice.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.h (copied) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpSlaveStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp (copied) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpTransmitStreamProcessor.h (moved) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/cycletimer.h (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.cpp (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.h (modified) * branches/ppalmers-streaming/src/maudio/maudio_avdevice.h (modified) * branches/ppalmers-streaming/src/SConscript (modified) almost there... 11/04/07 10:47:05 ppalmers [709] * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) some more streaming system updates. this works with the saffire up till -n2 -p256 11/04/07 09:32:40 ppalmers [708] * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) some more startup checks 11/04/07 09:19:44 ppalmers [707] * branches/ppalmers-streaming/src/debugmodule/debugmodule.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/util/cycletimer.h (modified) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (modified) * branches/ppalmers-streaming/src/libutil/StreamStatistics.cpp (modified) * branches/ppalmers-streaming/src/libutil/StreamStatistics.h (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.cpp (modified) - code cleanup - make transmit handler AMDTP compliant (don't send too much in advance) 11/04/07 05:15:42 ppalmers [706] * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (modified) code cleanup 11/04/07 04:40:10 ppalmers [705] * branches/ppalmers-streaming/src/bebob/bebob_avdevice.h (modified) * branches/ppalmers-streaming/src/bounce/bounce_avdevice.h (modified) * branches/ppalmers-streaming/src/bounce/bounce_slave_avdevice.cpp (modified) * branches/ppalmers-streaming/src/devicemanager.cpp (modified) * branches/ppalmers-streaming/src/dice/dice_avdevice.cpp (modified) * branches/ppalmers-streaming/src/dice/dice_avdevice.h (modified) * branches/ppalmers-streaming/src/ffado_streaming.cpp (modified) * branches/ppalmers-streaming/src/genericavc/avc_avdevice.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpPort.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpPortInfo.h (modified) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpSlaveStreamProcessor.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpSlaveStreamProcessor.h (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpStreamProcessor.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpStreamProcessor.h (moved) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/generic/IsoStream.h (moved) * branches/ppalmers-streaming/src/libstreaming/generic/Port.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/generic/Port.h (moved) * branches/ppalmers-streaming/src/libstreaming/generic/PortManager.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/generic/PortManager.h (moved) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/generic/StreamProcessor.h (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPort.h (modified) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPortInfo.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPortInfo.h (modified) * branches/ppalmers-streaming/src/libstreaming/motu/MotuStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/motu/MotuStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) * branches/ppalmers-streaming/src/libstreaming/util/cip.c (moved) * branches/ppalmers-streaming/src/libstreaming/util/cip.h (moved) * branches/ppalmers-streaming/src/libstreaming/util/cycletimer.h (moved) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandler.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandler.h (moved) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.h (moved) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.cpp (modified) * branches/ppalmers-streaming/src/libutil/TimestampedBuffer.h (modified) * branches/ppalmers-streaming/src/maudio/maudio_avdevice.h (modified) * branches/ppalmers-streaming/src/metrichalo/mh_avdevice.h (modified) * branches/ppalmers-streaming/src/motu/motu_avdevice.cpp (modified) * branches/ppalmers-streaming/src/motu/motu_avdevice.h (modified) * branches/ppalmers-streaming/src/rme/rme_avdevice.h (modified) * branches/ppalmers-streaming/src/SConscript (modified) * branches/ppalmers-streaming/tests/streaming/test-isohandling.cpp (modified) * branches/ppalmers-streaming/tests/SytMonitor.cpp (modified) * branches/ppalmers-streaming/tests/SytMonitor.h (modified) * branches/ppalmers-streaming/tests/test-cycletimer.cpp (modified) * branches/ppalmers-streaming/tests/test-sytmonitor.cpp (modified) * branches/ppalmers-streaming/tests/test-timestampedbuffer.cpp (modified) restructure the streaming directory 11/04/07 03:34:56 ppalmers [704] * branches/ppalmers-streaming/src/libstreaming/generic (added) directory for base classes 11/04/07 03:33:35 ppalmers [703] * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpPort.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpPort.h (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpPortInfo.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpPortInfo.h (moved) * branches/ppalmers-streaming/src/libstreaming/AmdtpStreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/AmdtpStreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/cycletimer.h (modified) * branches/ppalmers-streaming/src/libstreaming/IsoHandlerManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/IsoHandlerManager.h (modified) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPort.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPort.h (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPortInfo.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuPortInfo.h (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuStreamProcessor.cpp (moved) * branches/ppalmers-streaming/src/libstreaming/motu/MotuStreamProcessor.h (moved) * branches/ppalmers-streaming/src/libstreaming/StreamProcessor.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessor.h (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.cpp (modified) * branches/ppalmers-streaming/src/libstreaming/StreamProcessorManager.h (modified) - rework of streaming startup - started moving files around to enhance structure 11/04/07 03:30:42 ppalmers [702] * branches/ppalmers-streaming/src/libstreaming/amdtp (added) * branches/ppalmers-streaming/src/libstreaming/motu (added) * branches/ppalmers-streaming/src/libstreaming/util (added) 11/04/07 03:23:42 ppalmers [701] * branches/ppalmers-streaming (copied) do it the easy way 11/04/07 03:19:01 ppalmers [698] * trunk/libffado/src/debugmodule/debugmodule.cpp (modified) * trunk/libffado/src/debugmodule/debugmodule.h (modified) - make backlog a compile time option - do some performance optimization on the debugging code