|
|
@537
|
[537]
|
08/21/07 07:57:04 |
ppalmers |
- SPDIF out works (tested)
- SPDIF in should work (untested)
- sync from … |
|
|
@536
|
[536]
|
08/21/07 07:56:26 |
arnonym |
Dependencies in scons are funny. If <prefix>/include is before the local … |
|
|
@535
|
[535]
|
08/21/07 07:55:08 |
ppalmers |
fix bug: returning length without setting it to a specific value sometimes … |
|
|
@534
|
[534]
|
08/21/07 07:54:40 |
arnonym |
Cache the built files.
And add "-O2" to the gcc-options if not in debug … |
|
|
@533
|
[533]
|
08/21/07 07:53:45 |
arnonym |
install the header only on "scons install" |
|
|
@532
|
[532]
|
08/21/07 07:53:39 |
ppalmers |
fix & enhance the streaming test tools |
|
|
@531
|
[531]
|
08/20/07 15:03:00 |
arnonym |
Install the maudio-files into <prefix>/share/libffado.
Adopt the … |
|
|
@530
|
[530]
|
08/20/07 13:32:01 |
wagi |
disable config parser code |
|
|
@529
|
[529]
|
08/20/07 13:27:46 |
wagi |
- saveCache and loadFromCache interface added to IAvDevice
- current … |
|
|
@528
|
[528]
|
08/20/07 11:40:42 |
arnonym |
:s/ + /, /
should fix another of wagi's problems :-) |
|
|
@527
|
[527]
|
08/20/07 09:57:14 |
arnonym |
More on the installation. and the directory for the cache is now defined … |
|
|
@526
|
[526]
|
08/20/07 06:39:51 |
arnonym |
installing ffado should work now (it does here). simply do "scons install" … |
|
|
@525
|
[525]
|
08/19/07 16:02:18 |
jwoithe |
The new device cache code breaks things for non-AVC interfaces such as the … |
|
|
@524
|
[524]
|
08/17/07 06:49:43 |
ppalmers |
echo discovery works, audio I/O works, still some issues with midi and … |
|
|
@523
|
[523]
|
08/17/07 02:51:29 |
ppalmers |
fix uninitialized struct params bugs |
|
|
@522
|
[522]
|
08/16/07 13:46:57 |
arnonym |
More to ignore. And an unneeded Makefile.am. |
|
|
@521
|
[521]
|
08/16/07 13:41:19 |
arnonym |
Move the helpers into their own directory (named "admin") so they don't … |
|
|
@520
|
[520]
|
08/16/07 13:15:22 |
arnonym |
ignore me |
|
|
@519
|
[519]
|
08/16/07 13:04:44 |
arnonym |
Add the first version of scons-support to ffado.
Everything seems to … |
|
|
@518
|
[518]
|
08/16/07 12:57:58 |
arnonym |
Create a branch for the porting of the buildsystem to use scons instead of … |
|
|
@517
|
[517]
|
08/10/07 12:13:38 |
wagi |
remove de/serialize test program |
|
|
@516
|
[516]
|
08/10/07 12:07:16 |
wagi |
- some de/serialing bugs found and fixed
- caching enabled for bebob … |
|
|
@515
|
[515]
|
08/09/07 16:19:26 |
jwoithe |
Cosmetic cleanups of MOTU driver source. No functional changes. |
|
|
@514
|
[514]
|
08/09/07 16:15:41 |
jwoithe |
Port remaining streaming tests to ffado and fix minor compilation errors. |
|
|
@513
|
[513]
|
08/05/07 04:39:58 |
ppalmers |
- renumber the midi location parameters to fix bogus values returned
by … |
|
|
@512
|
[512]
|
07/29/07 16:30:54 |
jwoithe |
MOTU: more tweaks to improve reliability. Things are looking pretty good … |
|
|
@511
|
[511]
|
07/29/07 13:10:05 |
wagi |
Don't use AC_PROG_CXX before CXXFLAGS are defined (AC_PROG_CXX sets '-O2 … |
|
|
@510
|
[510]
|
07/29/07 12:25:24 |
ppalmers |
small fixes |
|
|
@509
|
[509]
|
07/29/07 11:02:25 |
ppalmers |
- Moved all generic stuff but the functionblocks over to libavc
- compiles … |
|
|
@508
|
[508]
|
07/29/07 04:12:47 |
ppalmers |
splitted avc_subunit.cpp into separate files per subunit type |
|
|
@507
|
[507]
|
07/29/07 03:27:38 |
ppalmers |
[Temporary commit: compiles but doesn't run]
First pass on AV/C code … |
|
|
@506
|
[506]
|
07/28/07 06:20:25 |
ppalmers |
compile fix for the slave stream sp |
|
|
@505
|
[505]
|
07/28/07 04:34:22 |
ppalmers |
fix warning messages |
|
|
@504
|
[504]
|
07/28/07 04:28:43 |
ppalmers |
Converted sample rate setting parameter to a simple integer. The … |
|
|
@503
|
[503]
|
07/28/07 03:45:29 |
ppalmers |
- put all libavc stuff into it's own name namespace (AVC) |
|
|
@502
|
[502]
|
07/28/07 02:43:03 |
ppalmers |
Restructure the libavc directory in order to improve maintainability … |
|
|
@501
|
[501]
|
07/28/07 01:51:25 |
ppalmers |
forgot to add some files in the previous commit |
|
|
@500
|
[500]
|
07/28/07 01:33:18 |
ppalmers |
- renamed the IAvDevice to FFADODevice since it's not a pure 'AvDevice?' … |
|
|
@499
|
[499]
|
07/28/07 01:21:08 |
ppalmers |
- implement AV/C descriptor and infoblock parsing
- implement AV/C music … |
|
|
@498
|
[498]
|
07/26/07 16:09:57 |
jwoithe |
MOTU: more debugging and tweaks.
TimestampedBuffer?: ffado_timestamp_t … |
|
|
@497
|
[497]
|
07/25/07 17:01:52 |
jwoithe |
Preliminary compile fixes for MOTU following buffer timestamp type change. |
|
|
@496
|
[496]
|
07/24/07 18:45:24 |
jwoithe |
Don't update the timestamp DLL if the timestamp isn't moving (as happens … |
|
|
@495
|
[495]
|
07/24/07 17:29:22 |
jwoithe |
MOTU: more debugging aids.
TimestampedBuffer?: update internal DLL state … |
|
|
@494
|
[494]
|
07/24/07 09:49:11 |
ppalmers |
- switch over to a generic ffado_timestamp_t for the timestamped buffer … |
|
|
@493
|
[493]
|
07/22/07 16:55:57 |
jwoithe |
StreamProcessorManager?.cpp: MOTU requires larger ENABLE_DELAY_CYCLES to … |
|
|
@492
|
[492]
|
07/15/07 17:04:05 |
jwoithe |
MOTU: more debugging. There's nothing really profound in these changes. |
|
|
@491
|
[491]
|
07/11/07 17:33:30 |
jwoithe |
More changes to restore MOTU functionality. We're getting closer but it's … |
|
|
@490
|
[490]
|
07/09/07 13:00:22 |
wagi |
saveCache: create save path "PATH_TO_CACHE + GUID + CONFIGURATION_ID" |
|
|
@489
|
[489]
|
07/06/07 00:51:41 |
ppalmers |
Mixer for the Phase24
Phase88 app adapted by andreas@sandberg.pp.se |
|
|
@488
|
[488]
|
07/04/07 12:35:24 |
wagi |
Refactoring/cleanup of getConfigurationId function |
|
|
@487
|
[487]
|
06/26/07 14:28:31 |
wagi |
implementation of getConfigurationId added (rough/raw version) |
|
|
@486
|
[486]
|
06/18/07 14:08:54 |
wagi |
yet another test commit for testing the mail notifaction hook. |
|
|
@485
|
[485]
|
06/18/07 13:18:11 |
wagi |
test checkin hook |
|
|
@484
|
[484]
|
06/16/07 02:42:50 |
wagi |
test commit hook |
|
|
@483
|
[483]
|
06/16/07 02:31:25 |
wagi |
test hook on svn server |
|
|
@482
|
[482]
|
06/16/07 02:13:34 |
wagi |
Bogus checkin -> test installed commit hook on svn server |
|
|
@481
|
[481]
|
06/12/07 16:41:42 |
jwoithe |
Fix for MOTU transmit stream failure to enable. |
|
|
@480
|
[480]
|
06/11/07 17:53:30 |
jwoithe |
Make teststreaming2 work again (needed for MOTU debugging).
Fix a typo in … |
|
|
@479
|
[479]
|
06/05/07 13:04:20 |
wagi |
- added all missing 'virtual' to function declared in avdevice … |
|
|
@478
|
[478]
|
06/02/07 08:06:28 |
wagi |
- save cache information to $(localstatedir)/cache/libffade
- refactoring … |
|
|
@477
|
[477]
|
05/27/07 13:03:23 |
ppalmers |
Add M-Audio NRV10 device ID |
|
|
@476
|
[476]
|
05/27/07 12:59:14 |
ppalmers |
Add device ID for M-Audio Solo |
|
|
@475
|
[475]
|
05/23/07 14:20:01 |
ppalmers |
- Add Generic AV/C device
Currently this is a placeholder |
|
|
@474
|
[474]
|
05/23/07 14:19:19 |
ppalmers |
ringbuffer usage can be turned off using a preprocessor directive |
|
|
@473
|
[473]
|
05/23/07 12:58:40 |
ppalmers |
Branch off for experimenting with the echo audio devices |
|
|
@472
|
[472]
|
05/21/07 06:18:54 |
ppalmers |
Add focusrite saffire pro10io device id |
|
|
@471
|
[471]
|
05/17/07 14:42:49 |
ppalmers |
integrated into jack SVN |
|
|
@470
|
[470]
|
04/22/07 02:39:31 |
ppalmers |
At the moment, if there is no C++ compiler installed, ./configure … |
|
|
@469
|
[469]
|
04/22/07 02:38:49 |
ppalmers |
At the moment, if there is no C++ compiler installed, ./configure … |
|
|
@468
|
[468]
|
04/22/07 02:38:38 |
ppalmers |
At the moment, if there is no C++ compiler installed, ./configure … |
|
|
@467
|
[467]
|
04/17/07 13:29:25 |
ppalmers |
- sync to latest jackd SVN |
|
|
@466
|
[466]
|
04/17/07 13:27:39 |
ppalmers |
- introduce patch with jackd support |
|
|
@465
|
[465]
|
04/14/07 14:14:56 |
ppalmers |
powerpc fix |
|
|
@464
|
[464]
|
04/14/07 10:39:44 |
ppalmers |
BeBoB stream start utility |
|
|
@463
|
[463]
|
04/14/07 01:58:12 |
ppalmers |
- remove old streaming rework branch (is now the trunk) |
|
|
@462
|
[462]
|
04/09/07 13:41:33 |
ppalmers |
- Rework the OSC space to something more usable |
|
|
@461
|
[461]
|
04/09/07 09:25:30 |
ppalmers |
- Osc requests now don't require a perfect path match to work.
e.g. an … |
|
|
@460
|
[460]
|
04/09/07 08:38:42 |
ppalmers |
- phase88 mixer default window size change |
|
|
@459
|
[459]
|
04/09/07 08:37:40 |
ppalmers |
- Add basic OSC mixer control for Phase88 |
|
|
@458
|
[458]
|
04/09/07 08:36:22 |
ppalmers |
fix small bug in OSC set volume message parsing |
|
|
@457
|
[457]
|
04/09/07 06:12:19 |
ppalmers |
add get volume command for the GenericMixer? |
|
|
@456
|
[456]
|
04/09/07 04:46:52 |
ppalmers |
start of an OSC client (non-functional) |
|
|
@455
|
[455]
|
04/09/07 04:25:12 |
ppalmers |
- test-mixer volume control works (tested on phase88 only)
- volume … |
|
|
@454
|
[454]
|
04/09/07 02:20:36 |
ppalmers |
- fix incorrect referencing of ffado.h
(used the installed version … |
|
|
@453
|
[453]
|
04/09/07 02:14:19 |
ppalmers |
correct forgotten files in name change |
|
|
@452
|
[452]
|
04/09/07 02:06:44 |
ppalmers |
libosc
- add type conversion functions to convert between the argument
… |
|
|
@451
|
[451]
|
04/08/07 08:56:32 |
ppalmers |
- First attempt at a OSC controlled mixer. The level of
abstraction is … |
|
|
@450
|
[450]
|
04/08/07 08:31:44 |
ppalmers |
add method to retrieve node id of a device |
|
|
@449
|
[449]
|
04/08/07 05:47:44 |
ppalmers |
- switched osc node name to the device ID instead of the node id |
|
|
@448
|
[448]
|
04/08/07 05:32:08 |
ppalmers |
fix forgotten FREEBOB to FFADO conversion |
|
|
@447
|
[447]
|
04/08/07 04:28:58 |
ppalmers |
- Better display of the function blocks in the graph
- test-mixer can now … |
|
|
@446
|
[446]
|
04/07/07 08:49:26 |
ppalmers |
- add some file templates and a script to instantiate them |
|
|
@445
|
[445]
|
04/02/07 12:35:17 |
pieterpalmers |
* name change from FreeBoB to FFADO
* replaced tabs by 4 spaces
* got rid … |
|
|
@444
|
[444]
|
04/02/07 12:29:30 |
pieterpalmers |
more filename changes |
|
|
@443
|
[443]
|
04/02/07 12:28:35 |
pieterpalmers |
another filename change |
|
|
@442
|
[442]
|
04/02/07 12:25:05 |
pieterpalmers |
rename files & directories |
|
|
@441
|
[441]
|
04/02/07 12:19:27 |
pieterpalmers |
- copy over the good revision of strmrework to the trunk |
|
|
@440
|
[440]
|
04/02/07 12:12:26 |
pieterpalmers |
- remove old libfreebob |
|
|
@439
|
[439]
|
03/13/07 15:17:03 |
pieterpalmers |
- some work on the AVC mixer & control stuff |
|
|
@438
|
[438]
|
03/13/07 11:29:11 |
pieterpalmers |
- introduced generic setting of the samplerate, removed AVC depency for … |