summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/directshow/mediaplayer/directshowplayerservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-181-1410/+0
* QtMediaservices -> QtMediaServices.Justin McPherson2010-04-161-1/+1
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-1/+1
* Support expanding aspect ratio in direct show video window control.Andrew den Exter2010-03-261-0/+7
* Pause the direct show graph when the playback rate is 0.0.Andrew den Exter2010-03-171-15/+46
* Make the Direct Show media service compile with mingw.Andrew den Exter2010-02-251-19/+36
* Remove all uses of __uuidof from the Direct Show media service.Andrew den Exter2010-02-251-25/+28
* Emit positionChanged signals whenever playback is interrupted.Andrew den Exter2010-02-121-15/+73
* Add support for reading from resource files to Direct Show media serviceAndrew den Exter2010-02-111-1/+9
* Emit an error if given a QIODevice that is unusable.Andrew den Exter2010-02-101-11/+23
* Fix stall in graph when removing video and audio outputs.Andrew den Exter2010-02-081-19/+88
* Enable building the Direct Show plugin without the Window Media SDK.Andrew den Exter2010-02-031-0/+8
* Share a single instance of DirectShowEventLoop between services.Andrew den Exter2010-02-031-10/+12
* Handle graph events in the service thread rather than the gui thread.Andrew den Exter2010-02-031-211/+171
* Multimedia; Add directshow backendJustin McPherson2010-01-281-0/+1235