platform/upstream/qtmultimedia.git
2012-03-12 Gareth StockwellUpdated qmlvideofx to use MediaPlayer.autoPlay instead...
2012-03-12 Kalle Juhani... Update Qt Multimedia tests to use TESTDATA
2012-03-12 Lev ZelenskiyAdded playlist property to QMediaContent
2012-03-12 Dmytro PoplavskiyDon't request renderer control if null surface is set...
2012-03-06 Lev ZelenskiyMove most of playlist API to private.
2012-03-05 Michael GoddardRemove unimplemented BG playback feature.
2012-03-05 Michael GoddardFix a few memory leaks.
2012-03-05 Sergio AhumadaRemove pin of qtbase for qtmultimedia.
2012-03-05 Michael GoddardFix some memory leaks.
2012-03-02 Sergio AhumadaChange bugreports.qt.nokia.com -> bugreports.qt-project.org
2012-03-02 Michael GoddardExpose availability from the backend to C++ and QML.
2012-03-02 Casper van... Remove the usage of deprecated qdoc macros.
2012-03-02 Michael GoddardPin QtBase SHA1 until it's fixed.
2012-02-29 Michael GoddardExpose the audio and video encoding modes through QML...
2012-02-27 Lev ZelenskiyAudio decoder example.
2012-02-27 Michael GoddardDon't reset saved playback position if playback resourc...
2012-02-24 Lev ZelenskiyAudio recorder example updated to display level using...
2012-02-24 Lev ZelenskiyVideo player example updated to display histogram using...
2012-02-24 Lev ZelenskiyChanges to GStreamer backend for audio decoder.
2012-02-24 Lev ZelenskiyChanges to QAudioBuffer and QAudioDecoder (position...
2012-02-22 Bradley T.... Don't use QT_ARCH to detect ARM or OpenGL ES 2 on ARM
2012-02-22 Peter YardDocs: fix qml links and standalone build for Multimedia
2012-02-21 Oswald Buddenhagenclean up qmake-generated projects
2012-02-21 Ling HuUpdate audioengine overview doc & reference doc
2012-02-21 Michael GoddardFix a few audiodecoder things.
2012-02-21 Michael GoddardFix QAudioBuffer sampleCount vs. channelCount.
2012-02-17 Michael GoddardAdd the hasAudio/hasVideo properties from MediaPlayer...
2012-02-17 Lev ZelenskiyGStreamer backend for audio decoder service.
2012-02-17 Lev ZelenskiyAdded QAudioDecoderControl::sourceChanged signal.
2012-02-17 Michael GoddardAdd a partial gstreamer based audio decoder service.
2012-02-17 Michael GoddardUse QTESTFINDDATA to FIND TEST DATA.
2012-02-17 Michael GoddardUse a PA function to compare specs instead of memcmp.
2012-02-17 Michael GoddardAdd Video_4.qml to the packaging.
2012-02-16 Lev ZelenskiyQMediaRecorder: GStreamer backend changes for media...
2012-02-16 Lev ZelenskiyGStreamer backend changes for media probing API.
2012-02-14 Michael GoddardFix some compiler warnings.
2012-02-14 Michael GoddardTweak some more documentation.
2012-02-14 Jonas RabbeUpdated audio recorder example with screenshot and...
2012-02-13 Michael GoddardDocumentation updates for declarative camera elements.
2012-02-13 Jason McDonaldRemove duplicates definitions of QTRY_VERIFY and QTRY_C...
2012-02-13 Gareth StockwellFix shader file loading in qmlvideofx example
2012-02-13 Gareth StockwellDisable flicking of qmlvideofx example parameter panel
2012-02-13 Gareth StockwellImprove usability of qmlvideofx example on small touchs...
2012-02-10 Dmytro PoplavskiyFixed gst bus helper when qt build without glib support
2012-02-09 Lev ZelenskiyChanges to media probing API.
2012-02-09 Dmytro PoplavskiyAdded location specific metadata keys.
2012-02-09 dakovaciMoved camera tests
2012-02-09 Michael GoddardAdd some recent things to the overview docs.
2012-02-09 Jonas RabbeUpdated documentation for the QAudioRecorder class
2012-02-08 Gareth StockwellFixed 'magnify' shader in qmlvideofx example
2012-02-08 Gareth StockwellEnable qmlvideofx window to be resized, when large...
2012-02-08 Gareth StockwellTidy up frame rate display in video examples
2012-02-08 Gareth StockwellTidy up file browsing in video examples
2012-02-08 Michael GoddardAdd the audio decoder variant of QMediaPlayer.
2012-02-08 Jonas RabbeFixed possible dependency problem in the qmake structure
2012-02-08 Michael GoddardRemove some more QTest::qWait(10) calls.
2012-02-08 Jonas RabbeAdded loading of video node factories from plugins
2012-02-08 Angus CummingsAPI changes to QML element MediaPlayer aka Audio
2012-02-07 Michael GoddardAdd exports for probe classes.
2012-02-07 Dmytro PoplavskiyUpdated declarative camera image processing with C...
2012-02-07 Dmytro PoplavskiyUpdated declarative camera recorder with C++ API changes.
2012-02-07 Dmytro PoplavskiyExpose capture request id in the declarative camera.
2012-02-07 Michael GoddardAdd some media probing API.
2012-02-07 Dmytro Poplavskiytst_qmediaplayerbackend: try to load test file from...
2012-02-06 Michael GoddardAdd a QAudioBuffer class.
2012-02-06 Dmytro PoplavskiyMoved QMediaServiceProvider to private header.
2012-02-06 Lev ZelenskiyChanges to QMediaPlayer GStreamer backend to allow...
2012-02-06 Lev ZelenskiyGst player backend: fixed prerolled frames rendering
2012-02-06 Michael GoddardDocumentation tweaks.
2012-02-06 Lev ZelenskiyQMediaPlayer::setPosition: do not check isSeekable...
2012-02-06 Michael GoddardFix some warnings.
2012-02-06 Ling HuAdd AudioEngine with new implementation
2012-02-06 Jonas RabbeChanged plugin loader to try unloading plugin if unused
2012-02-06 Dmytro PoplavskiyRemoved QFlags from declarative camera properties.
2012-02-06 Dmytro PoplavskiyAdded metaDataChanged(key,value) signal to metadata...
2012-02-06 Dmytro PoplavskiyMade camera unit tests more stable
2012-02-03 Michael GoddardRemove QMediaImageViewer (SC break).
2012-02-02 Peter YardFix up various doc issues.
2012-02-02 Dmytro PoplavskiyChanged QCameraFocus::focusMode type to QFlags based...
2012-02-02 Dmytro PoplavskiyQCameraImageProcessingControl API fixes
2012-02-01 Michael GoddardAdd a file documenting what has changed from previous...
2012-02-01 Michael GoddardRename multimediaoverview.qdoc to multimedia.qdoc.
2012-02-01 Dmytro PoplavskiyAdded QMediaRecorder::actualLocation property
2012-02-01 Dmytro PoplavskiyAdded more encoding settings to declarative camera...
2012-02-01 Dmytro PoplavskiySplit QMediaRecorder::setEncodingSettings to separate...
2012-01-30 Jonas RabbeAdded antennaConnected property to QRadioTuner and...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Dmytro PoplavskiyMoved zoom related properties out of QCameraFocusControl
2012-01-27 Michael GoddardAdd a viewfinder resolution control for camera.
2012-01-27 Michael GoddardFix some surface assignment errors.
2012-01-27 Michael GoddardAdd a rendered and content rectangle properties to...
2012-01-25 Michael GoddardAdd a volume (gain) property to QAudioInput.
2012-01-25 Alan AlpertUpdate in line with recent QWindow API change
2012-01-25 Dmytro PoplavskiyQCameraExposure API refactoring
2012-01-25 Michael GoddardFix some static analysis defects.
2012-01-25 Michael GoddardAdd a feedback control for Camera.
2012-01-24 Ling HuFix header changes for wmf
2012-01-24 Dmytro PoplavskiyRemoved QMediaServiceProvider parameter from media...
2012-01-24 Ling HuDisable wmf for now
2012-01-23 Dmytro PoplavskiyDisabled CameraBin2 based camera backend.
next