Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed mediaservices. | Kurt Korbatits | 2010-05-18 | 1 | -1410/+0 |
| | |||||
* | QtMediaservices -> QtMediaServices. | Justin McPherson | 2010-04-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Dmytro Poplavskiy | ||||
* | Create Mediaservices lib, separate from Multimedia. | Justin McPherson | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Support expanding aspect ratio in direct show video window control. | Andrew den Exter | 2010-03-26 | 1 | -0/+7 |
| | | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy | ||||
* | Pause the direct show graph when the playback rate is 0.0. | Andrew den Exter | 2010-03-17 | 1 | -15/+46 |
| | | | | Reviewed-by: Justin McPherson | ||||
* | Make the Direct Show media service compile with mingw. | Andrew den Exter | 2010-02-25 | 1 | -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 Exter | 2010-02-25 | 1 | -25/+28 |
| | | | | | | It's unnecessary and not supported on all compilers. Reviewed-by: Justin McPherson | ||||
* | Emit positionChanged signals whenever playback is interrupted. | Andrew den Exter | 2010-02-12 | 1 | -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 service | Andrew den Exter | 2010-02-11 | 1 | -1/+9 |
| | |||||
* | Emit an error if given a QIODevice that is unusable. | Andrew den Exter | 2010-02-10 | 1 | -11/+23 |
| | | | | Where unusable is not readable or sequential. | ||||
* | Fix stall in graph when removing video and audio outputs. | Andrew den Exter | 2010-02-08 | 1 | -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 Exter | 2010-02-03 | 1 | -0/+8 |
| | |||||
* | Share a single instance of DirectShowEventLoop between services. | Andrew den Exter | 2010-02-03 | 1 | -10/+12 |
| | |||||
* | Handle graph events in the service thread rather than the gui thread. | Andrew den Exter | 2010-02-03 | 1 | -211/+171 |
| | | | | | This makes the service thread responsible for the last of the graph manipulation and state update tasks. | ||||
* | Multimedia; Add directshow backend | Justin McPherson | 2010-01-28 | 1 | -0/+1235 |