[mythtv-commits] mythtv commit: r10782 - in trunk/mythtv by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Aug 16 12:35:17 UTC 2006
Author: danielk
Date: 2006-08-16 12:35:16 +0000 (Wed, 16 Aug 2006)
New Revision: 10782
Changeset: http://cvs.mythtv.org/trac/changeset/10782
Modified:
trunk/mythtv/filters/bobdeint/filter_bobdeint.c
trunk/mythtv/filters/linearblend/filter_linearblend.c
trunk/mythtv/filters/onefield/filter_onefield.c
trunk/mythtv/libs/libmythtv/avformatdecoder.cpp
trunk/mythtv/libs/libmythtv/frame.h
trunk/mythtv/libs/libmythtv/osdsurface.cpp
trunk/mythtv/libs/libmythtv/osdsurface.h
trunk/mythtv/libs/libmythtv/util-xv.cpp
trunk/mythtv/libs/libmythtv/util-xv.h
trunk/mythtv/libs/libmythtv/videobuffers.cpp
trunk/mythtv/libs/libmythtv/videobuffers.h
trunk/mythtv/libs/libmythtv/videoout_xv.cpp
trunk/mythtv/libs/libmythtv/videoout_xv.h
trunk/mythtv/libs/libmythtv/videooutbase.cpp
Log:
Refs #2171. Fixes basic XVideo support to allow offset and stride padding.
I've ported the VideoOutputXv and the OSD blend, plus 3 basic filters linearblend, onefield and bobdeint.
The remainder of the filters work a little differently and need some testing I can't do locally but should be ready soon. This doesn't break XVideo that worked before the fix, but VIA & some ATI users can't use these filters if they are using XV w/DMA, the workaround is to disable DMA.
More information about the mythtv-commits
mailing list