Mon, 14 Jun 2010 14:35:57 +0000 |
diego |
Replace forward declarations by proper loader/wine/winbase.h #include.
|
Tue, 16 Mar 2010 14:35:43 +0000 |
diego |
Remove unused variable, fixes the warning:
|
Tue, 16 Mar 2010 14:30:31 +0000 |
sesse |
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
|
Mon, 15 Mar 2010 12:05:56 +0000 |
sesse |
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and
|
Sat, 06 Mar 2010 11:12:32 +0000 |
sesse |
Fix QuickTime emulated OSErr type.
|
Fri, 19 Feb 2010 13:50:16 +0000 |
komh |
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
|
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.
|
Fri, 02 Jan 2009 12:53:05 +0000 |
diego |
Avoid unused variable warning.
|
Fri, 02 Jan 2009 12:28:47 +0000 |
diego |
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
|
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
|
Sun, 10 Oct 2004 19:51:18 +0000 |
faust3 |
fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@adirondack.net>
|
Sat, 28 Aug 2004 20:59:49 +0000 |
rathann |
small gcc warning fixes
|
Fri, 30 Apr 2004 10:26:26 +0000 |
rfelker |
minimal fix for alex's 1000000000000l compile errors. imo the fix in
|
Tue, 13 Apr 2004 14:48:31 +0000 |
faust3 |
printf -> mp_msg, error msg when qtmlClient.dll is missing
|
Tue, 25 Feb 2003 15:39:36 +0000 |
alex |
MACOSX support patch, based on Dan Christiansens work
|
Wed, 12 Feb 2003 15:39:59 +0000 |
alex |
real cygwin support by Sascha Sommer <saschasommer@freenet.de>
|
Mon, 16 Dec 2002 02:38:37 +0000 |
arpi |
handle mencoder's 0-byte 'skipped frames'
|
Mon, 16 Dec 2002 01:49:39 +0000 |
arpi |
Sorenson 1/3 encoding just for fun :)
|
Sat, 14 Dec 2002 17:56:35 +0000 |
arpi |
compiler warning fixes
|
Wed, 11 Dec 2002 22:07:03 +0000 |
arpi |
we don't need to pass gworld :)
|
Wed, 11 Dec 2002 21:39:05 +0000 |
arpi |
print list of supported output colorspaces
|
Wed, 11 Dec 2002 21:26:37 +0000 |
arpi |
moved component lister up, as it messes up 'desc'
|
Sun, 01 Dec 2002 00:09:13 +0000 |
arpi |
SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))
|
Wed, 27 Nov 2002 23:47:14 +0000 |
arpi |
- fixed 10l bug (imagedesc handle allocation)
|
Mon, 25 Nov 2002 18:04:19 +0000 |
alex |
some fixes
|
Sun, 24 Nov 2002 21:49:52 +0000 |
arpi |
loader support
|
Thu, 14 Nov 2002 11:15:17 +0000 |
arpi |
don't print error if no error
|
Tue, 12 Nov 2002 00:13:31 +0000 |
arpi |
no need to EnterMovies(), do minimal InitializeQTML only
|
Tue, 12 Nov 2002 00:06:36 +0000 |
arpi |
qt video dll codecs support
|