summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/directshow/mediaplayer/directshowmediatype.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-181-205/+0
|
* Don't specify a BottomToTop scan line direction for YUV frames.Andrew den Exter2010-03-261-6/+22
| | | | | | | A positive image height is supposed to indicate BottomToTop scan line direction, but this would seem to be true for RGB formats. Reviewed-by: Dmytro Poplavskiy
* Make the Direct Show media service compile with mingw.Andrew den Exter2010-02-251-15/+19
| | | | | | | There a number of interfaces and guid constants used by the media service that aren't defined by mingw. Define these locally. Reviewed-by: Justin McPherson
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-181-1/+1
| | | | | | This reverts a7f6af9817771b8211433c8cf24fe7150c5b7bf5. The original relationship was consistent with QImage's RGB24, making the direct show RGB24 format BGR24.
* Extend the mappings between Direct Show and QVideoFrame color formats.Andrew den Exter2010-02-161-4/+31
|
* Multimedia; Add directshow backendJustin McPherson2010-01-281-0/+158