log libmpcodecs/ad_qtaudio.c @ 32972:fbaae7fe1a13

age author description
Sun, 06 Feb 2011 13:09:09 +0000 faust3 fix ad_qtaudio for the case when the libavformat mov demuxer is used
Mon, 14 Jun 2010 14:35:57 +0000 diego Replace forward declarations by proper loader/wine/winbase.h #include.
Tue, 25 May 2010 11:39:58 +0000 diego whitespace cosmetics
Fri, 19 Feb 2010 13:50:16 +0000 komh Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
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.
Fri, 02 Jan 2009 12:48:11 +0000 diego Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
Wed, 06 Aug 2008 07:42:26 +0000 diego Rename all preprocessor directives related to Apple / Mac OS X.
Mon, 28 Apr 2008 14:43:30 +0000 diego Consistently #include mpbswap.h instead of bswap.h everywhere.
Sat, 15 Mar 2008 11:31:28 +0000 diego Introduce HAVE_QUICKTIME definition and use it where appropriate.
Thu, 15 Mar 2007 08:29:24 +0000 diego Include loader/ prefix in #include path everywhere.
Sun, 26 Nov 2006 18:27:42 +0000 uau Shouldn't move "#ifdef MACOSX" before #include config.h of course...