Click here to Skip to main content
15,885,910 members
Articles / Programming Languages / C++

Video Shadering with Direct3D

Rate me:
Please Sign up or sign in to vote.
4.65/5 (13 votes)
7 Jun 2011LGPL39 min read 93.4K   4.4K   28  
This library allows rendering YUV and RGB pixel formats using Direct3D 9 runtime. You can also apply shaders and add text, bitmap and line overlays.
========================================================================
    DYNAMIC LINK LIBRARY : VideoPresenter Project Overview
========================================================================

AppWizard has created this VideoPresenter DLL for you.  

This file contains a summary of what you will find in each of the files that
make up your VideoPresenter application.

VideoPresenter.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

VideoPresenter.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

VideoPresenter.cpp
    This is the main DLL source file.

VideoPresenter.h
    This file contains a class declaration.

AssemblyInfo.cpp
	Contains custom attributes for modifying assembly metadata.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer (Senior)
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions