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

age author description
Sat, 30 Mar 2013 08:53:02 +0000 reimar Avoid declaring loop variables inside the for()
Sun, 23 Oct 2011 12:03:40 +0000 reimar Reindent.
Sun, 23 Oct 2011 12:03:13 +0000 reimar Fix possible crash since RenderCallbackSPDIF might call read_buffer with NULL data.
Wed, 28 Sep 2011 17:04:09 +0000 diego ao_coreaudio: Fix spdif output for OS X 10.7.
Fri, 07 Jan 2011 21:30:14 +0000 diego Fix ao_coreaudio compilation on OS X 10.4.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Fri, 08 Oct 2010 08:56:20 +0000 diego AC-3 streams need to be byteswapped on little-endian machines.
Tue, 17 Aug 2010 22:39:24 +0000 diego Fix a bunch of grammar and spelling errors in mp_msg calls.
Mon, 12 Jul 2010 20:19:53 +0000 adrian Reindent and align after r31725.
Mon, 12 Jul 2010 20:19:09 +0000 adrian Improve handling of the "help" suboption in coreaudio:
Mon, 12 Jul 2010 17:43:37 +0000 diego Remove some unused variables along with the corresponding warnings.
Sun, 11 Jul 2010 21:14:48 +0000 adrian Process the CoreFoundation runloop in ao_coreaudio in case it's not being processed in the vo, e.g. when vo_corevideo is used with shared_buffer.
Sun, 11 Jul 2010 21:12:20 +0000 adrian Fix cosmetics after r31715.
Sun, 11 Jul 2010 21:08:57 +0000 adrian Refactor device selection in ao_coreaudio: Add output device selection and correctly set the default device if it's selected.
Sun, 11 Jul 2010 21:02:53 +0000 adrian Consistently use types as they are used by the API in ao_coreaudio.