log libao2/ao_coreaudio.c @ 31657:fa6671a1b8dc

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