Add a new win32 videosink. Uses the DirectShow renderers for high-performance video...
authorMichael Smith <msmith@xiph.org>
Mon, 2 Jun 2008 18:23:54 +0000 (18:23 +0000)
committerMichael Smith <msmith@xiph.org>
Mon, 2 Jun 2008 18:23:54 +0000 (18:23 +0000)
commitd1d7fb884d8e6fb9a93f44591aa8a69f332c95f6
treebe8b38a907c0ca2f682432536b20c1b1463a3203
parent1562bef1dcce3107cc81698eb668ccb905c95a26
Add a new win32 videosink. Uses the DirectShow renderers for high-performance video rendering on win32.

Original commit message from CVS:
* configure.ac:
* sys/Makefile.am:
* sys/dshowvideosink/Makefile.am:
* sys/dshowvideosink/README:
* sys/dshowvideosink/dshowvideofakesrc.cpp:
* sys/dshowvideosink/dshowvideofakesrc.h:
* sys/dshowvideosink/dshowvideosink.cpp:
* sys/dshowvideosink/dshowvideosink.h:
Add a new win32 videosink. Uses the DirectShow renderers for
high-performance video rendering on win32.
Currently only supports some YUV formats.
Rank PRIMARY, since it's much more useful for the common cases that the
directdraw sink (which only does RGB).
configure.ac
sys/Makefile.am
sys/dshowvideosink/Makefile.am [new file with mode: 0644]
sys/dshowvideosink/README [new file with mode: 0644]
sys/dshowvideosink/dshowvideofakesrc.cpp [new file with mode: 0644]
sys/dshowvideosink/dshowvideofakesrc.h [new file with mode: 0644]
sys/dshowvideosink/dshowvideosink.cpp [new file with mode: 0644]
sys/dshowvideosink/dshowvideosink.h [new file with mode: 0644]