log libao2/ao_jack.c @ 37195:ac6c37d85d65 default tip

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