log libao2/ao_jack.c @ 31229:69dbfbd26e05

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