[mythtv-commits] mythtv commit: r12737 - in branches/mythtv-vid by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Feb 6 19:02:47 UTC 2007


      Author: danielk
        Date: 2007-02-06 19:02:47 +0000 (Tue, 06 Feb 2007)
New Revision: 12737
   Changeset: http://cvs.mythtv.org/trac/changeset/12737

Added:

   branches/mythtv-vid/libs/libmythtv/mythcodecid.h

Modified:

   branches/mythtv-vid/configure
   branches/mythtv-vid/libs/libmythtv/NuppelVideoPlayer.cpp
   branches/mythtv-vid/libs/libmythtv/NuppelVideoPlayer.h
   branches/mythtv-vid/libs/libmythtv/avformatdecoder.cpp
   branches/mythtv-vid/libs/libmythtv/avformatdecoder.h
   branches/mythtv-vid/libs/libmythtv/decoderbase.h
   branches/mythtv-vid/libs/libmythtv/dummydecoder.h
   branches/mythtv-vid/libs/libmythtv/ivtvdecoder.cpp
   branches/mythtv-vid/libs/libmythtv/ivtvdecoder.h
   branches/mythtv-vid/libs/libmythtv/libmythtv.pro
   branches/mythtv-vid/libs/libmythtv/nuppeldecoder.cpp
   branches/mythtv-vid/libs/libmythtv/nuppeldecoder.h
   branches/mythtv-vid/libs/libmythtv/videodisplayprofile.cpp
   branches/mythtv-vid/libs/libmythtv/videodisplayprofile.h
   branches/mythtv-vid/libs/libmythtv/videoout_directfb.cpp
   branches/mythtv-vid/libs/libmythtv/videoout_directfb.h
   branches/mythtv-vid/libs/libmythtv/videoout_dx.cpp
   branches/mythtv-vid/libs/libmythtv/videoout_dx.h
   branches/mythtv-vid/libs/libmythtv/videoout_ivtv.cpp
   branches/mythtv-vid/libs/libmythtv/videoout_ivtv.h
   branches/mythtv-vid/libs/libmythtv/videoout_null.h
   branches/mythtv-vid/libs/libmythtv/videoout_quartz.cpp
   branches/mythtv-vid/libs/libmythtv/videoout_quartz.h
   branches/mythtv-vid/libs/libmythtv/videoout_xv.cpp
   branches/mythtv-vid/libs/libmythtv/videoout_xv.h
   branches/mythtv-vid/libs/libmythtv/videooutbase.cpp
   branches/mythtv-vid/libs/libmythtv/videooutbase.h

Log:

Refs #2287. Implements video renderer fallback in mythtv-vid branch.

This allows you to compile in multiple conflicting video output methods, such as Linux framebuffer support and X11 support and select the preferred one at runtime based on your video display profile.




More information about the mythtv-commits mailing list