From a0682037fbaa5017667cd35db47d1ede77da72f9 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Nov 2001 03:58:46 +0000 Subject: new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2821 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/etc/codecs.conf b/etc/codecs.conf index 49838e15e6..7edb04d25b 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -553,13 +553,34 @@ videocodec cyuvxa dll "vid_cyuv.xa" out YV12,IYUV,I420 -videocodec raw - info "RAW codec (only copying)" - status untested +videocodec rawyv12 + info "RAW YV12" + status working driver raw - fourcc YV12 + format 0x0 out YV12 +videocodec rawuyvy + info "RAW UYVY" + status working + driver raw + format 0x0 + out UYVY + +videocodec rawrgb32 + info "RAW RGB32" + status working + driver raw + format 0x0 + out RGB32 + +videocodec rawrgb24 + info "RAW RGB24" + status working + driver raw + format 0x0 + out RGB24 + videocodec null info "NULL codec (no decoding!)" status working -- cgit v1.2.3