summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/directshow
Commit message (Expand)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-1837-8144/+0
* Fix crash in direct show media service with mingw and a video surface.Andrew den Exter2010-04-302-20/+8
* Fix attempted invocation of non-existent timerActivated() slot.Andrew den Exter2010-04-271-2/+2
* Remove trace code from directshowaudioendpointcontrol.h.Andrew den Exter2010-04-231-5/+0
* Fix compile errors in Direct Show media service.Andrew den Exter2010-04-162-2/+2
* QtMediaservices -> QtMediaServices.Justin McPherson2010-04-1611-75/+75
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-1512-77/+77
* Don't fill the video widget borders or background by default.Andrew den Exter2010-03-301-0/+1
* Don't specify a BottomToTop scan line direction for YUV frames.Andrew den Exter2010-03-261-6/+22
* Support expanding aspect ratio in direct show video window control.Andrew den Exter2010-03-264-30/+43
* Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode.Andrew den Exter2010-03-182-8/+8
* Pause the direct show graph when the playback rate is 0.0.Andrew den Exter2010-03-172-16/+47
* Install plugins to correct path.Justin McPherson2010-03-151-1/+1
* Make the Direct Show media service compile with a Qt namespace.Andrew den Exter2010-02-251-2/+2
* Make the Direct Show media service compile with mingw.Andrew den Exter2010-02-2510-45/+152
* Test for the existance of the Windows Media SDK in configure.Andrew den Exter2010-02-251-1/+1
* Remove all uses of __uuidof from the Direct Show media service.Andrew den Exter2010-02-2510-51/+59
* 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