diff etc/codecs.conf @ 34572:2a372b469420

Support displaying 64bit RGB via OpenGL.
author cehoyos
date Tue, 07 Feb 2012 23:04:30 +0000
parents 25acb5f98cb4
children 2d60b7bc2918
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Feb 07 22:07:09 2012 +0000
+++ b/etc/codecs.conf	Tue Feb 07 23:04:30 2012 +0000
@@ -579,7 +579,7 @@
   fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC
   driver ffmpeg
   dll dpx
-  out RGB48BE,RGB48LE,RGB24,RGBA
+  out RGB64BE,RGB64LE,RGB48BE,RGB48LE,RGB24,RGBA
 
 videocodec ffgif
   info "FFmpeg GIF"
@@ -595,7 +595,7 @@
   fourcc "tiff" ; for TIFF-encoded QuickTime files
   driver ffmpeg
   dll tiff
-  out BGR8,Y800,RGB48BE,RGB48LE,RGBA,RGB32,RGB24
+  out BGR32,BGR24,BGR8,Y800,RGB64LE,RGB64BE,RGB32,RGB24,RGB8
 
 videocodec ffpcx
   info "FFmpeg PCX"
@@ -612,7 +612,7 @@
   fourcc "png " ; for PNG-encoded QuickTime files
   driver ffmpeg
   dll png
-  out BGR32,BGR8,Y800,RGB48BE,RGBA,RGB24
+  out BGR32,BGR8,Y800,RGB64BE,RGB48BE,RGBA,RGB24
 
 videocodec mpng
   info "PNG image"
@@ -655,7 +655,7 @@
   fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC
   driver ffmpeg
   dll sgi
-  out RGB24,Y800,RGB48BE,RGBA
+  out RGB24,Y800,RGB64BE,RGB48BE,RGBA
 
 videocodec sgi
   info "SGI image"
@@ -1798,6 +1798,7 @@
   fourcc mjp2
   driver ffmpeg
   dll "libopenjpeg"
+  out RGB64LE,RGB64BE
   out RGB24,RGB32,BGR32,Y8,Y800
   out 420P16,420P10,420P9
   out 422P16,422P10,422P9