log libao2/ao_jack.c @ 29002:b7367b035fdd

age author description
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