Mercurial > mplayer.hg
changeset 2820:30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
author | alex |
---|---|
date | Sun, 11 Nov 2001 03:58:46 +0000 |
parents | 2e58962dc9fe |
children | 7f2acef8a3b2 |
files | etc/codecs.conf |
diffstat | 1 files changed, 26 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sun Nov 11 03:53:42 2001 +0000 +++ b/etc/codecs.conf Sun Nov 11 03:58:46 2001 +0000 @@ -553,12 +553,33 @@ 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 + format 0x0 + out YV12 + +videocodec rawuyvy + info "RAW UYVY" + status working driver raw - fourcc YV12 - out YV12 + 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!)"