summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_qtvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r26587Uoti Urpala2008-04-291-1/+1
|\
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-281-1/+1
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
|/
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-151-7/+7
* typo fix: inited --> initializeddiego2008-02-141-4/+4
* Zero codec_inited in the init() function, so that it's cleared everytime rtogni2008-01-231-0/+1
* Include loader/ prefix in #include path everywhere.diego2007-03-151-3/+3
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
* Move #ifdefs around complete files into the build system.diego2006-06-211-8/+2
* Comment some #endif directives to avoid confusion.diego2006-06-211-3/+3
* massive attack: mp_msg printf format fixesrathann2006-01-121-8/+8
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...faust32005-01-171-1/+8
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...faust32004-10-101-2/+2
* small gcc warning fixesrathann2004-08-281-3/+3
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-301-0/+1
* printf -> mp_msg, error msg when qtmlClient.dll is missingfaust32004-04-131-19/+23
* MACOSX support patch, based on Dan Christiansens workalex2003-02-251-2/+19
* real cygwin support by Sascha Sommer <saschasommer@freenet.de>alex2003-02-121-2/+2
* handle mencoder's 0-byte 'skipped frames'arpi2002-12-161-0/+2
* Sorenson 1/3 encoding just for fun :)arpi2002-12-161-0/+2
* compiler warning fixesarpi2002-12-141-15/+19
* we don't need to pass gworld :)arpi2002-12-111-1/+1
* print list of supported output colorspacesarpi2002-12-111-0/+9
* moved component lister up, as it messes up 'desc'arpi2002-12-111-17/+18
* SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))arpi2002-12-011-1/+39
* - fixed 10l bug (imagedesc handle allocation)arpi2002-11-271-3/+8
* some fixesalex2002-11-251-3/+54
* loader supportarpi2002-11-241-1/+5
* don't print error if no errorarpi2002-11-141-1/+1
* no need to EnterMovies(), do minimal InitializeQTML onlyarpi2002-11-121-4/+4
* qt video dll codecs supportarpi2002-11-121-0/+296