aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_qtvideo.c
Commit message (Expand)AuthorAge
* vd_qtvideo: Do not dump image description by defaultGravatar reimar2010-12-16
* vd_qtvideo: fix crash on OS X with QuickTimeGravatar reimar2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* vd_qtvideo: Some indentation fixesGravatar reimar2010-11-02
* vd_qtvideo: generate a ImageDescription if not givenGravatar reimar2010-11-02
* cleanup: #include loader/wine/winbase.h instead of local declarationsGravatar diego2010-11-02
* Remove unused variable, fixes the warning:Gravatar diego2010-03-16
* Fix libmpcodecs/vd_qtvideo.c compilation on OS X:Gravatar sesse2010-03-16
* Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andGravatar sesse2010-03-15
* Fix QuickTime emulated OSErr type.Gravatar sesse2010-03-06
* Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.Gravatar komh2010-02-19
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Avoid unused variable warning.Gravatar diego2009-01-02
* Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.Gravatar diego2009-01-02
* Remove unused static declarations, fixes the warnings:Gravatar diego2008-08-14
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* Consistently #include mpbswap.h instead of bswap.h everywhere.Gravatar diego2008-04-28
* Introduce HAVE_QUICKTIME definition and use it where appropriate.Gravatar diego2008-03-15
* typo fix: inited --> initializedGravatar diego2008-02-14
* Zero codec_inited in the init() function, so that it's cleared everytime Gravatar rtogni2008-01-23
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXGravatar uau2006-11-26
* Move #include <QuickTime/ImageCodec.h> before internal headersGravatar uau2006-11-26
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Comment some #endif directives to avoid confusion.Gravatar diego2006-06-21
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...Gravatar faust32005-01-17
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...Gravatar faust32004-10-10
* small gcc warning fixesGravatar rathann2004-08-28
* minimal fix for alex's 1000000000000l compile errors. imo the fix inGravatar rfelker2004-04-30
* printf -> mp_msg, error msg when qtmlClient.dll is missingGravatar faust32004-04-13
* MACOSX support patch, based on Dan Christiansens workGravatar alex2003-02-25
* real cygwin support by Sascha Sommer <saschasommer@freenet.de>Gravatar alex2003-02-12
* handle mencoder's 0-byte 'skipped frames'Gravatar arpi2002-12-16
* Sorenson 1/3 encoding just for fun :)Gravatar arpi2002-12-16
* compiler warning fixesGravatar arpi2002-12-14
* we don't need to pass gworld :)Gravatar arpi2002-12-11
* print list of supported output colorspacesGravatar arpi2002-12-11
* moved component lister up, as it messes up 'desc'Gravatar arpi2002-12-11
* SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))Gravatar arpi2002-12-01
* - fixed 10l bug (imagedesc handle allocation)Gravatar arpi2002-11-27
* some fixesGravatar alex2002-11-25
* loader supportGravatar arpi2002-11-24
* don't print error if no errorGravatar arpi2002-11-14
* no need to EnterMovies(), do minimal InitializeQTML onlyGravatar arpi2002-11-12
* qt video dll codecs supportGravatar arpi2002-11-12