[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/video assistor-mme.cc output-vl.cc video-device.cc video-device.h video-directx.cc video-jv.cc video-lmljpg.cc video-meteor.cc video-mme.cc video-plx.cc video-rgb.cc video-rtvc.cc video-scc.cc video-slv.cc video-spigot.cc video-sunrise.cc video-test.cc video-v4l.cc video-vigra.cc video-vl.cc video-vpix.cc video-win32.cc video-x11.cc video-xil.cc video-xv.cc yuv_convert.cc
- To: openmash-cvs@openmash.org
- Subject: mash/mash-1/video assistor-mme.cc output-vl.cc video-device.cc video-device.h video-directx.cc video-jv.cc video-lmljpg.cc video-meteor.cc video-mme.cc video-plx.cc video-rgb.cc video-rtvc.cc video-scc.cc video-slv.cc video-spigot.cc video-sunrise.cc video-test.cc video-v4l.cc video-vigra.cc video-vl.cc video-vpix.cc video-win32.cc video-x11.cc video-xil.cc video-xv.cc yuv_convert.cc
- From: Jose Maria Gonzalez <chema@bmrc.berkeley.edu>
- Date: Tue, 21 May 2002 14:19:43 -0700
- Sender: owner-openmash-cvs@bmrc.berkeley.edu
Update of /usr/mash/src/repository/mash/mash-1/video
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv11009/video
Modified Files:
assistor-mme.cc output-vl.cc video-device.cc video-device.h
video-directx.cc video-jv.cc video-lmljpg.cc video-meteor.cc
video-mme.cc video-plx.cc video-rgb.cc video-rtvc.cc
video-scc.cc video-slv.cc video-spigot.cc video-sunrise.cc
video-test.cc video-v4l.cc video-vigra.cc video-vl.cc
video-vpix.cc video-win32.cc video-x11.cc video-xil.cc
video-xv.cc yuv_convert.cc
Log Message:
Fixed misleading 411 to correct 420. H.261 only does 4:2:0, and
MJPEG over RTP is only defined for 4:2:2 and 4:2:0, never for
4:1:1.
The only code left that still refers to 411 is inside the mash/render
directory. I think it is also incorrect (which is coherente with
mash presenting correct colors), but am not completley sure.