Thu, 14 Aug 2008 16:04:32 +0000 |
diego |
Remove unused static declarations, fixes the warnings:
|
Wed, 06 Aug 2008 07:42:26 +0000 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
Fri, 16 May 2008 00:23:02 +0000 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
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, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Wed, 23 Jan 2008 20:48:50 +0000 |
rtogni |
Zero codec_inited in the init() function, so that it's cleared everytime
|
Thu, 15 Mar 2007 08:29:24 +0000 |
diego |
Include loader/ prefix in #include path everywhere.
|
Sun, 26 Nov 2006 19:35:56 +0000 |
uau |
Fix previous broken vd_qtvideo.c commit which failed on MACOSX
|
Sun, 26 Nov 2006 19:19:00 +0000 |
uau |
Move #include <QuickTime/ImageCodec.h> before internal headers
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Wed, 21 Jun 2006 10:53:20 +0000 |
diego |
Comment some #endif directives to avoid confusion.
|
Thu, 12 Jan 2006 20:04:36 +0000 |
rathann |
massive attack: mp_msg printf format fixes
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Mon, 17 Jan 2005 20:57:48 +0000 |
faust3 |
preload quicktime.qts, this allows us to ignore the hardcoded path inside the dlls so that quicktime.qts doesn't need to be in the windows system dir, patch by Gianluigi Tiesi <mplayer at netfarm.it>, comments by myself
|