summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved general gstreamer helper classes into separate library.Jonas Rabbe2011-10-1234-75/+208
* Rename the parsing error signal to parsingError.Michael Goddard2011-10-113-15/+21
* Fix the wavedecoder a little.Michael Goddard2011-10-112-30/+102
* bail out in case of missing descriptorshawcroft2011-10-101-3/+4
* Improve video test coverage and debugging output.Michael Goddard2011-10-076-114/+137
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-07267-2650/+952
* Add a new servicename for background mediaplayerLing Hu2011-09-301-0/+7
* Update background audio element to use new service nameLing Hu2011-09-303-4/+6
* Add QAudioOutput volume API and pulseaudio backend implementation.hawcroft2011-09-286-1/+93
* Fakeradio: emit signal when scanning abortedJonas Rabbe2011-09-271-1/+4
* Gst player backend: don't show the first frame when resuming playback.Dmytro Poplavskiy2011-09-274-3/+55
* Needs widgets module to build.hawcroft2011-09-271-1/+1
* Fix a few QT_BEGIN/END_HEADER pairs.Michael Goddard2011-09-274-2/+12
* Remove QApplication usage - it's in QCoreApplication.Michael Goddard2011-09-261-2/+1
* Move the backend specific documentation into a nicer place.Michael Goddard2011-09-2628-29/+29
* Fix a playback bug for mediaplayer windows media foundation backendLing Hu2011-09-263-5/+14
* Fixed a typo in the WMF backend which caused a compilation failureGareth Stockwell2011-09-261-2/+1
* fix a spelling errorLing Hu2011-09-261-1/+1
* Merge branch 'camera' of ssh://codereview.qt-project.org:29418/qt/qtmultimedi...Michael Goddard2011-09-2616-963/+2322
|\
| * QML Camera element redesign.Dmytro Poplavskiy2011-09-1216-960/+2320
* | Move resource policy usage to a config test.Michael Goddard2011-09-263-9/+6
* | Clean some doc warnings.Michael Goddard2011-09-2211-57/+1
* | Add QT_BEGIN/END_HEADER things, plus QT_MODULE thing.Michael Goddard2011-09-22101-2/+672
* | Remove older QGLContext calls in favour of new QOpenGLContext.Michael Goddard2011-09-222-2/+5
* | Don't re-set default properties in MediaBase::componentCompleteLing Hu2011-09-201-3/+6
* | Camerabin backend: fixed compilation without X11Dmytro Poplavskiy2011-09-171-0/+3
* | Compile with refactorGunnar Sletta2011-09-1724-27/+26
* | Build fix after refactorLasse Holmstedt2011-09-1313-14/+15
* | Silly defs file error.Michael Goddard2011-09-061-1/+1
* | Fix some compiler warnings.Michael Goddard2011-09-0512-15/+32
* | Add background audio element.Ling Hu2011-09-026-5/+244
* | Add QMediaBackgroundPlaybackControl interfaceLing Hu2011-09-025-3/+233
* | Added tune up and down methods, and changed name of scan methods.Jonas Rabbe2011-09-012-6/+22
* | Merge branch 'radio' into 'master'Jonas Rabbe2011-08-3113-3/+1148
|\ \
| * | Added QML API for getting the limits for a specific radio band.Jonas Rabbe2011-08-302-5/+21
| * | Introduction of fake radio backend to enable testing the radio APIsJonas Rabbe2011-08-269-2/+773
| * | Added first implementation of declarative radio elementJonas Rabbe2011-08-174-0/+359
* | | Merge branch 'camera' of git://scm.dev.nokia.troll.no/qt/qtmultimediakitMichael Goddard2011-08-3051-966/+2067
|\ \ \ | | |/ | |/|
| * | Fixed crash when QCameraImageCapture is deleted before QMediaRecorder.Dmytro Poplavskiy2011-08-262-0/+14
| * | Fixed crash when QMediaObject is deleted before QMediaRecorder.Dmytro Poplavskiy2011-08-261-1/+6
| * | Dropped Incandescent white balance mode.Dmytro Poplavskiy2011-08-252-4/+2
| * | Ported gstreamer camera backend from camerabin to camerabin2.Dmytro Poplavskiy2011-08-2419-795/+608
| * | Initial implementation of QML2 VideoOutput elementDmytro Poplavskiy2011-08-1112-2/+1227
| * | Gstreamer media backend cleanup.Dmytro Poplavskiy2011-08-0520-164/+210
| |/
* | Try to move widget/gvitem code into new QtMultimediaKitWidgets lib.Michael Goddard2011-08-2530-58/+196
* | Replace outdated license headers.Jason McDonald2011-08-0520-342/+346
|/
* Fixed compile error on Mac OS X Lion, missing include statement.Jonas Rabbe2011-08-044-7/+13
* Add Windows Media Foundation backend for QMediaPlayerMichael Goddard2011-07-2525-1/+6744
* Gst backend: Fixed deadlock when pipeline is stopped during prerolling.Dmytro Poplavskiy2011-07-252-7/+27
* Add some debug output in QMediaPlayer gstreamer backend for convenienceLing Hu2011-07-251-0/+53