platform/upstream/qtmultimedia.git
2012-06-25 Oswald Buddenhagenswitch to new-style configure tests
2012-06-25 Oswald Buddenhagenauto-generate module pris
2012-06-25 Mithra PattisonAdd default initialisation to various multimedia classes
2012-06-25 Ling HuFixed some crash with WMF backend
2012-06-25 Toby TomkinsFix namespace compilation.
2012-06-25 Michael GoddardAdd a few things to the .gitignore file.
2012-06-25 Michael GoddardAdd the QtBase/lib directory as a library path, not...
2012-06-20 Michael GoddardFix QAudioOutput volume on OSX.
2012-06-20 Mithra PattisonFix target executable name in audiooutput example
2012-06-20 Michael GoddardRemove the USE_COCOA #ifdef, it's always defined now.
2012-06-20 Ling HuEnabled wmf plugin on Windows again
2012-06-19 Maurice Kalinowskifix volume handling on Windows
2012-06-19 Thiago MacieiraQIODevice* is used, but QIODevice was never declared
2012-06-15 Michael GoddardFix a number of other qdoc issues.
2012-06-15 Michael GoddardTweak the controls documentation.
2012-06-14 Michael GoddardReplace a writable position() property with a seek...
2012-06-14 Angus CummingsUpdating brief layout of QML types
2012-06-14 Angus CummingsMore doc things
2012-06-14 Alan AlpertUpdate folderlistmodel import to version 2
2012-06-13 Simon HausmannFix build on Windows with new qdatetime.h that doesn...
2012-06-13 Michael GoddardReduce the usage of QAbstractVideoBufferPrivate.
2012-06-13 Michael GoddardClarify documentation about QAudioDecoder::read and...
2012-06-13 Angus CummingsRenaming StopppedState to StoppedState
2012-06-12 Ling HuEnable auto resume of playback for gstreamer mediaplayer
2012-06-12 Angus CummingsAdding qdoc workaround to all control classes
2012-06-08 Michael GoddardRemove the legacy QML API.
2012-06-08 Angus CummingsFixing some doc errors for overview
2012-06-07 Kent HansenFix compilation without QtWidgets and QtOpenGL on Mac
2012-06-07 Kent HansenDon't use QtWidgets/QApplication in autotests
2012-06-07 Dmytro PoplavskiyAdded QAbstractVideoBuffer::release virtual method
2012-06-07 Dmytro PoplavskiyRemoved encoding options from Audio/Video encoding...
2012-06-07 Michael GoddardA number of documentation fixes.
2012-06-07 Michael GoddardClarify the metadata functionality of QMediaPlayer.
2012-06-07 Michael GoddardQVideoWindowControl moved to QtMultimedia, fix docs.
2012-06-07 Stephen KellyUse QPointer instead of QWeakPointer to track QObjects.
2012-06-05 Lars KnollRemove the last remainders of the old plugin system
2012-06-05 Michael GoddardCall the base QQuickItem geometryChanged function in...
2012-06-05 Kent HansenAvoid string-based, dynamic lookup of signals
2012-06-01 Oswald Buddenhagenadd multimediawidgets before gsttools to SUBDIRS
2012-06-01 Angus Cummingsensure important docs are built by the automated publisher
2012-06-01 Angus CummingsRenaming the QML overview page
2012-06-01 Angus CummingsFixing doc errors in MediaPlayer and CameraFlash
2012-05-31 Johannes ZellnerAdd gstreamer.json to OTHER_FILES
2012-05-30 Dmytro PoplavskiyFixed not initialized QVideoFrame mappedCount member
2012-05-28 bigbearzhuRelease string after gst_cap_to_string is called.
2012-05-25 Ling HuMade pulsedevices high priority than oss for recording
2012-05-22 Dmytro PoplavskiyReplaced camera viewfinder resolution control with...
2012-05-21 Angus CummingsReordering audio overview doc
2012-05-21 Johannes ZellnerFix compilation when appsrc is not available.
2012-05-18 Dmytro PoplavskiyAdded custom parameters to Audio/Video/ImageEncodingSet...
2012-05-18 Dmytro PoplavskiyAdded missing QDeclarativeCamera::CaptureViewfinder...
2012-05-18 Dmytro PoplavskiyFixed typo in QCamera::Status documentation
2012-05-16 Dmytro PoplavskiyQML VideoOutput: don't keep video frames for more than...
2012-05-16 Dmytro PoplavskiyExpose camera status to QML Camera element
2012-05-16 Angus CummingsVery minor C++ doc changes
2012-05-16 Angus CummingsMinor doc fixes for QML
2012-05-14 Dmytro PoplavskiyGst backend: allow rendering other video buffers than...
2012-05-14 Dmytro PoplavskiyFixed QML Camera errors reporting
2012-05-14 Dmytro PoplavskiyImproved QDeclarativeCameraRecorder errors reporting
2012-05-14 Dmytro PoplavskiyAdded QMediaRecorder::OutOfSpaceError error code
2012-05-14 Lev ZelenskiyGStreamer player session: remove code for old playbin.
2012-05-14 Lev ZelenskiyQAudioOutput: low-latency related changes.
2012-05-14 Kent HansenDon't use QtDeclarative compat module
2012-05-11 Lev ZelenskiyUpdate duration information after switching to PLAYING...
2012-05-11 Lev ZelenskiyWhen resource is lost pause the pipeline instead of...
2012-05-11 Angus CummingsRenaming audioengine overview to Positional Audio
2012-05-11 Lev ZelenskiyQGStreamerPlayerSession: unref pads after using them.
2012-05-11 Lev ZelenskiyQGstreamerMetaDataProvider: fix keys not mapped properly.
2012-05-10 Dmytro PoplavskiyGst played: removed GST_SEEK_FLAG_ACCURATE flag
2012-05-09 Mithra PattisonChange timeout on qcamera capture tests to QTRY_VERIFY
2012-05-08 Oswald Buddenhagendelete unused file
2012-05-08 Oswald Buddenhagenfix project file
2012-05-08 Girish RamakrishnanAdapt to _qpa file rename in qtbase.
2012-05-04 Dmytro PoplavskiyDeclare and register metatypes for media encoder settin...
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-05-03 Thomas McGuireSupport QVideoWindowControl in the QtQuick Video element.
2012-05-03 Thomas McGuireImprove .gitignore
2012-05-03 Lev ZelenskiyImplement QGstreamerVideoRenderer::stopRenderer()
2012-05-02 Dmytro PoplavskiyFixed typo in QMediaRecorder::Status metatype registration
2012-05-02 Dmytro PoplavskiyReplaced QMediaRecorderControl::play/stop/pause with...
2012-05-02 Dmytro PoplavskiyAdded QMediaRecorder::status property
2012-05-01 Dmytro PoplavskiyAdded QCamera::UnloadingStatus and StoppingStatus values.
2012-04-30 Friedemann... QtMultimedia: Fix deprecation warnings.
2012-04-30 Jonathan LiuFix MinGW-w64 compilation
2012-04-27 Jonas RabbeSplit gstreamer plugin into smaller plugins providing...
2012-04-27 Lev ZelenskiyQSampleCache unit test: correctly check whether sample...
2012-04-27 Lev ZelenskiyQSampleCache: Add a method to check whether a sample...
2012-04-27 Michael GoddardFix a compiler warning.
2012-04-27 Michael GoddardFix a possible stale pointer access if we can't connect...
2012-04-27 Michael GoddardMake sure the audio/video availability information...
2012-04-26 bigbearzhuAdded tests for unsupported and corrupted file.
2012-04-25 Lev ZelenskiyAdded unit test for QSampleCache.
2012-04-25 Lev ZelenskiyExtended integration test for QSoundEffect
2012-04-25 Lev ZelenskiyStill need to count usage even when capacity is zero.
2012-04-25 Lev ZelenskiyDo not try to complete flush operation if stream has...
2012-04-25 Thomas McGuireMove QVideoWindowControl out of widgets.
2012-04-24 Jason McDonaldRemove insignificant_test marker for maemo platform.
2012-04-24 Friedemann... QtMultimedia: Fix compiler warnings.
2012-04-24 Friedemann... Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65...
2012-04-20 Dmytro Poplavskiygst player: clear the buffer pool when the video sink...
next