platform/upstream/qtmultimedia.git
2014-04-09 Yoann LopesFix some MediaPlayer properties returning wrong values.
2014-04-09 Yoann LopesWMF: improve changing playback rate on a media player.
2014-04-09 Yoann LopesGStreamer: correctly get metadata from live sources.
2014-04-08 Yoann LopesWMF: more reliable video seeking.
2014-04-07 Christian StrømmeAndroid: Fix QtMediaRecorder
2014-04-07 Christian StrømmeAndroid: Use androidSdkVersion() to get the API level.
2014-04-07 Christian StrømmeAndroid: Remove inheritance to QJNIObject in the Camera...
2014-04-07 Christian StrømmeAndroid: Fix MediaRecorder wrapper
2014-04-07 Yoann LopesWMF: don't return undefined value in Release() function.
2014-04-07 Yoann LopesWMF: support playback rate in our custom video sink.
2014-04-07 Fabian BumbergerQNX: Fix MediaPlayer states handling
2014-04-07 Thiago MacieiraTell glib not to complain about the use of API recently...
2014-04-07 Oswald Buddenhagenlet videonode plugins declare that they extend QtQuick
2014-04-07 Oswald Buddenhagenmake MODULE_PLUGIN_TYPES assignment actually have an...
2014-04-07 Yoann LopesDirectShow: fix media seeking while stopped.
2014-04-07 Yoann LopesGStreamer: cleanup system includes.
2014-04-03 Dmitry ShachnevAdd support for running on big-endian systems
2014-04-03 Yoann LopesGStreamer: each QMediaPlayer now has its own volume...
2014-04-02 Bernd WeimerFix unit tests
2014-04-02 Fabian BumbergerBlackBerry: Fix the rotation of the viewfinder
2014-04-02 Liang JianFix memory leak in SampleGrabberCallback
2014-04-01 Liang JianFix SourceResolver::State object leak
2014-04-01 Liang JianFix QSGGeometry object leak
2014-04-01 Fabian BumbergerQNX: Remove most of the CPU overhead for video rendering
2014-04-01 Yoann LopesCoreAudio: fix supported channel count.
2014-04-01 Sergio AhumadaDoc: Fix some documentation warnings
2014-03-28 Zhang Xingtaofix: 'm_state' was not declared in this scope
2014-03-27 Dyami CaliriCoreAudio: Mismatched new[]/delete in several places.
2014-03-27 Christian StrømmeAndroid: Clean-up in jmultimediautils class.
2014-03-27 Christian StrømmeAndroid: Fix MetadataRetriver wrapper
2014-03-27 Christian StrømmeAndroid: Fix QtSurfaceTexture
2014-03-27 Christian StrømmeAndroid: Don't call release() unless it's necessary.
2014-03-27 Yoann LopesBlackberry: implement QCameraInfoControl.
2014-03-27 Christian StrømmeAndroid: Fix reload check in onStateChanged().
2014-03-26 Zhang XingtaoDoc: fix two typos
2014-03-24 Yoann LopesFix enums for QML camera types.
2014-03-21 Yoann LopesImproved declarative-camera example.
2014-03-21 Yoann LopesGStreamer: fix memory leaks.
2014-03-21 Yoann LopesGStreamer: don't try to seek when it's not supported.
2014-03-20 Christian StrømmeAndroid: Make the Mediaplayer more robust
2014-03-20 Andy NicholsMac: Re-enable qcamerabackend test
2014-03-20 Andy NicholsAVFoundation: Add QVideoWindowControl support
2014-03-20 Yoann LopesFix VideoOutput::autoOrientation documentation.
2014-03-19 Bernd WeimerQNX: Evaluate mm-renderer buffer status
2014-03-19 Mitch CurtisTidy up Audio documentation.
2014-03-19 Andy ShawPrevent crash when there is no camera device available
2014-03-18 Sze Howe KohDoc: Document signals (not handlers) under \qmlsignal
2014-03-18 Yoann LopesWMF: fix some issues with our custom video sink.
2014-03-18 Yoann LopesWMF: remove some debug output.
2014-03-18 Yoann LopesOpenSL ES: lazy initialization of QAudioInput's support...
2014-03-17 Yoann LopesAndroid: fix QMediaRecorder failing to start in some...
2014-03-17 Sze Howe KohDoc: Qt Audio Engine: Restore lost docs
2014-03-17 Yoann LopesFix crash in QCameraInfo when no camera is available...
2014-03-17 Yoann LopesCorrectly update record button in AudioRecorder example.
2014-03-17 Yoann LopesAndroid: print Java traces for MediaRecorder when in...
2014-03-17 Yoann LopesAndroid: restart camera viewfinder after a recorder...
2014-03-17 Yoann LopesAndroid: correctly report QMediaRecorder actual output...
2014-03-17 Yoann LopesAndroid: correctly report QMediaRecorder status.
2014-03-14 Andy NicholsAVFoundation: Fix another crash when destroying a QMedi...
2014-03-10 Yoann LopesAdd missing documentation for Audio and MediaPlayer...
2014-03-07 Sergio AhumadaFix typo Inavlid -> Invalid
2014-03-07 Yoann LopesWMF: each media player now has its own volume.
2014-03-07 Yoann LopesMake declarative-camera example show frames in the...
2014-03-07 Yoann LopesAVFoundation: fix crash when no camera is available...
2014-03-07 Andy NicholsCoreAudio: Set default audio category to Playback on iOS
2014-03-07 Andy NicholsAVFoundation: Prevent Crash in QMediaPlayer
2014-03-06 Wouter HuysentruitRelease videoframe on painter stop()
2014-03-06 Sergio Ahumadatst_qcamerainfo: Fix weird symbol in license header
2014-03-06 Andrew den... GStreamer: Remove tags when an invalid QVariant is...
2014-03-04 Michael Olbrichvideonode: imx6: clear texture cache when the format...
2014-03-04 Michael Olbrichvideonode: imx6: cleanup pixel formats
2014-03-04 Michael Olbrichenable imx6 specific QSGVideoNode based on a config...
2014-03-04 Andy NicholsAVFoundation: Cleanup AVCaptureSession with proper...
2014-03-04 Yoann LopesAVFoundation: implement QCameraInfoControl.
2014-03-04 Andy NicholsAVFoundation: Call stop() on VideoSurface when changing...
2014-03-04 Andy NicholsAVFoundation: Fix y-inverted QML Videos
2014-03-03 Andy NicholsAVFoundation: Remove debug code
2014-03-03 Andy NicholsCoreAudio: Use the real default audio device for QSound...
2014-03-03 Andy NicholsCoreAudio: Make it possible to set volume on of QAudioO...
2014-03-03 Andy NicholsAVFoundation: Improve config test
2014-03-03 Andy NicholsCoreAudio: Allow more flexability when specifying Sampl...
2014-03-03 Sergio AhumadaPrefer to use normalised signal/slot signatures
2014-03-01 Thiago MacieiraAdd missing virtual destructor for new class
2014-02-28 Yoann LopesAndroid: implement QCameraInfoControl.
2014-02-28 Yoann LopesVideoOutput: fix autoOrientation with a camera source.
2014-02-28 Yoann LopesNew QCameraInfo class.
2014-02-25 Yoann LopesQSoundEffect: fix changing the loop count while playing.
2014-02-21 Yoann Lopesandroid: add missing feature tags.
2014-02-19 Frank OsterfeldQNX: Use window group of top-level window for mmr
2014-02-19 Oswald BuddenhagenMerge remote-tracking branch 'origin/dev' into stable
2014-02-17 Andy ShawFix linking problem when built with -no-opengl
2014-02-17 Friedemann... Use QVERIFY2 for elapsed time in tst_QMediaPlayerBacken...
2014-02-14 Yoann LopesAVFoundation: mirror viewfinder frames of front-facing...
2014-02-12 Frederik GladhornMerge remote-tracking branch 'origin/stable' into dev
2014-02-11 Thomas Senykadding zero-copy-QSGVideoNode for imx6 upstream/5.2.2
2014-02-10 Andrew den... Add meta-data mappings for GPS and camera make and...
2014-02-10 Andrew den... Fix gstreamer crash when meta-data is of incorrect...
2014-02-07 Kai KoehneReplace win32-g++ with mingw scope
2014-02-07 Robin BurchellQAudioOutput: Don't guess media role if one has not...
2014-02-07 Robin BurchellQSoundEffect: Don't try guess a media role if one has...
next