summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update duration information after switching to PLAYING state.Lev Zelenskiy2012-05-111-1/+9
* When resource is lost pause the pipeline instead of stopping it.Lev Zelenskiy2012-05-111-32/+6
* Renaming audioengine overview to Positional AudioAngus Cummings2012-05-113-4/+4
* QGStreamerPlayerSession: unref pads after using them.Lev Zelenskiy2012-05-111-4/+12
* QGstreamerMetaDataProvider: fix keys not mapped properly.Lev Zelenskiy2012-05-111-1/+1
* Gst played: removed GST_SEEK_FLAG_ACCURATE flagDmytro Poplavskiy2012-05-101-2/+2
* Change timeout on qcamera capture tests to QTRY_VERIFYMithra Pattison2012-05-091-12/+6
* delete unused fileOswald Buddenhagen2012-05-091-40/+0
* fix project fileOswald Buddenhagen2012-05-091-1/+2
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-093-3/+3
* Declare and register metatypes for media encoder settings classesDmytro Poplavskiy2012-05-042-0/+18
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-0413-24/+24
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-0313-252/+1118
* Improve .gitignoreThomas McGuire2012-05-031-0/+16
* Implement QGstreamerVideoRenderer::stopRenderer()Lev Zelenskiy2012-05-032-0/+6
* Fixed typo in QMediaRecorder::Status metatype registrationDmytro Poplavskiy2012-05-021-1/+1
* Replaced QMediaRecorderControl::play/stop/pause with setStateDmytro Poplavskiy2012-05-028-46/+57
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-0212-28/+315
* Added QCamera::UnloadingStatus and StoppingStatus values.Dmytro Poplavskiy2012-05-012-0/+10
* QtMultimedia: Fix deprecation warnings.Friedemann Kleint2012-04-301-6/+6
* Fix MinGW-w64 compilationJonathan Liu2012-04-304-3/+7
* Split gstreamer plugin into smaller plugins providing fewer servicesJonas Rabbe2012-04-2758-322/+923
* QSampleCache unit test: correctly check whether sample is cached.Lev Zelenskiy2012-04-274-24/+41
* QSampleCache: Add a method to check whether a sample is cached.Lev Zelenskiy2012-04-272-1/+8
* Fix a compiler warning.Michael Goddard2012-04-271-1/+1
* Fix a possible stale pointer access if we can't connect to PulseAudio.Michael Goddard2012-04-271-2/+11
* Make sure the audio/video availability information changes atomically.Michael Goddard2012-04-271-4/+8
* Added tests for unsupported and corrupted file.bigbearzhu2012-04-273-0/+157
* Added unit test for QSampleCache.Lev Zelenskiy2012-04-255-1/+192
* Extended integration test for QSoundEffectLev Zelenskiy2012-04-253-8/+132
* Still need to count usage even when capacity is zero.Lev Zelenskiy2012-04-251-2/+1
* Do not try to complete flush operation if stream has changed.Lev Zelenskiy2012-04-252-4/+10
* Move QVideoWindowControl out of widgets.Thomas McGuire2012-04-259-40/+11
* Remove insignificant_test marker for maemo platform.Jason McDonald2012-04-241-1/+0
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-04-242-3/+1
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-2415-38/+38
* gst player: clear the buffer pool when the video sink is stoppedDmytro Poplavskiy2012-04-202-1/+10
* Link to QtAudioEngine on multimedia landing pageAngus Cummings2012-04-203-2/+47
* QVideoProbe unit test.Lev Zelenskiy2012-04-206-2/+270
* QAudioProbe unit test.Lev Zelenskiy2012-04-206-0/+274
* Disconnect probe control in case source was destroyed.Lev Zelenskiy2012-04-202-0/+16
* Adding QtAudioEngine to the landing pageAngus Cummings2012-04-201-1/+9
* Emit connection-failed signal if gst_pad_alloc_buffer fails.Lev Zelenskiy2012-04-201-37/+49
* qvideosurfacegstsink: fixed calculation of supported formats.Dmytro Poplavskiy2012-04-201-2/+19
* Added integration test for video surface backend.Lev Zelenskiy2012-04-201-7/+69
* Adjust to changed QUrl::isRelative() semantics.Michael Goddard2012-04-201-1/+11
* Add bug numbers to insignificant tests.Jason McDonald2012-04-162-2/+2
* Change Video and VideoOutput docs to mention ScreenSaverAngus Cummings2012-04-162-0/+26
* Expose the audio category information for streams.Michael Goddard2012-04-1611-4/+198
* buffer should only be available when m_buffersAvailable > 0.bigbearzhu2012-04-161-1/+1