[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat May 1 08:30:04 EDT 2004


----------------------------------------------------------------------------
Changes committed by jdonavan on Sat May  1 12:26:30 2004

Modified Files:
   in mythtv/libs/libmyth:
        mythcontext.h 
   in mythtv/libs/libmythtv:
        channelsettings.cpp dbcheck.cpp programinfo.cpp programinfo.h 
        tv_play.cpp 
   in mythtv/programs/mythbackend:
        mainserver.cpp 
Log Message:
Added per-channel output filters.
Bumped both the DB and the protocol versions.

The output filters allow you to specify a set of filters to be used when playing back recordings from a given channel. This is useful for those with hardware encoders and more than one source, since filters are rarely a one-size-fits-all thing.

When specifiying your output filters you can use a plus sign to append them to the custom filters or leave the plus sign out to have them overwrite.

If customfilters == "kerneldenit" an outpfilter of "+denoise3d,fu,bar" would give you a filter string of "kerneldenit,denoise3d,fu,bar" where as "+denoise3d,fu,bar" would give you a filte string of "denoise3d,fu,bar".


----------------------------------------------------------------------------


More information about the mythtv-commits mailing list