1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5757 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-04-21 09:20:01 +00:00
parent 5ebae7dc7f
commit 2c45e52d3c

View File

@ -720,6 +720,15 @@ videocodec ucod
out UYVY out UYVY
out BGR32,BGR24,BGR15 flip out BGR32,BGR24,BGR15 flip
videocodec vcr2
info "ATI VCR-2"
status working
fourcc VCR2
driver vfw
dll "ativcr2.dll"
out YV12
out BGR24
videocodec CJPG videocodec CJPG
info "CJPG" info "CJPG"
status untested status untested
@ -778,15 +787,13 @@ videocodec alaris
; non-working codecs: ; non-working codecs:
videocodec vcr2 videocodec vcr1
info "ATI VCR-2" info "ATI VCR-1"
status crashing status buggy
comment "segfault" fourcc VCR1
fourcc VCR2
driver vfw driver vfw
dll "ativcr2.dll" dll "ativcr1.dll"
out YUY2 out RGB24 flip
out BGR32,BGR24,BGR15
videocodec tm20 videocodec tm20
info "TrueMotion 2.0" info "TrueMotion 2.0"
@ -815,12 +822,21 @@ videocodec pim1
videocodec qpeg videocodec qpeg
info "Q-Team's QPEG (www.q-team.de)" info "Q-Team's QPEG (www.q-team.de)"
status buggy status buggy
comment "BGR8 only!"
fourcc Q1.0 fourcc Q1.0
fourcc Q1.1 fourcc Q1.1
driver vfw driver vfw
dll "qpeg32.dll" dll "qpeg32.dll"
out BGR8 flip out BGR8 flip
videocodec rricm
info "rricm"
status buggy
fourcc MJPG
driver vfw
dll "rricm.dll"
out BGR24 flip
; raw formats: (now RGB formats are autodetected) ; raw formats: (now RGB formats are autodetected)
; these raw codecs are used mostly by tv input ; these raw codecs are used mostly by tv input