|
|
@1531
|
[1531]
|
03/29/09 13:59:09 |
ppalmers |
svn merge -r 1506:HEAD … |
|
|
@1498
|
[1498]
|
12/07/08 05:50:41 |
ppalmers |
Merge all changes from 2.0 branch into trunk (since r1361). This _should_ … |
|
|
@1348
|
[1348]
|
09/24/08 09:45:50 |
ppalmers |
merge 2.0 branch changes to trunk. svn merge -r 1337:HEAD … |
|
|
@1254
|
[1254]
|
06/08/08 07:34:59 |
ppalmers |
split config.h into config/version/debug_config to allow for faster … |
|
|
@1136
|
[1136]
|
05/08/08 02:38:15 |
ppalmers |
keep bus direction in endian swapping functions |
|
|
@1135
|
[1135]
|
05/08/08 02:00:38 |
ppalmers |
centralize byteswapping and make it conditional |
|
|
@1134
|
[1134]
|
05/08/08 01:38:46 |
ppalmers |
revert r1131 since it's does unconditional byteswapping |
|
|
@1131
|
[1131]
|
05/07/08 13:03:16 |
ppalmers |
implement endian fixes (thx Heikki Lindholm)
switch from network host … |
|
|
@1037
|
[1037]
|
04/25/08 12:07:32 |
ppalmers |
use new pkt_ctr in receive SP, calculate it fully in the IsoHandler? |
|
|
@1036
|
[1036]
|
04/25/08 11:52:18 |
ppalmers |
remove cycle var where not needed. calculate full pkt_ctr in IsoHandler? |
|
|
@1035
|
[1035]
|
04/25/08 11:32:04 |
ppalmers |
remove unused arguments for receive SP's |
|
|
@1034
|
[1034]
|
04/25/08 11:08:09 |
ppalmers |
- remove unused function call parameters in streamprocessors
- change … |
|
|
@1033
|
[1033]
|
04/25/08 10:38:22 |
ppalmers |
eliminate unused dropped argument |
|
|
@907
|
[907]
|
03/06/08 11:18:43 |
ppalmers |
fix concurrency issue |
|
|
@893
|
[893]
|
02/24/08 11:24:55 |
ppalmers |
improve AMDTP receive performance |
|
|
@866
|
[866]
|
01/20/08 03:59:17 |
ppalmers |
- weed out some unused functions
- introduce 'debugOutputExtreme' allowing … |
|
|
@864
|
[864]
|
01/20/08 02:29:17 |
ppalmers |
update license to GPLv2 or GPLv3 instead of GPLv2 or any later version. … |
|
|
@833
|
[833]
|
01/10/08 13:36:13 |
ppalmers |
merge api-cleanup branch (R808:832) into trunk |
|
|
@790
|
[790]
|
12/31/07 05:50:33 |
ppalmers |
add debugging code |
|
|
@779
|
[779]
|
12/26/07 15:04:18 |
arnonym |
HAVE_SSE is always defined (from config.h). It changes its value from 0 to … |
|
|
@777
|
[777]
|
12/26/07 13:59:21 |
ppalmers |
port freebob SSE optimized event encoding functions (untested) |
|
|
@766
|
[766]
|
12/23/07 07:19:15 |
ppalmers |
introduce local references to frequently used objects |
|
|
@750
|
[750]
|
11/30/07 14:18:26 |
ppalmers |
Code refactoring. Tries to simplify things and tries to put all code where … |
|
|
@748
|
[748]
|
11/29/07 14:26:52 |
ppalmers |
try to reorganize things such that less information is duplicated |
|
|
@747
|
[747]
|
11/29/07 13:56:38 |
ppalmers |
- get rid of IsoStream? class since it's only overhead and doesn't really … |
|
|
@742
|
[742]
|
11/29/07 04:25:10 |
ppalmers |
- Remove some obsolete support files and dirs
- Clean up the license … |
|
|
@734
|
[734]
|
11/28/07 05:03:31 |
ppalmers |
merge ppalmers-streaming branch |
copied from branches/ppalmers-streaming/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp:
|
|
|
@733
|
[733]
|
11/28/07 03:25:27 |
ppalmers |
adapt motu code to new SP base class (compiles, needs real testing) |