|
|
|
@1722
|
[1722]
|
11/22/09 09:05:16 |
ppalmers |
fix format warnings for extreme debugging |
|
|
|
@1721
|
[1721]
|
11/22/09 07:26:31 |
ppalmers |
fix all format string warnings |
|
|
|
@1556
|
[1556]
|
05/17/09 04:33:27 |
ppalmers |
fixes #207 |
|
|
|
@1546
|
[1546]
|
04/26/09 08:46:33 |
ppalmers |
fix stupid mistake |
|
|
|
@1544
|
[1544]
|
04/26/09 07:11:05 |
ppalmers |
round the transmit safety buffer size to one packet size (in frames) to … |
|
|
|
@1536
|
[1536]
|
04/12/09 14:12:33 |
ppalmers |
introduce transmit prebuffering to increase reliability |
|
|
|
@1530
|
[1530]
|
03/29/09 13:30:46 |
ppalmers |
- make the sync delay an integer amount of packets to avoid phase issues
- … |
|
|
|
@1529
|
[1529]
|
03/29/09 09:39:37 |
ppalmers |
- don't use DEFER when we have sufficient frames. This is a huge … |
|
|
|
@1528
|
[1528]
|
03/29/09 08:09:27 |
ppalmers |
cosmetic changes |
|
|
|
@1526
|
[1526]
|
03/29/09 04:43:41 |
ppalmers |
fix the freewheeling issue. clean up the IsoHandler? and the interactions … |
|
|
|
@1525
|
[1525]
|
03/28/09 14:24:21 |
ppalmers |
- Allow to specify the DLL bandwidths for the CycleTimerHelper? and the … |
|
|
|
@1524
|
[1524]
|
03/24/09 15:12:35 |
ppalmers |
- Fix handling of MIDI 2x and 3x mode
- Introduce support for driver … |
|
|
|
@1489
|
[1489]
|
11/25/08 18:33:29 |
jwoithe |
MOTU: fix a silly typo in the last commit. |
|
|
|
@1488
|
[1488]
|
11/25/08 18:27:37 |
jwoithe |
* MOTU: confirm fix in rev 1487. Always explicitly send silence when a … |
|
|
|
@1487
|
[1487]
|
11/25/08 17:31:55 |
jwoithe |
MOTU: a tweak which may partially address the MOTU problems seen with jack … |
|
|
|
@1483
|
[1483]
|
11/24/08 14:36:13 |
jwoithe |
Fix the printout of the port enabled state. |
|
|
|
@1463
|
[1463]
|
11/22/08 13:33:40 |
ppalmers |
fix wraparound bug in bug detect&fix code (go figure) |
|
|
|
@1452
|
[1452]
|
11/22/08 08:29:16 |
ppalmers |
implement a port cache to increase efficiency (saves nports * 4 * 2 … |
|
|
|
@1449
|
[1449]
|
11/22/08 06:23:13 |
ppalmers |
fix small bug in port enable. show port list when running verbose. |
|
|
|
@1448
|
[1448]
|
11/22/08 06:22:27 |
ppalmers |
increase midi reception verbose logging |
|
|
|
@1419
|
[1419]
|
11/06/08 14:28:57 |
jwoithe |
Remove unused and unneeded (according to Pieter on 25 Sept 2008) … |
|
|
|
@1379
|
[1379]
|
10/26/08 15:12:22 |
ppalmers |
add branch prediction aids |
|
|
|
@1376
|
[1376]
|
10/26/08 15:01:00 |
ppalmers |
fix clipping and float->int conversion. optimize this a bit. fix SSE code. |
|
|
|
@1373
|
[1373]
|
10/24/08 02:37:37 |
ppalmers |
make IsoManager? and SPM settings from config.h overridable by the … |
|
|
|
@1363
|
[1363]
|
10/19/08 18:35:04 |
jwoithe |
MOTU: fix a misleading comment. |
|
|
|
@1355
|
[1355]
|
09/30/08 19:59:38 |
jwoithe |
MOTU: centralise event/frame size calculations to getEventSize(). Needed … |
|
|
|
@1346
|
[1346]
|
09/24/08 09:18:51 |
ppalmers |
add one syncdelay worth of frames to the roundtrip loop. this should allow … |
|
|
|
@1345
|
[1345]
|
09/24/08 08:42:12 |
ppalmers |
improve latency performance. always use packet_per_buffer mode since … |
|
|
|
@1344
|
[1344]
|
09/24/08 07:26:29 |
ppalmers |
switch back to a sleep based period signalling scheme to ensure proper … |
|
|
|
@1305
|
[1305]
|
07/19/08 04:38:14 |
ppalmers |
make m_nb_audio_ports and m_nb_midi_ports signed integers to avoid … |
|
|
|
@1293
|
[1293]
|
07/13/08 15:23:09 |
ppalmers |
implement workaround for bogus timestamp calculation. should be fixed … |
|
|
|
@1292
|
[1292]
|
07/12/08 06:29:17 |
ppalmers |
- Improve bus reset handling. Bus resets now don't mess up a ffado client … |
|
|
|
@1283
|
[1283]
|
07/10/08 04:32:41 |
ppalmers |
fix unsigned overflow bug |
|
|
|
@1273
|
[1273]
|
07/06/08 05:17:59 |
ppalmers |
timeout is not necessarily an error. |
|
|
|
@1271
|
[1271]
|
07/06/08 05:12:05 |
ppalmers |
fix extreme debugging |
|
|
|
@1269
|
[1269]
|
07/05/08 08:01:24 |
ppalmers |
add debug logging for dropped xmit packets. call packet handler with … |
|
|
|
@1268
|
[1268]
|
07/01/08 04:08:38 |
ppalmers |
reset transmit buffer rate DLL since one of the reasons for clearing it is … |
|
|
|
@1266
|
[1266]
|
06/23/08 01:16:51 |
ppalmers |
fix compilation issue. allow more debug output when streaming problems … |
|
|
|
@1263
|
[1263]
|
06/21/08 07:05:50 |
ppalmers |
improve the behavior when confronted with dying iso transmit handlers … |
|
|
|
@1262
|
[1262]
|
06/21/08 04:24:17 |
ppalmers |
fix small bug in calculation of semaphore timeout: ensuring that nsec < 1 … |
|
|
|
@1235
|
[1235]
|
05/29/08 12:46:13 |
ppalmers |
svn merge -r 1231:1234 svn+ssh://ffadosvn@ffado.org/ffado/trunk/libffado |
|
|
|
@1194
|
[1194]
|
05/19/08 23:54:16 |
jwoithe |
* MOTU: remove test tone for 2.0 branch.
* MOTU: in 2.0 branch, remove … |
|
|
|
@1190
|
[1190]
|
05/19/08 11:25:52 |
ppalmers |
remove unused code, clean up for release |
|
|
|
@1189
|
[1189]
|
05/19/08 10:13:20 |
ppalmers |
Branch for 2.0, such that we can start weeding the source tree of unused … |
|
copied from trunk/libffado/src/libstreaming:
|
|
|
|
@1168
|
[1168]
|
05/12/08 16:20:21 |
jwoithe |
* MOTU: greatly increase the chances of having a clean shutdown of MOTU … |