[mythtv] [PATCH] New filter API, first patch against CVS.

Isaac Richards ijr at po.cwru.edu
Sat Nov 1 11:21:18 EST 2003


On Friday 31 October 2003 10:10 am, Andrew Mahone wrote:
> This patch adds the FilterManager and FilterChain classes in libmythtv, and
> makes the necessary changes to NuppelVideoRecorder, NuppelVideoPlayer, and
> all VideoOut classes to use the new filter API.  It also includes an
> updated filters/README for the new interface, and ports to the new API for
> all filters currently in CVS.  The existing filters load and run on my
> machine, and existing filter settings should work without any changes.

Couple minor changes which I'd like to see before applying this, all 
stylistic:

- 80 character lines
- FilterChain.h/FilterManager.cpp/.h renamed to lowercase.
- Stuff like 
     if( Filter->cleanup )
   changed to
     if (Filter->cleanup)

Thanks,
Isaac


More information about the mythtv-dev mailing list