|
|
@1535
|
[1535]
|
04/12/09 06:51:07 |
ppalmers |
add support for the FCA-202, and possibly other Oxford FW-92x devices |
|
|
@1254
|
[1254]
|
06/08/08 07:34:59 |
ppalmers |
split config.h into config/version/debug_config to allow for faster … |
|
|
@1232
|
[1232]
|
05/27/08 18:30:02 |
jwoithe |
Add some #include directives seemingly required for newer versions of gcc. |
|
|
@1211
|
[1211]
|
05/25/08 02:07:01 |
ppalmers |
merge libffado-2.0 r1199:1206 back to trunk (svn merge -r 1199:1206 … |
|
|
@1188
|
[1188]
|
05/19/08 10:09:59 |
ppalmers |
increase the time span used for debug timestamps |
|
|
@1157
|
[1157]
|
05/10/08 09:49:27 |
ppalmers |
fix race condition in debug module |
|
|
@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 … |
|
|
@1099
|
[1099]
|
05/02/08 15:58:56 |
ppalmers |
- transmit AMDTP packets earlier (3 to 4 packets instead of 6)
adheres … |
|
|
@1074
|
[1074]
|
04/30/08 08:24:55 |
ppalmers |
implement debug lock tracing |
|
|
@1046
|
[1046]
|
04/26/08 09:42:39 |
ppalmers |
debug message cleanup. move #defines into config.h.in. |
|
|
@1030
|
[1030]
|
04/25/08 09:16:06 |
ppalmers |
improve backtrace functionality |
|
|
@1025
|
[1025]
|
04/25/08 06:37:21 |
ppalmers |
implement backtrace debugging |
|
|
@1007
|
[1007]
|
04/23/08 03:23:04 |
ppalmers |
move conditional compilation switch for RT-safe debug buffer to … |
|
|
@864
|
[864]
|
01/20/08 02:29:17 |
ppalmers |
update license to GPLv2 or GPLv3 instead of GPLv2 or any later version. … |
|
|
@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 |
|
|
@698
|
[698]
|
11/04/07 03:19:01 |
ppalmers |
- make backlog a compile time option
- do some performance optimization on … |
|
|
@693
|
[693]
|
11/03/07 11:13:53 |
ppalmers |
format the message before sending it to the debugModuleManager such that … |
|
|
@692
|
[692]
|
11/03/07 09:40:05 |
ppalmers |
r691, does exactly the opposite of what it should do. fix this. |
|
|
@691
|
[691]
|
11/03/07 09:38:59 |
ppalmers |
- fix RT safety |
|
|
@690
|
[690]
|
11/03/07 09:38:39 |
ppalmers |
some small changes on the backlog:
- locks the flush_lock such that the … |
|
|
@681
|
[681]
|
11/01/07 14:53:23 |
ppalmers |
move truncated warning to the message itself instead of printf on stdout |
|
|
@671
|
[671]
|
10/22/07 14:55:31 |
ppalmers |
- make the backlog actually do what it is supposed to do
- make the … |
|
|
@670
|
[670]
|
10/22/07 14:17:17 |
ppalmers |
Implement a BackLog?. This is a buffer that stores the last debug … |
|
|
@612
|
[612]
|
09/02/07 11:31:15 |
ppalmers |
- Remove dependencies between BeBoB and generic AVC code … |
|
|
@587
|
[587]
|
08/29/07 08:09:34 |
ppalmers |
- moved all vendor id's to one include file
- introduced the framework for … |
|
|
@554
|
[554]
|
08/22/07 10:15:34 |
ppalmers |
Merge echoaudio branch into trunk.
This adds support for the Echo … |
|
|
@494
|
[494]
|
07/24/07 09:49:11 |
ppalmers |
- switch over to a generic ffado_timestamp_t for the timestamped buffer … |
|
|
@445
|
[445]
|
04/02/07 12:35:17 |
pieterpalmers |
* name change from FreeBoB to FFADO
* replaced tabs by 4 spaces
* got rid … |
|
|
@441
|
[441]
|
04/02/07 12:19:27 |
pieterpalmers |
- copy over the good revision of strmrework to the trunk |
copied from branches/streaming-rework/src/debugmodule/debugmodule.cpp:
|
|
|
@406
|
[406]
|
02/19/07 16:25:37 |
jwoithe |
Fix uninitialised pointer in debugmodule. |