index
:
delta/qt5/qtmultimedia.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
baserock/morph
baserock/qt5.4-wip-gstreamer-1.0
baserock/v5.3.0
dev
old/5.0
old/5.1
old/5.2
qtmmk-merge
refactor
release
stable
wip/android
wip/cmake
wip/gstreamer-1.0
wip/qt6
wip/refactor
code.qt.io: qt/qtmultimedia.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename a few controls.
Michael Goddard
2012-06-29
48
-206
/
+206
*
Read actual period size after initializing a stream.
Lev Zelenskiy
2012-06-28
1
-3
/
+9
*
Fix header path for audio engine on Mac.
Michael Goddard
2012-06-27
2
-5
/
+9
*
Allow frequences up to 96000 in QAudioInput win32 backend.
Lev Zelenskiy
2012-06-27
1
-1
/
+1
*
Clean buffers before closing the input device.
Lev Zelenskiy
2012-06-27
1
-6
/
+7
*
syncX() doesn't do anything anymore. Remove it.
Thiago Macieira
2012-06-26
1
-3
/
+0
*
Add blackberry backend
Thomas McGuire
2012-06-26
15
-0
/
+2027
*
Added support for big endian data to QAudioOutput win32 backend.
Lev Zelenskiy
2012-06-26
1
-0
/
+25
*
build system cleanups
Oswald Buddenhagen
2012-06-25
14
-33
/
+14
*
fix bogus conditional
Oswald Buddenhagen
2012-06-25
1
-1
/
+1
*
switch to new-style configure tests
Oswald Buddenhagen
2012-06-25
8
-17
/
+17
*
auto-generate module pris
Oswald Buddenhagen
2012-06-25
2
-4
/
+3
*
Add default initialisation to various multimedia classes
Mithra Pattison
2012-06-25
4
-12
/
+27
*
Fixed some crash with WMF backend
Ling Hu
2012-06-25
6
-25
/
+51
*
Fix namespace compilation.
Toby Tomkins
2012-06-25
11
-12
/
+25
*
Add the QtBase/lib directory as a library path, not just frameworks.
Michael Goddard
2012-06-25
1
-1
/
+1
*
Fix QAudioOutput volume on OSX.
Michael Goddard
2012-06-20
2
-0
/
+29
*
Remove the USE_COCOA #ifdef, it's always defined now.
Michael Goddard
2012-06-20
1
-2
/
+0
*
Enabled wmf plugin on Windows again
Ling Hu
2012-06-20
6
-12
/
+13
*
fix volume handling on Windows
Maurice Kalinowski
2012-06-20
2
-0
/
+25
*
QIODevice* is used, but QIODevice was never declared
Thiago Macieira
2012-06-19
1
-1
/
+1
*
Fix a number of other qdoc issues.
Michael Goddard
2012-06-15
31
-421
/
+565
*
Tweak the controls documentation.
Michael Goddard
2012-06-15
38
-37
/
+37
*
Replace a writable position() property with a seek() method.
Michael Goddard
2012-06-14
2
-23
/
+50
*
Updating brief layout of QML types
Angus Cummings
2012-06-14
19
-21
/
+21
*
Fix build on Windows with new qdatetime.h that doesn't redefine min/max
Simon Hausmann
2012-06-13
3
-1
/
+5
*
Reduce the usage of QAbstractVideoBufferPrivate.
Michael Goddard
2012-06-13
3
-13
/
+6
*
Clarify documentation about QAudioDecoder::read and blocking.
Michael Goddard
2012-06-13
2
-9
/
+13
*
Renaming StopppedState to StoppedState
Angus Cummings
2012-06-13
5
-10
/
+10
*
Enable auto resume of playback for gstreamer mediaplayer
Ling Hu
2012-06-12
2
-31
/
+44
*
Adding qdoc workaround to all control classes
Angus Cummings
2012-06-12
27
-3
/
+61
*
Remove the legacy QML API.
Michael Goddard
2012-06-08
11
-2189
/
+322
*
Fixing some doc errors for overview
Angus Cummings
2012-06-08
3
-2
/
+11
*
Fix compilation without QtWidgets and QtOpenGL on Mac
Kent Hansen
2012-06-07
4
-6
/
+13
*
Added QAbstractVideoBuffer::release virtual method
Dmytro Poplavskiy
2012-06-07
3
-1
/
+16
*
Removed encoding options from Audio/Video encoding controls
Dmytro Poplavskiy
2012-06-07
10
-116
/
+0
*
A number of documentation fixes.
Michael Goddard
2012-06-07
9
-29
/
+36
*
Clarify the metadata functionality of QMediaPlayer.
Michael Goddard
2012-06-07
2
-11
/
+24
*
QVideoWindowControl moved to QtMultimedia, fix docs.
Michael Goddard
2012-06-07
1
-2
/
+3
*
Use QPointer instead of QWeakPointer to track QObjects.
Stephen Kelly
2012-06-07
5
-13
/
+17
*
Remove the last remainders of the old plugin system
Lars Knoll
2012-06-05
7
-27
/
+18
*
Call the base QQuickItem geometryChanged function in our override.
Michael Goddard
2012-06-05
1
-0
/
+2
*
Avoid string-based, dynamic lookup of signals
Kent Hansen
2012-06-05
2
-24
/
+24
*
add multimediawidgets before gsttools to SUBDIRS
Oswald Buddenhagen
2012-06-01
1
-7
/
+7
*
ensure important docs are built by the automated publisher
Angus Cummings
2012-06-01
4
-1
/
+9
*
Fixing doc errors in MediaPlayer and CameraFlash
Angus Cummings
2012-06-01
2
-77
/
+678
*
Add gstreamer.json to OTHER_FILES
Johannes Zellner
2012-06-01
1
-0
/
+2
*
Fixed not initialized QVideoFrame mappedCount member
Dmytro Poplavskiy
2012-05-30
1
-0
/
+1
*
Release string after gst_cap_to_string is called.
bigbearzhu
2012-05-28
1
-1
/
+4
*
Made pulsedevices high priority than oss for recording
Ling Hu
2012-05-25
1
-1
/
+1
[next]