summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_qtvideo.c
Commit message (Expand)AuthorAgeFilesLines
* vd_qtvideo: Do not dump image description by defaultreimar2010-12-161-1/+2
* vd_qtvideo: fix crash on OS X with QuickTimereimar2010-11-021-1/+1
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-1/+1
* vd_qtvideo: Some indentation fixesreimar2010-11-021-7/+7
* vd_qtvideo: generate a ImageDescription if not givenreimar2010-11-021-5/+20
* cleanup: #include loader/wine/winbase.h instead of local declarationsdiego2010-11-021-3/+1
* Remove unused variable, fixes the warning:diego2010-03-161-1/+0
* Fix libmpcodecs/vd_qtvideo.c compilation on OS X:sesse2010-03-161-6/+3
* Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andsesse2010-03-151-224/+87
* Fix QuickTime emulated OSErr type.sesse2010-03-061-6/+6
* Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.komh2010-02-191-0/+4
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-23/+23
* Avoid unused variable warning.diego2009-01-021-0/+2
* Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.diego2009-01-021-20/+11
* Remove unused static declarations, fixes the warnings:diego2008-08-141-6/+0
* Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-7/+7
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-2/+2
* Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-281-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