Hacker Guide/Video Filters

From VideoLAN Wiki
Revision as of 23:56, 8 May 2011 by Technologicat (talk | contribs) (Initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Location in source tree

Want to develop or modify filters? Look in modules/video_filter/.

See modules/video_filter/Modules.am for a list of video filters currently in VLC. This file tells the build system which source files go into which filter, so you may want to update it if you add new source files.

Adding new source files

Update modules/video_filter/Modules.am. When done, you'll probably need to go to the root of your VLC source tree, and

  • find . -name .deps -exec rm -rf \{\} \;
  • bootstrap
  • configure
  • compile

to get the build system to find your new files.

Individual filter docs

The Deinterlace filter has its own Hacker's Guide section.

Disclaimer

This page is a stub. Please update!

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.