log libao2/ao_jack.c @ 37154:c0946b91b5bc

age author description
Mon, 03 Jun 2013 17:38:06 +0000 reimar Cosmetics: fix indentation.
Mon, 03 Jun 2013 17:38:04 +0000 reimar Add (no)connect option to ao_jack.
Mon, 27 May 2013 20:36:58 +0000 reimar Make comment clearer.
Sat, 04 May 2013 21:55:52 +0000 reimar Make code simpler and more flexible.
Wed, 09 Jun 2010 21:13:03 +0000 tack ao_jack: increase maximum allowed channels from 6 to 8.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 10 Apr 2009 14:41:18 +0000 reimar Simplify: use av_fifo_space
Mon, 09 Mar 2009 18:21:47 +0000 reimar Reuse libavutil fifo code instead of reimplementing it over and over.
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Sun, 04 Jan 2009 11:51:11 +0000 reimar Replace deprecated jack_client_new with jack_client_open.
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Fri, 11 Jan 2008 20:55:08 +0000 reimar Make code slightly less confusing to me
Fri, 11 Jan 2008 20:42:32 +0000 reimar Slightly deobfuscate
Fri, 11 Jan 2008 20:36:33 +0000 reimar Another small simplification. Slightly worse performance in the case
Fri, 11 Jan 2008 20:32:42 +0000 reimar Slightly simplify read_buffer code
Fri, 11 Jan 2008 20:23:46 +0000 reimar Simplify: use memset
Fri, 11 Jan 2008 20:12:04 +0000 reimar Fix indentation
Fri, 11 Jan 2008 20:10:39 +0000 reimar Remove useless cast
Mon, 09 Jul 2007 19:50:36 +0000 diego ISO8859-1 --> UTF-8
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Thu, 06 Jul 2006 04:30:19 +0000 reynaldo modifies function declarations without parameters from ()
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Sun, 25 Jun 2006 09:02:47 +0000 reimar respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer
Sun, 25 Jun 2006 08:53:13 +0000 reimar remove unused variable
Thu, 18 Aug 2005 09:40:59 +0000 reimar name suboption for jack to set client name
Thu, 28 Jul 2005 17:11:22 +0000 reimar reset estimation also on too negative diff
Tue, 26 Jul 2005 10:47:29 +0000 reimar improved audio delay estimation, supposed to help make the video smoother
Thu, 30 Jun 2005 13:25:08 +0000 reimar avoid hang when playing more than one file
Sun, 05 Jun 2005 08:37:48 +0000 reimar Create a unique client name so that multiple instances work.
Fri, 03 Jun 2005 20:35:07 +0000 reimar Fix latency calculation and buffersize setting.
Wed, 01 Jun 2005 09:20:46 +0000 reimar New ao_jack without bio2jack dependency.
Fri, 25 Mar 2005 15:11:13 +0000 diego endianness fix by Chris White <chriswhite at gentoo dot org>
Wed, 12 Jan 2005 22:00:02 +0000 reimar af_format.h needs config.h to be included first.
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Tue, 07 Dec 2004 02:24:15 +0000 diego Make include paths consistent.
Sun, 07 Nov 2004 11:03:50 +0000 reimar Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].
Fri, 13 Aug 2004 00:33:14 +0000 diego Update ao_jack for new bio2jack API, improve check in configure.
Sun, 27 Jun 2004 13:18:06 +0000 reimar 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.
Fri, 25 Jun 2004 18:11:15 +0000 alex JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>