|
|
@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 … |
|
|
@1336
|
[1336]
|
09/23/08 03:42:04 |
ppalmers |
Bring trunk up to date with branches/libffado-2.0:
"""
svn merge -r … |
|
|
@1254
|
[1254]
|
06/08/08 07:34:59 |
ppalmers |
split config.h into config/version/debug_config to allow for faster … |
|
|
@1234
|
[1234]
|
05/29/08 01:24:21 |
holin |
fix gcc 4.3 compile errors and some warnings (largely from Adrian Knoth) |
|
|
@1149
|
[1149]
|
05/09/08 07:58:28 |
ppalmers |
lower debug level on too late packets |
|
|
@1140
|
[1140]
|
05/08/08 08:34:38 |
holin |
add byte swapping macros for constants, which avoids #ifdefs in other code … |
|
|
@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 … |
|
|
@1103
|
[1103]
|
05/03/08 05:58:54 |
ppalmers |
lower debug output level of too late message |
|
|
@1098
|
[1098]
|
05/02/08 15:53:20 |
ppalmers |
fix conceptually wrong use of timestamp value. re-enable late transmission … |
|
|
@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? |
|
|
@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 |
|
|
@1031
|
[1031]
|
04/25/08 09:39:51 |
ppalmers |
reorganize handler code a bit. prepare to move the cycle timer read calls … |
|
|
@1021
|
[1021]
|
04/24/08 10:23:02 |
ppalmers |
Allow to disable sending payload on no-data packets though config.h.in. … |
|
|
@1001
|
[1001]
|
04/19/08 05:18:01 |
ppalmers |
Improve streaming startup for better initial timestamps and locking. |
|
|
@979
|
[979]
|
03/24/08 10:22:54 |
ppalmers |
use efficient rounding |
|
|
@907
|
[907]
|
03/06/08 11:18:43 |
ppalmers |
fix concurrency issue |
|
|
@892
|
[892]
|
02/24/08 11:17:56 |
ppalmers |
sse clipping fix |
|
|
@890
|
[890]
|
02/24/08 09:03:48 |
ppalmers |
simplify SSE clipping |
|
|
@887
|
[887]
|
02/24/08 07:40:16 |
ppalmers |
implement clipping for float data |
|
|
@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. … |
|
|
@857
|
[857]
|
01/19/08 04:11:20 |
ppalmers |
Introduce distinction between empty and silent packets. When shutting down … |
|
|
@856
|
[856]
|
01/17/08 13:55:20 |
ppalmers |
revert to old structure and implement SSE routines in there. This avoids … |
|
|
@849
|
[849]
|
01/16/08 14:19:48 |
ppalmers |
temp commit of some SSE/memory optimizations |
|
|
@847
|
[847]
|
01/14/08 10:59:06 |
ppalmers |
use SSE2 for byteswaps (20% faster than ntohl()) |
|
|
@833
|
[833]
|
01/10/08 13:36:13 |
ppalmers |
merge api-cleanup branch (R808:832) into trunk |
|
|
@798
|
[798]
|
01/01/08 13:27:35 |
ppalmers |
cleanup and reliability fixes |
|
|
@797
|
[797]
|
01/01/08 12:24:37 |
ppalmers |
parameters for better latency performance |
|
|
@796
|
[796]
|
01/01/08 11:31:39 |
ppalmers |
- move #define constants to config.h.in
- switch receive handler over to … |
|
|
@790
|
[790]
|
12/31/07 05:50:33 |
ppalmers |
add debugging code |
|
|
@783
|
[783]
|
12/29/07 02:18:54 |
ppalmers |
cleanup time/wait/sleep 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) |
|
|
@776
|
[776]
|
12/26/07 07:26:00 |
ppalmers |
try to fix deadlock / performace issues |
|
|
@766
|
[766]
|
12/23/07 07:19:15 |
ppalmers |
introduce local references to frequently used objects |
|
|
@753
|
[753]
|
12/02/07 14:52:52 |
ppalmers |
have separate threads for every handler |
|
|
@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/AmdtpTransmitStreamProcessor.cpp:
|
|
|
@733
|
[733]
|
11/28/07 03:25:27 |
ppalmers |
adapt motu code to new SP base class (compiles, needs real testing) |