summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated declarative components to use the QML moduleJonas Rabbe2012-03-1424-61/+63
* gst video surface sink: start surface with correct handle typeDmytro Poplavskiy2012-03-142-5/+15
* Made QRadioData bind to QRadioTuner to avoid using multiple servicesJonas Rabbe2012-03-128-62/+214
* QCamera capture documentation fixesDmytro Poplavskiy2012-03-123-1/+33
* 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-0624-171/+165
* Remove unimplemented BG playback feature.Michael Goddard2012-03-059-484/+1
* Fix a few memory leaks.Michael Goddard2012-03-051-2/+6
* Fix some memory leaks.Michael Goddard2012-03-055-0/+9
* Expose availability from the backend to C++ and QML.Michael Goddard2012-03-0232-109/+563
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0228-292/+292
* Expose the audio and video encoding modes through QML as well.Michael Goddard2012-02-293-4/+100
* Don't reset saved playback position if playback resource is denied.Michael Goddard2012-02-272-1/+15
* Changes to GStreamer backend for audio decoder.Lev Zelenskiy2012-02-244-21/+124
* Changes to QAudioBuffer and QAudioDecoder (position and duration).Lev Zelenskiy2012-02-246-19/+131
* Don't use QT_ARCH to detect ARM or OpenGL ES 2 on ARMBradley T. Hughes2012-02-222-2/+2
* Docs: fix qml links and standalone build for MultimediaPeter Yard2012-02-2215-288/+303
* clean up qmake-generated projectsOswald Buddenhagen2012-02-223-3/+0
* Update audioengine overview doc & reference docLing Hu2012-02-218-89/+89
* Fix a few audiodecoder things.Michael Goddard2012-02-214-77/+107
* Fix QAudioBuffer sampleCount vs. channelCount.Michael Goddard2012-02-211-5/+7
* Add the hasAudio/hasVideo properties from MediaPlayer to Video.Michael Goddard2012-02-172-0/+16
* GStreamer backend for audio decoder service.Lev Zelenskiy2012-02-175-74/+247
* Added QAudioDecoderControl::sourceChanged signal.Lev Zelenskiy2012-02-173-0/+10
* Add a partial gstreamer based audio decoder service.Michael Goddard2012-02-1712-11/+916
* Use a PA function to compare specs instead of memcmp.Michael Goddard2012-02-171-1/+1
* Add Video_4.qml to the packaging.Michael Goddard2012-02-171-1/+1
* QMediaRecorder: GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-163-0/+113
* GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-1612-14/+695
* Fix some compiler warnings.Michael Goddard2012-02-146-21/+14
* Tweak some more documentation.Michael Goddard2012-02-147-143/+106
* Documentation updates for declarative camera elements.Michael Goddard2012-02-137-38/+358
* Fixed gst bus helper when qt build without glib supportDmytro Poplavskiy2012-02-101-92/+39
* 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-099-11/+31
* Updated documentation for the QAudioRecorder classJonas Rabbe2012-02-091-3/+16
* Add the audio decoder variant of QMediaPlayer.Michael Goddard2012-02-087-3/+971
* Fixed possible dependency problem in the qmake structureJonas Rabbe2012-02-081-1/+7
* Added loading of video node factories from pluginsJonas Rabbe2012-02-0812-11/+180
* API changes to QML element MediaPlayer aka AudioAngus Cummings2012-02-0813-203/+1971
* Add exports for probe classes.Michael Goddard2012-02-074-4/+4
* Updated declarative camera image processing with C++ API changesDmytro Poplavskiy2012-02-072-41/+42
* Updated declarative camera recorder with C++ API changes.Dmytro Poplavskiy2012-02-072-12/+46
* Expose capture request id in the declarative camera.Dmytro Poplavskiy2012-02-072-28/+34
* 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-0618-201/+207
* Changes to QMediaPlayer GStreamer backend to allow setPosition before pauseLev Zelenskiy2012-02-063-6/+74