summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/directshow/mediaplayer/directshowplayerservice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-181-1410/+0
|
* QtMediaservices -> QtMediaServices.Justin McPherson2010-04-161-1/+1
| | | | Reviewed-by: Dmytro Poplavskiy
* 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
| | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy
* Pause the direct show graph when the playback rate is 0.0.Andrew den Exter2010-03-171-15/+46
| | | | Reviewed-by: Justin McPherson
* Make the Direct Show media service compile with mingw.Andrew den Exter2010-02-251-19/+36
| | | | | | | 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
* Remove all uses of __uuidof from the Direct Show media service.Andrew den Exter2010-02-251-25/+28
| | | | | | It's unnecessary and not supported on all compilers. Reviewed-by: Justin McPherson
* Emit positionChanged signals whenever playback is interrupted.Andrew den Exter2010-02-121-15/+73
| | | | | | When stopped, paused, at the end of media, and after a seek. This prevents progress bars stopping just short of the end because the last timed progress updates was 300ms before the end of playback.
* 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
| | | | Where unusable is not readable or sequential.
* Fix stall in graph when removing video and audio outputs.Andrew den Exter2010-02-081-19/+88
| | | | | | | Must remove the decoder as well as the output otherwise the graph wont be able to resume because a disconnected decoder cant. And the graph must be stopped to connect a new output.
* 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
| | | | | This makes the service thread responsible for the last of the graph manipulation and state update tasks.
* Multimedia; Add directshow backendJustin McPherson2010-01-281-0/+1235