root/trunk/libffado/src/libstreaming/amdtp


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2811 [2811] 06/01/21 17:11:47 jwoithe Cosmetic: "firewire" should be "FireWire?" when used as the bus …
(edit) @2803 [2803] 05/16/21 17:45:29 jwoithe Cosmetic: capitalise "L" in "Linux". "Linux" is a proper noun so it …
(edit) @2802 [2802] 05/16/21 17:37:39 jwoithe Cosmetic: "Firewire" becomes "FireWire?". Officially both the "F" and "W" …
(edit) @2651 [2651] 11/11/16 02:53:52 jwoithe Fix some warnings emitted by recent versions of gcc. These are mostly …
(edit) @2574 [2574] 11/22/14 00:21:03 jwoithe Clean up compiler warnings when compiling on 64-bit systems. These are …
(edit) @2540 [2540] 06/01/14 16:49:28 jwoithe Fix compilation when DEBUG is not defined. The fixes in the amdtp …
(edit) @2526 [2526] 05/09/14 05:21:02 jwoithe amdtp: remove a 'set but not used' warning associated with a variable …
(edit) @2112 [2112] 04/02/12 07:21:39 adi Fix failing assertion in AMDTP streamer when increasing bufsize Closes …
(edit) @2000 [2000] 10/29/11 14:39:24 adi Fix copy&paste error in debug message.
(edit) @1979 [1979] 04/08/11 10:07:21 adi [cosmetics] Fix compiler warning By moving mb_head's and mb_tail's …
(edit) @1978 [1978] 04/08/11 09:59:54 adi [cosmetics] Replace AND mask by modulo operation. The assembler output is …
(edit) @1977 [1977] 04/08/11 09:50:33 adi More unlikely() in midi decoding. We don't expect any 2X/3X data to be …
(edit) @1976 [1976] 04/08/11 08:39:07 adi Remove just another leftover printf statement
(edit) @1975 [1975] 04/08/11 08:32:56 adi Fix leftover printf statement.
(edit) @1974 [1974] 04/08/11 08:31:11 adi [cosmetics] Code beautification, no semantic change.
(edit) @1973 [1973] 04/08/11 08:27:05 adi Fix MIDI receive on DICE (Re: #330) Code more or less copied from MOTU. …
(edit) @1958 [1958] 02/25/11 01:48:51 adi Fix garbage in transmitted CIP headers Patch by Clemens Ladisch. TNX.
(edit) @1952 [1952] 02/10/11 04:06:06 adi Allow Echo Audiofire Pre8 to work above 48kHz Patch provided by Euan in …
(edit) @1763 [1763] 12/19/09 08:12:53 ppalmers Merged revisions …
(edit) @1642 [1642] 08/30/09 12:21:55 arnonym ignore me
(edit) @1535 [1535] 04/12/09 06:51:07 ppalmers add support for the FCA-202, and possibly other Oxford FW-92x devices
(edit) @1531 [1531] 03/29/09 13:59:09 ppalmers svn merge -r 1506:HEAD …
(edit) @1498 [1498] 12/07/08 05:50:41 ppalmers Merge all changes from 2.0 branch into trunk (since r1361). This _should_ …
(edit) @1348 [1348] 09/24/08 09:45:50 ppalmers merge 2.0 branch changes to trunk. svn merge -r 1337:HEAD …
(edit) @1347 [1347] 09/24/08 09:42:55 ppalmers re #152: apply patch
(edit) @1336 [1336] 09/23/08 03:42:04 ppalmers Bring trunk up to date with branches/libffado-2.0: """ svn merge -r …
(edit) @1254 [1254] 06/08/08 07:34:59 ppalmers split config.h into config/version/debug_config to allow for faster …
(edit) @1234 [1234] 05/29/08 01:24:21 holin fix gcc 4.3 compile errors and some warnings (largely from Adrian Knoth)
(edit) @1149 [1149] 05/09/08 07:58:28 ppalmers lower debug level on too late packets
(edit) @1140 [1140] 05/08/08 08:34:38 holin add byte swapping macros for constants, which avoids #ifdefs in other code …
(edit) @1136 [1136] 05/08/08 02:38:15 ppalmers keep bus direction in endian swapping functions
(edit) @1135 [1135] 05/08/08 02:00:38 ppalmers centralize byteswapping and make it conditional
(edit) @1134 [1134] 05/08/08 01:38:46 ppalmers revert r1131 since it's does unconditional byteswapping
(edit) @1131 [1131] 05/07/08 13:03:16 ppalmers implement endian fixes (thx Heikki Lindholm) switch from network host …
(edit) @1103 [1103] 05/03/08 05:58:54 ppalmers lower debug output level of too late message
(edit) @1098 [1098] 05/02/08 15:53:20 ppalmers fix conceptually wrong use of timestamp value. re-enable late transmission …
(edit) @1037 [1037] 04/25/08 12:07:32 ppalmers use new pkt_ctr in receive SP, calculate it fully in the IsoHandler?
(edit) @1036 [1036] 04/25/08 11:52:18 ppalmers remove cycle var where not needed. calculate full pkt_ctr in IsoHandler?
(edit) @1035 [1035] 04/25/08 11:32:04 ppalmers remove unused arguments for receive SP's
(edit) @1034 [1034] 04/25/08 11:08:09 ppalmers - remove unused function call parameters in streamprocessors - change …
(edit) @1033 [1033] 04/25/08 10:38:22 ppalmers eliminate unused dropped argument
(edit) @1031 [1031] 04/25/08 09:39:51 ppalmers reorganize handler code a bit. prepare to move the cycle timer read calls …
(edit) @1021 [1021] 04/24/08 10:23:02 ppalmers Allow to disable sending payload on no-data packets though config.h.in. …
(edit) @1001 [1001] 04/19/08 05:18:01 ppalmers Improve streaming startup for better initial timestamps and locking.
(edit) @979 [979] 03/24/08 10:22:54 ppalmers use efficient rounding
(edit) @907 [907] 03/06/08 11:18:43 ppalmers fix concurrency issue
(edit) @893 [893] 02/24/08 11:24:55 ppalmers improve AMDTP receive performance
(edit) @892 [892] 02/24/08 11:17:56 ppalmers sse clipping fix
(edit) @890 [890] 02/24/08 09:03:48 ppalmers simplify SSE clipping
(edit) @887 [887] 02/24/08 07:40:16 ppalmers implement clipping for float data
(edit) @866 [866] 01/20/08 03:59:17 ppalmers - weed out some unused functions - introduce 'debugOutputExtreme' allowing …
(edit) @864 [864] 01/20/08 02:29:17 ppalmers update license to GPLv2 or GPLv3 instead of GPLv2 or any later version. …
(edit) @857 [857] 01/19/08 04:11:20 ppalmers Introduce distinction between empty and silent packets. When shutting down …
(edit) @856 [856] 01/17/08 13:55:20 ppalmers revert to old structure and implement SSE routines in there. This avoids …
(edit) @849 [849] 01/16/08 14:19:48 ppalmers temp commit of some SSE/memory optimizations
(edit) @847 [847] 01/14/08 10:59:06 ppalmers use SSE2 for byteswaps (20% faster than ntohl())
(edit) @833 [833] 01/10/08 13:36:13 ppalmers merge api-cleanup branch (R808:832) into trunk
(edit) @798 [798] 01/01/08 13:27:35 ppalmers cleanup and reliability fixes
(edit) @797 [797] 01/01/08 12:24:37 ppalmers parameters for better latency performance
(edit) @796 [796] 01/01/08 11:31:39 ppalmers - move #define constants to config.h.in - switch receive handler over to …
(edit) @790 [790] 12/31/07 05:50:33 ppalmers add debugging code
(edit) @783 [783] 12/29/07 02:18:54 ppalmers cleanup time/wait/sleep code
(edit) @779 [779] 12/26/07 15:04:18 arnonym HAVE_SSE is always defined (from config.h). It changes its value from 0 to …
(edit) @777 [777] 12/26/07 13:59:21 ppalmers port freebob SSE optimized event encoding functions (untested)
(edit) @776 [776] 12/26/07 07:26:00 ppalmers try to fix deadlock / performace issues
(edit) @766 [766] 12/23/07 07:19:15 ppalmers introduce local references to frequently used objects
(edit) @753 [753] 12/02/07 14:52:52 ppalmers have separate threads for every handler
(edit) @750 [750] 11/30/07 14:18:26 ppalmers Code refactoring. Tries to simplify things and tries to put all code where …
(edit) @748 [748] 11/29/07 14:26:52 ppalmers try to reorganize things such that less information is duplicated
(edit) @747 [747] 11/29/07 13:56:38 ppalmers - get rid of IsoStream? class since it's only overhead and doesn't really …
(edit) @742 [742] 11/29/07 04:25:10 ppalmers - Remove some obsolete support files and dirs - Clean up the license …
(copy) @734 [734] 11/28/07 05:03:31 ppalmers merge ppalmers-streaming branch
copied from branches/ppalmers-streaming/src/libstreaming/amdtp:
(edit) @733 [733] 11/28/07 03:25:27 ppalmers adapt motu code to new SP base class (compiles, needs real testing)
Note: See TracRevisionLog for help on using the revision log.