root/jack2


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4003 [4003] 05/03/10 22:31:37 sletz jackd2-more-varargs.patch applied.
(edit) @4002 [4002] 05/03/10 14:09:02 sletz Fix in JackAPI.cpp jack_client_new.
(edit) @4001 [4001] 05/03/10 13:32:16 sletz jackd2-pointersize.patch applied.
(edit) @4000 [4000] 05/03/10 13:25:04 sletz jackd2-get_cycles.patch applied.
(edit) @3999 [3999] 05/03/10 13:24:08 sletz jackd2-atomic-fix.patch applied.
(edit) @3998 [3998] 05/03/10 06:43:56 sletz Small improvement in JackCoreMidiDriver::ReadProcAux?.
(edit) @3997 [3997] 04/30/10 22:14:20 sletz Add jack_bufdivisor target + renaming.
(edit) @3995 [3995] 04/29/10 12:33:15 sletz Apply jackd2-powerpc.patch.
(edit) @3994 [3994] 04/28/10 01:56:28 sletz Apply patch for ticket #169.
(edit) @3993 [3993] 04/28/10 01:50:33 sletz Correct wscipt for compilation of ALSA examples.
(edit) @3989 [3989] 04/19/10 02:34:11 sletz Compiles on Windows again.
(edit) @3988 [3988] 04/18/10 13:57:39 sletz Correct headers.
(edit) @3987 [3987] 04/18/10 11:39:17 sletz Cleanup JackConstants?.h, move platform specific part in …
(edit) @3986 [3986] 04/16/10 10:32:51 sletz Make jack_connect/jack_disconnect wait for effective port …
(edit) @3980 [3980] 04/10/10 00:31:13 sletz jack_netsource : fix crash when hostname is unknown.
(edit) @3979 [3979] 04/07/10 06:34:24 sletz Remove call to exit in library code.
(edit) @3968 [3968] 03/26/10 03:12:37 sletz ffado-portname-sync.patch from ticket #163 applied.
(edit) @3967 [3967] 03/24/10 04:07:52 sletz rebase from trunk 3930:3966
(edit) @3966 [3966] 03/24/10 04:03:56 sletz rebase from trunk 3929:3965
(edit) @3965 [3965] 03/24/10 02:16:25 sletz Correct Windows projects.
(edit) @3964 [3964] 03/24/10 02:08:22 sletz On Windows, now use TRE library for regexp (BSD license instead of GPL …
(edit) @3963 [3963] 03/24/10 01:26:05 sletz Fix regression introduced in r3854.
(edit) @3962 [3962] 03/19/10 13:08:11 sletz Apply srcfactor.diff patch for ticket #162.
(edit) @3961 [3961] 03/19/10 08:35:42 sletz Fix some file header to have library side code use LGPL.
(edit) @3959 [3959] 03/13/10 13:46:50 sletz More doc in net.h header.
(edit) @3957 [3957] 03/12/10 13:15:05 sletz Add parameter to chose sample encoder type and quality.
(edit) @3956 [3956] 03/12/10 03:08:33 sletz Capture or playback only mode now working in master mode.
(edit) @3955 [3955] 03/11/10 02:18:41 sletz Improve master mode.
(edit) @3954 [3954] 03/10/10 12:33:09 sletz Implement connection time-out
(edit) @3953 [3953] 03/10/10 12:04:47 sletz Add jack_flush_adapter API.
(edit) @3952 [3952] 03/10/10 10:05:09 sletz Correct input or output only.
(edit) @3951 [3951] 03/10/10 08:34:22 sletz Add NetIntAudioBuffer? class.
(edit) @3950 [3950] 03/10/10 05:08:14 sletz More cleanup.
(edit) @3949 [3949] 03/09/10 11:10:15 sletz Use of CELT codec.
(edit) @3948 [3948] 03/07/10 12:14:08 sletz Arnold Krille firewire patch.
(edit) @3947 [3947] 03/06/10 14:38:56 sletz Fix errors found by cppcheck.
(edit) @3946 [3946] 03/06/10 12:59:29 sletz Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127 …
(edit) @3945 [3945] 03/06/10 11:53:53 sletz Revert wrong 3944 partial commit.
(edit) @3944 [3944] 03/06/10 11:39:06 sletz Restore full JackWeakAPI.cpp.
(edit) @3943 [3943] 03/05/10 22:54:15 sletz Change error return code for functions that return a pointer.
(edit) @3942 [3942] 03/05/10 13:23:16 nedko merge: Return error over dbus when server start, stop or switchmaster …
(edit) @3941 [3941] 03/05/10 08:17:24 sletz Hack JackWeakAPI.cpp for Windows (not tested.)
(edit) @3939 [3939] 03/05/10 02:50:03 sletz Raise network protocol, major cleanup.
(edit) @3938 [3938] 03/04/10 10:16:12 sletz Raise JACK_PROTOCOL_VERSION number.
(edit) @3937 [3937] 03/04/10 06:35:05 sletz Correct JackMachServerChannel::Execute : keep running even in error cases.
(edit) @3936 [3936] 03/03/10 07:57:50 sletz More cleanup.
(edit) @3935 [3935] 03/03/10 04:13:06 sletz Correct JackGraphManager::DeactivatePort?.
(edit) @3934 [3934] 03/02/10 12:27:58 sletz Cleanup, limit size for sync packet.
(edit) @3932 [3932] 03/02/10 06:27:53 sletz More flexible handling of network audio buffers.
(edit) @3931 [3931] 03/02/10 01:37:22 sletz rebase from trunk 3916:3930
(edit) @3930 [3930] 03/02/10 01:33:44 sletz rebase from trunk 3915:3929
(edit) @3929 [3929] 03/02/10 01:29:19 sletz Improve JackCoreAudioDriver? and JackCoreAudioAdapter? : when no devices are …
(edit) @3928 [3928] 03/01/10 14:10:49 sletz More cleanup in Xcode project.
(edit) @3927 [3927] 03/01/10 13:53:07 sletz Correct Xcode project for netjack2 components.
(edit) @3926 [3926] 03/01/10 03:39:21 sletz Cleanup.
(edit) @3924 [3924] 02/24/10 12:20:41 sletz Streaming from Mac to iPod (in slave mode) now somewhat works.
(edit) @3923 [3923] 02/24/10 09:47:31 sletz Cleanup.
(edit) @3922 [3922] 02/24/10 07:59:47 sletz Add audio code for iPod, streaming from Mac to iPod (in master mode) now …
(edit) @3921 [3921] 02/24/10 06:51:34 sletz Better error handling.
(edit) @3920 [3920] 02/24/10 06:46:29 sletz Cleanup.
(edit) @3919 [3919] 02/20/10 02:57:51 sletz Commit jack-1.9.5-waf-script-firewire-freebob-alsa-options.patch, close …
(edit) @3918 [3918] 02/18/10 03:12:29 sletz Compile again on Snow Leopard.
(edit) @3917 [3917] 02/18/10 01:08:09 sletz rebase from trunk 3899:3916
(edit) @3916 [3916] 02/18/10 01:04:29 sletz rebase from trunk 3898:3915
(edit) @3915 [3915] 02/17/10 05:57:10 sletz Correct netjack2 socket init code.
(edit) @3914 [3914] 02/16/10 07:43:59 sletz Add missing error functions.
(edit) @3913 [3913] 02/15/10 06:28:08 sletz Update XCode project.
(edit) @3912 [3912] 02/15/10 03:52:32 sletz Add missing header files.
(edit) @3911 [3911] 02/15/10 02:35:21 sletz Version 1.9.6 started.
(edit) @3910 [3910] 02/15/10 02:24:13 sletz Tagging the 1.9.5 release of the 'jack2' project.
(edit) @3909 [3909] 02/12/10 03:03:29 sletz Correct jack_test.
(edit) @3908 [3908] 02/12/10 02:34:52 sletz Correct wscript.
(edit) @3907 [3907] 02/11/10 08:27:37 sletz Update jackRouter.
(edit) @3906 [3906] 02/11/10 07:45:34 sletz Compiles on Windows again.
(edit) @3905 [3905] 02/11/10 07:22:43 sletz Update README.
(edit) @3904 [3904] 02/10/10 09:15:06 sletz ffado-portaliases patch, fix ticket #156
(edit) @3903 [3903] 02/10/10 09:10:48 sletz Merge branch 'port_register_notification_defer'
(edit) @3902 [3902] 02/06/10 05:58:35 sletz ffado-jackd2-rename patch, fix ticket #155.
(edit) @3901 [3901] 02/05/10 09:18:58 sletz Merge branch 'server_no_deadlock'
(edit) @3900 [3900] 02/05/10 03:37:24 sletz rebase from trunk 3813:3899
(edit) @3899 [3899] 02/05/10 02:35:18 sletz rebase from trunk 3812:3898
(edit) @3898 [3898] 01/30/10 08:19:27 sletz Improvements from Gabriel M. Beddingfield (HTML file output for profiling) …
(edit) @3897 [3897] 01/30/10 01:52:56 sletz Profiling engine : generate script and html file.
(edit) @3896 [3896] 01/29/10 11:31:55 sletz Change JackEngineProfiling? and JackAudioAdapterInterface? gnuplot scripts …
(edit) @3895 [3895] 01/29/10 08:49:35 sletz More weak stuff in public headers.
(edit) @3882 [3882] 01/28/10 05:03:07 sletz weakjack.h stuff backported from jack1.
(edit) @3874 [3874] 01/14/10 02:06:13 sletz Compiles on OSX.
(edit) @3873 [3873] 01/14/10 01:46:18 sletz Compiles in Windows again.
(edit) @3872 [3872] 01/14/10 01:30:20 sletz Merge branch 'netone-fixes'
(edit) @3871 [3871] 01/12/10 09:06:02 sletz Correct JackCoreAudioDriver?.
(edit) @3869 [3869] 01/09/10 13:25:51 sletz Fix for ticket #154.
(edit) @3868 [3868] 01/06/10 09:30:34 sletz Fix for ticket #152.
(edit) @3867 [3867] 01/03/10 14:15:48 nedko fix jack_transport build
(edit) @3866 [3866] 12/31/09 04:15:30 sletz Typo.
(edit) @3865 [3865] 12/28/09 05:23:14 nedko Fix jackdbus dependencies handling
(edit) @3864 [3864] 12/21/09 11:03:47 nedko improve the configure time warning for mixed jackdbus+jack scenario
(edit) @3863 [3863] 12/17/09 01:54:43 sletz Windows JackRouter? sources and project added.
(edit) @3862 [3862] 12/16/09 03:22:56 sletz JackRouter?.dll updated.
(edit) @3861 [3861] 12/16/09 03:09:39 sletz Windows projects and installer corrected.
(edit) @3860 [3860] 12/16/09 02:26:34 sletz Compiles on Windows again.
Note: See TracRevisionLog for help on using the revision log.