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.
Sun, 11 Jul 2010 21:00:37 +0000 adrian Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.
Sun, 11 Jul 2010 20:53:57 +0000 adrian Fix printf specifiers used in ao_coreaudio. Fixes warnings:
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Tue, 23 Feb 2010 07:54:43 +0000 diego Mark theRenderProc() as static, it is only used within the file.
Mon, 11 Jan 2010 20:29:33 +0000 reimar MPlayer's format now correctly identifies AC3 as either little- or big-endian,
Mon, 11 Jan 2010 19:26:33 +0000 reimar Use af_fmt2bits instead of reimplementing it.
Mon, 11 Jan 2010 19:23:18 +0000 reimar Add and use AF_FORMAT_IS_AC3 macro.
Sat, 08 Aug 2009 08:17:35 +0000 reimar 100l, av_fifo_generic_read does not return anything useful, so ignore its
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 May 2009 17:35:26 +0000 diego Add missing 'void' to parameterless function declarations.
Mon, 04 May 2009 14:53:47 +0000 diego Rename macosx audio output driver to coreaudio.