log

age author description
Tue, 05 May 2009 17:27:36 +0000 diego Remove pointless #ifdef around spudec.h #include.
Tue, 05 May 2009 17:17:17 +0000 diego cosmetics: indentation
Tue, 05 May 2009 17:15:54 +0000 diego Allow disabling and enabling VCD support through command line parameters.
Tue, 05 May 2009 09:08:53 +0000 diego CoreAudio LDFLAGS should be MPlayer-only.
Tue, 05 May 2009 08:49:07 +0000 diego Improve CoreAudio check: Use all required headers and frameworks.
Tue, 05 May 2009 08:46:37 +0000 diego Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
Tue, 05 May 2009 01:34:16 +0000 michael Change VOFW for x86 to 5120, it allows larger images to be scaled and was
Mon, 04 May 2009 18:29:55 +0000 diego CONFIG_QUICKTIME should be set depending on the state of QTX support.
Mon, 04 May 2009 17:35:26 +0000 diego Add missing 'void' to parameterless function declarations.
Mon, 04 May 2009 16:56:36 +0000 diego ao_macosx was renamed to ao_coreaudio.
Mon, 04 May 2009 16:55:05 +0000 diego Rename macosx video output driver to corevideo.
Mon, 04 May 2009 14:53:47 +0000 diego Rename macosx audio output driver to coreaudio.
Mon, 04 May 2009 14:49:42 +0000 diego QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
Mon, 04 May 2009 14:40:22 +0000 diego Replace QuickTime.h #include with Carbon.h, which is really needed.
Mon, 04 May 2009 14:09:31 +0000 diego Ulion no longer has time to be maintainer.
Mon, 04 May 2009 13:16:04 +0000 diego Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.
Mon, 04 May 2009 11:44:36 +0000 diego Add information about configure options to config.mak.
Sun, 03 May 2009 21:52:41 +0000 bircoph Cosmetics for r29244 to follow K&R style closely.
Sun, 03 May 2009 21:51:37 +0000 bircoph Support for libbs2b ver. 3.0.0 API.
Sun, 03 May 2009 20:57:37 +0000 reimar Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.
Sat, 02 May 2009 08:40:53 +0000 sdrik Fix chroma shift when scaling from ARGB on LE and BGRA on BE
Mon, 27 Apr 2009 21:41:42 +0000 bircoph Fix polish spelling. Noticed in Gentoo ebuild long time ago.
Mon, 27 Apr 2009 14:25:44 +0000 sdrik Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
Mon, 27 Apr 2009 09:44:59 +0000 gpoirier sync w/r29147
Sun, 26 Apr 2009 08:59:18 +0000 diego Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
Sat, 25 Apr 2009 19:09:54 +0000 diego Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.
Sat, 25 Apr 2009 18:43:35 +0000 diego Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
Sat, 25 Apr 2009 18:39:19 +0000 diego Remove unnecessary -framework OpenGL from CoreVideo linker flags.
Sat, 25 Apr 2009 17:52:55 +0000 diego whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
Sat, 25 Apr 2009 17:48:48 +0000 diego Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.