summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf19
-rw-r--r--loader/qt_comp.h2
2 files changed, 21 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 1233410e11..1ae01939ad 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2754,6 +2754,25 @@ videocodec qtcine
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
out YV12,YUY2
+videocodec qtaic
+ info "QuickTime AIC video decoder"
+ comment "Mac OS X only"
+ status untested
+ fourcc icod
+ driver qtvideo
+ dll "QuickTime.qts"
+ out UYVY
+
+videocodec qtprores
+ info "Apple ProRes 422 (HQ) decoder"
+ status working
+ fourcc apch
+ fourcc apcn
+ fourcc apcs
+ driver qtvideo
+ dll "AppleProResDecoder.qtx"
+ out YUY2
+
; VSS codecs (http://vsofts.com/solutions.html):
videocodec vsslight
diff --git a/loader/qt_comp.h b/loader/qt_comp.h
index 4c1d8d165c..9da5c35e33 100644
--- a/loader/qt_comp.h
+++ b/loader/qt_comp.h
@@ -25,6 +25,8 @@ DECL_COMPONENT(yuvu,"YUVU_CDComponentDispatch",0)
DECL_COMPONENT(qdm2d,"QDM2Decompressor",0)
DECL_COMPONENT(mace3d,"Mace3DecompDispatch",0)
+DECL_COMPONENT(prores,"IcpDecompressorComponentDispatch",0)
+
//DECL_COMPONENT(,"",0)
#endif /* MPLAYER_QT_COMP_H */