# # ChangeLog for /branches/echoaudio/src/libavc/audiosubunit/avc_audiosubunit.h # # Generated by Trac 0.10.4 # 03/28/24 22:52:46 # 07/29/07 04:12:47 ppalmers [508] * branches/echoaudio/src/bebob/bebob_avdevice_subunit.h (modified) * branches/echoaudio/src/libavc/audiosubunit/avc_audiosubunit.cpp (copied) * branches/echoaudio/src/libavc/audiosubunit/avc_audiosubunit.h (copied) * branches/echoaudio/src/libavc/general/avc_subunit.cpp (modified) * branches/echoaudio/src/libavc/general/avc_subunit.h (modified) * branches/echoaudio/src/libavc/general/avc_unit.h (modified) * branches/echoaudio/src/libavc/musicsubunit/avc_musicsubunit.cpp (copied) * branches/echoaudio/src/libavc/musicsubunit/avc_musicsubunit.h (copied) * branches/echoaudio/src/Makefile.am (modified) splitted avc_subunit.cpp into separate files per subunit type 07/29/07 03:27:38 ppalmers [507] * branches/echoaudio/src/bebob/bebob_avdevice.cpp (modified) * branches/echoaudio/src/bebob/bebob_avdevice.h (modified) * branches/echoaudio/src/bebob/bebob_avdevice_subunit.cpp (modified) * branches/echoaudio/src/bebob/bebob_avdevice_subunit.h (modified) * branches/echoaudio/src/bebob/bebob_avplug.cpp (modified) * branches/echoaudio/src/bebob/bebob_avplug.h (modified) * branches/echoaudio/src/bebob/bebob_functionblock.cpp (modified) * branches/echoaudio/src/bebob/bebob_functionblock.h (modified) * branches/echoaudio/src/libavc/general/avc_plug.cpp (copied) * branches/echoaudio/src/libavc/general/avc_plug.h (copied) * branches/echoaudio/src/libavc/general/avc_subunit.cpp (copied) * branches/echoaudio/src/libavc/general/avc_subunit.h (copied) * branches/echoaudio/src/libavc/general/avc_unit.cpp (copied) * branches/echoaudio/src/libavc/general/avc_unit.h (copied) * branches/echoaudio/src/libutil/TimestampedBuffer.h (modified) * branches/echoaudio/src/Makefile.am (modified) [Temporary commit: compiles but doesn't run] First pass on AV/C code refactoring. Generic code and data structures are moved to libavc classes. Implementation/vendor specific stuff remains in specific classes. In this case all 'Extended' commands and the discovery procedures remain in the bebob/ classes, while the remainder goes into the libavc classes.