summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/directshow
Commit message (Expand)AuthorAgeFilesLines
* Remove active qDebugs.Justin McPherson2010-02-232-5/+1
* Complete namespace move; QtMedia -> QtMultimediaJustin McPherson2010-02-191-9/+9
* Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-192-52/+52
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-181-1/+1
* Use the IPropertyBag interface to get audio device names.Andrew den Exter2010-02-181-1/+15
* Extend the mappings between Direct Show and QVideoFrame color formats.Andrew den Exter2010-02-161-4/+31
* Fix corruption of Direct Show event queue.Andrew den Exter2010-02-121-2/+3
* Emit positionChanged signals whenever playback is interrupted.Andrew den Exter2010-02-124-18/+94
* Fix incorrect buffer size calculation.Andrew den Exter2010-02-111-2/+2
* Add support for reading from resource files to Direct Show media serviceAndrew den Exter2010-02-113-9/+65
* Don't call free() on 'this' in DirectShowMediaType.Andrew den Exter2010-02-111-2/+2
* Emit an error if given a QIODevice that is unusable.Andrew den Exter2010-02-104-40/+69
* Fix stall in graph when removing video and audio outputs.Andrew den Exter2010-02-082-19/+89
* Enable building the Direct Show plugin without the Window Media SDK.Andrew den Exter2010-02-034-4/+38
* Share a single instance of DirectShowEventLoop between services.Andrew den Exter2010-02-032-11/+13
* Compile fix for DirectShowEventLoop.Andrew den Exter2010-02-031-1/+1
* Handle graph events in the service thread rather than the gui thread.Andrew den Exter2010-02-032-233/+201
* Send an EC_COMPLETE event from the video surface filter on end of streamAndrew den Exter2010-02-033-3/+49
* Compile fix for DirectShowAudioEndpointControl.Andrew den Exter2010-02-032-6/+11
* Compile fix for Direct Show media service plug-in.Andrew den Exter2010-02-031-1/+0
* Multimedia; Add directshow backendJustin McPherson2010-01-2837-0/+7662