summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Minor improvements on resource-policy interfacesLing Hu2012-03-264-6/+15
* Rename the daemon global static to pulseDaemonThiago Macieira2012-03-251-15/+15
* Added resource policy support though internal plugin systemLing Hu2012-03-237-1/+463
* resolving some warnings in qtmultimedia docsAngus Cummings2012-03-223-10/+10
* Added VideoLight camera flash mode.Dmytro Poplavskiy2012-03-222-4/+8
* QMediaPlaylist: Added ability to load from provided QNetworkRequest.Lev Zelenskiy2012-03-219-23/+39
* QMediaPlayer frontend: changes to playlist support.Lev Zelenskiy2012-03-217-389/+346
* New playlist parsers to support network playlists.Lev Zelenskiy2012-03-214-0/+1075
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-2074-116/+116
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-2012-455/+88
* gst video surface sink: start surface with correct handle typeDmytro Poplavskiy2012-03-141-1/+3
* Made QRadioData bind to QRadioTuner to avoid using multiple servicesJonas Rabbe2012-03-124-35/+161
* QCamera capture documentation fixesDmytro Poplavskiy2012-03-122-1/+23
* Added playlist property to QMediaContentLev Zelenskiy2012-03-122-6/+62
* Don't request renderer control if null surface is set as video output.Dmytro Poplavskiy2012-03-122-2/+16
* Move most of playlist API to private.Lev Zelenskiy2012-03-0618-165/+159
* Remove unimplemented BG playback feature.Michael Goddard2012-03-055-240/+1
* Fix some memory leaks.Michael Goddard2012-03-055-0/+9
* Expose availability from the backend to C++ and QML.Michael Goddard2012-03-0221-95/+317
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-024-22/+22
* Expose the audio and video encoding modes through QML as well.Michael Goddard2012-02-291-4/+7
* Changes to QAudioBuffer and QAudioDecoder (position and duration).Lev Zelenskiy2012-02-246-19/+131
* Docs: fix qml links and standalone build for MultimediaPeter Yard2012-02-221-16/+17
* Fix QAudioBuffer sampleCount vs. channelCount.Michael Goddard2012-02-211-5/+7
* GStreamer backend for audio decoder service.Lev Zelenskiy2012-02-171-0/+2
* Added QAudioDecoderControl::sourceChanged signal.Lev Zelenskiy2012-02-173-0/+10
* Use a PA function to compare specs instead of memcmp.Michael Goddard2012-02-171-1/+1
* GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-162-0/+3
* Changes to media probing API.Lev Zelenskiy2012-02-108-2/+56
* Added location specific metadata keys.Dmytro Poplavskiy2012-02-092-0/+76
* Add some recent things to the overview docs.Michael Goddard2012-02-091-2/+4
* Updated documentation for the QAudioRecorder classJonas Rabbe2012-02-091-3/+16
* Add the audio decoder variant of QMediaPlayer.Michael Goddard2012-02-087-3/+971
* Added loading of video node factories from pluginsJonas Rabbe2012-02-082-0/+180
* Add exports for probe classes.Michael Goddard2012-02-074-4/+4
* Add some media probing API.Michael Goddard2012-02-0711-6/+906
* Add a QAudioBuffer class.Michael Goddard2012-02-064-1/+692
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-0611-194/+200
* Changes to QMediaPlayer GStreamer backend to allow setPosition before pauseLev Zelenskiy2012-02-061-0/+7
* Documentation tweaks.Michael Goddard2012-02-065-2/+10
* QMediaPlayer::setPosition: do not check isSeekable and do not bound by durationLev Zelenskiy2012-02-061-2/+2
* Fix some warnings.Michael Goddard2012-02-062-2/+4
* Add AudioEngine with new implementationLing Hu2012-02-062-5/+44
* Changed plugin loader to try unloading plugin if unusedJonas Rabbe2012-02-061-1/+1
* Added metaDataChanged(key,value) signal to metadata controls.Dmytro Poplavskiy2012-02-068-0/+52
* Remove QMediaImageViewer (SC break).Michael Goddard2012-02-037-1358/+1
* Changed QCameraFocus::focusMode type to QFlags based FocusModesDmytro Poplavskiy2012-02-024-17/+17
* QCameraImageProcessingControl API fixesDmytro Poplavskiy2012-02-024-170/+140
* Added QMediaRecorder::actualLocation propertyDmytro Poplavskiy2012-02-015-1/+56
* Split QMediaRecorder::setEncodingSettings to separate setters.Dmytro Poplavskiy2012-02-015-33/+142