2005-02-26 Rohan Drape * jack.udp.c: Apply client name patch from Gilles Degottex. 2004-10-25 Rohan Drape * jack.udp.c: Edit default port number from 57120 to 57160, the former is the default port for sclang. 2004-08-24 Rohan Drape * Makefile.am: Restructure to build common/libcommon.a. 2004-06-16 Rohan Drape * jack.udp.c: Move common files to common. Add .h files. Add fixes as required. Merge to sw-25. Fix Makefile.am. 2004-01-19 Rohan Drape * configure.ac: Add endian check. * byte-order.c: Update from common for error fixes. 2004-01-18 Rohan Drape * packet.c: Fix error in packet_ntoh, was using meta data before unscrambling it. 2004-01-17 Rohan Drape * packet.c: Fix to manage byte order for data as well as meta data. * byte-order.c: Add file from common. * network.c: Fix typo. 2004-01-14 Rohan Drape * packet.c: Delete timestamp field. This will break commincation with any existing binaries. 2004-01-13 Rohan Drape * packet.c: Fix timestamp to be 64bits. This should always have been the case, it was fudged to 32bits to ignore lackof network translators. * memory.c: Create file. * file.c: Create file, actually renamed from buffer.c. * jack.c: Move ringbuffer utilities here since that is now part of JACK. * accounting.c: Delete file, used during the initial design and testing only. 2004-01-11 Rohan Drape * buffer.c: Fix to use xread. 2004-01-09 Rohan Drape * buffer.c: Delete unused procedures. * jack.udp.c: Fix error handling. Make buffer size option be a frame count. Fix usage message. Fix xpipe return value. 2004-01-06 Rohan Drape * jack.udp.c: Delete ringbuffer files and use JACK version. 2003-12-27 Rohan Drape * jack.c: Create file and move JACK common to here. * ringbuffer.c: Add const qualifiers where appropriate. * jack.udp.c: Add network/host conversion of packet meta data. 2003-12-23 Rohan Drape * jack.udp.c: Create project and all files. The basic infrastructure is derived from jack.play and modified as required. Initial use indicates reliable operation streaming ten 32bit channels at 44100Hz over a crossover cable using CVS JACK in unpriveleged mode under 2.6.0. The current implementation sends only fully laden packets and ignores the timestamp field.