index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vd_qtvideo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-23
/
+23
*
Avoid unused variable warning.
diego
2009-01-02
1
-0
/
+2
*
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
diego
2009-01-02
1
-20
/
+11
*
Remove unused static declarations, fixes the warnings:
diego
2008-08-14
1
-6
/
+0
*
Rename all preprocessor directives related to Apple / Mac OS X.
diego
2008-08-06
1
-7
/
+7
*
cosmetics: Remove pointless parentheses from return calls.
diego
2008-05-16
1
-2
/
+2
*
Consistently #include mpbswap.h instead of bswap.h everywhere.
diego
2008-04-28
1
-1
/
+1
*
Introduce HAVE_QUICKTIME definition and use it where appropriate.
diego
2008-03-15
1
-7
/
+7
*
typo fix: inited --> initialized
diego
2008-02-14
1
-4
/
+4
*
Zero codec_inited in the init() function, so that it's cleared everytime
rtogni
2008-01-23
1
-0
/
+1
*
Include loader/ prefix in #include path everywhere.
diego
2007-03-15
1
-3
/
+3
*
Fix previous broken vd_qtvideo.c commit which failed on MACOSX
uau
2006-11-26
1
-2
/
+4
*
Move #include <QuickTime/ImageCodec.h> before internal headers
uau
2006-11-26
1
-6
/
+7
*
Move #ifdefs around complete files into the build system.
diego
2006-06-21
1
-8
/
+2
*
Comment some #endif directives to avoid confusion.
diego
2006-06-21
1
-3
/
+3
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
1
-8
/
+8
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
1
-1
/
+1
*
preload quicktime.qts, this allows us to ignore the hardcoded path inside the...
faust3
2005-01-17
1
-1
/
+8
*
fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...
faust3
2004-10-10
1
-2
/
+2
*
small gcc warning fixes
rathann
2004-08-28
1
-3
/
+3
*
minimal fix for alex's 1000000000000l compile errors. imo the fix in
rfelker
2004-04-30
1
-0
/
+1
*
printf -> mp_msg, error msg when qtmlClient.dll is missing
faust3
2004-04-13
1
-19
/
+23
*
MACOSX support patch, based on Dan Christiansens work
alex
2003-02-25
1
-2
/
+19
*
real cygwin support by Sascha Sommer <saschasommer@freenet.de>
alex
2003-02-12
1
-2
/
+2
*
handle mencoder's 0-byte 'skipped frames'
arpi
2002-12-16
1
-0
/
+2
*
Sorenson 1/3 encoding just for fun :)
arpi
2002-12-16
1
-0
/
+2
*
compiler warning fixes
arpi
2002-12-14
1
-15
/
+19
*
we don't need to pass gworld :)
arpi
2002-12-11
1
-1
/
+1
*
print list of supported output colorspaces
arpi
2002-12-11
1
-0
/
+9
*
moved component lister up, as it messes up 'desc'
arpi
2002-12-11
1
-17
/
+18
*
SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))
arpi
2002-12-01
1
-1
/
+39
*
- fixed 10l bug (imagedesc handle allocation)
arpi
2002-11-27
1
-3
/
+8
*
some fixes
alex
2002-11-25
1
-3
/
+54
*
loader support
arpi
2002-11-24
1
-1
/
+5
*
don't print error if no error
arpi
2002-11-14
1
-1
/
+1
*
no need to EnterMovies(), do minimal InitializeQTML only
arpi
2002-11-12
1
-4
/
+4
*
qt video dll codecs support
arpi
2002-11-12
1
-0
/
+296