summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid string-based, dynamic lookup of signalsKent Hansen2012-06-052-24/+24
* add multimediawidgets before gsttools to SUBDIRSOswald Buddenhagen2012-06-011-7/+7
* ensure important docs are built by the automated publisherAngus Cummings2012-06-014-1/+9
* Fixing doc errors in MediaPlayer and CameraFlashAngus Cummings2012-06-012-77/+678
* Add gstreamer.json to OTHER_FILESJohannes Zellner2012-06-011-0/+2
* Fixed not initialized QVideoFrame mappedCount memberDmytro Poplavskiy2012-05-301-0/+1
* Release string after gst_cap_to_string is called.bigbearzhu2012-05-281-1/+4
* Made pulsedevices high priority than oss for recordingLing Hu2012-05-251-1/+1
* Replaced camera viewfinder resolution control with settings controlDmytro Poplavskiy2012-05-224-122/+158
* Fix compilation when appsrc is not available.Johannes Zellner2012-05-211-0/+4
* Added custom parameters to Audio/Video/ImageEncodingSettingsDmytro Poplavskiy2012-05-182-6/+185
* Added missing QDeclarativeCamera::CaptureViewfinder enum valueDmytro Poplavskiy2012-05-182-0/+4
* Fixed typo in QCamera::Status documentationDmytro Poplavskiy2012-05-181-1/+1
* QML VideoOutput: don't keep video frames for more than necessaryDmytro Poplavskiy2012-05-162-17/+31
* Expose camera status to QML Camera elementDmytro Poplavskiy2012-05-162-0/+75
* Very minor C++ doc changesAngus Cummings2012-05-167-18/+18
* Minor doc fixes for QMLAngus Cummings2012-05-1623-213/+285
* Gst backend: allow rendering other video buffers than allocatedDmytro Poplavskiy2012-05-143-10/+10
* Fixed QML Camera errors reportingDmytro Poplavskiy2012-05-142-8/+27
* Improved QDeclarativeCameraRecorder errors reportingDmytro Poplavskiy2012-05-142-6/+35
* Added QMediaRecorder::OutOfSpaceError error codeDmytro Poplavskiy2012-05-142-1/+3
* GStreamer player session: remove code for old playbin.Lev Zelenskiy2012-05-142-148/+50
* QAudioOutput: low-latency related changes.Lev Zelenskiy2012-05-142-15/+40
* Don't use QtDeclarative compat moduleKent Hansen2012-05-143-3/+3
* 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
* 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
* 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-048-18/+18
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-039-252/+805
* 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-027-46/+41
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-0210-24/+274
* 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: 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
* 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-255-8/+9
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-04-242-3/+1
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-247-22/+22