| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed runtime error in QAudioInput::bytesReady() function | Kurt Korbatits | 2009-11-10 | 1 | -0/+3 |
|
|
* | Changes to low-level audio API. | Kurt Korbatits | 2009-11-10 | 33 | -212/+227 |
|
|
* | Changes to low-level audio API. | Kurt Korbatits | 2009-11-10 | 33 | -230/+212 |
|
|
* | Merge branch '4.6' of ../qt into 4.6 | Kurt Korbatits | 2009-11-10 | 1 | -1/+1 |
|\ |
|
| * | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
|
|
* | | Fixed runtime error in QAudioInput::bytesReady() function | Kurt Korbatits | 2009-11-09 | 1 | -0/+3 |
|
|
* | | Changes to low-level audio API. | Kurt Korbatits | 2009-11-05 | 33 | -212/+227 |
|/ |
|
* | QVideoFrame API review changes. | Andrew den Exter | 2009-11-04 | 2 | -20/+20 |
|
|
* | QVideoSurfaceFormat API review changes. | Andrew den Exter | 2009-11-04 | 2 | -54/+32 |
|
|
* | QAbstractVideoSurface API review changes. | Andrew den Exter | 2009-11-04 | 3 | -29/+44 |
|
|
* | Fixed clock() function return values in audio class's. | Kurt Korbatits | 2009-10-22 | 4 | -4/+4 |
|
|
* | Fixed compile issue with alsa < 1.0.14 | Kurt Korbatits | 2009-10-21 | 5 | -4/+74 |
|
|
* | Change the frame rate property to a qreal from a QPair<int,int> rational | Andrew den Exter | 2009-10-15 | 2 | -42/+17 |
|
|
* | Fixed thread lockup in win32 backend for QAudioOutput. | Kurt Korbatits | 2009-10-06 | 1 | -3/+4 |
|
|
* | Fixed QAudioDeviceInfoInternal::deviceList(QAudio::Mode mode) filtering | Martin Banky | 2009-10-05 | 1 | -17/+9 |
|
|
* | Fixed logic in clock() function of audio class's. | Kurt Korbatits | 2009-10-02 | 6 | -4/+10 |
|
|
* | Fixed error in notify() signal and totalTime() in QAudioInput and | Kurt Korbatits | 2009-09-30 | 8 | -11/+62 |
|
|
* | Changed internal tr()'s to be QString::fromLatin1() in alsa builtin. | Kurt Korbatits | 2009-09-29 | 2 | -22/+22 |
|
|
* | doc: Fixed three /sa that should be \sa | Thorbjørn Lindeijer | 2009-09-28 | 2 | -2/+2 |
|
|
* | Removed stateChanged and notify signals from win32 qaudiooutput builtin. | Kurt Korbatits | 2009-09-27 | 1 | -4/+0 |
|
|
* | AudioService API changes; QString->const QString&, remove QAudioDeviceId use ... | Justin McPherson | 2009-09-24 | 20 | -524/+274 |
|
|
* | Mac audio; emit stateChanged on start, don't flush in push mode. | Justin McPherson | 2009-09-24 | 2 | -0/+9 |
|
|
* | Mac audio; Remove signal re-decleration. | Justin McPherson | 2009-09-24 | 2 | -8/+0 |
|
|
* | Doc: Added some snippets to the multimedia audio docs. | Geir Vattekar | 2009-09-15 | 4 | -5/+18 |
|
|
* | AudioDevices demo doesn't do anything on Windows | Kurt Korbatits | 2009-09-14 | 6 | -42/+81 |
|
|
* | Crash in audiooutput demo when switching output | Kurt Korbatits | 2009-09-09 | 4 | -12/+70 |
|
|
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 53 | -212/+212 |
|\ |
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 53 | -212/+212 |
|
|
* | | Fixed 'illegal empty declaration' warning reported by Nokia X86 compiler | Janne Anttila | 2009-09-08 | 2 | -2/+2 |
|/ |
|
* | QAudioDeviceInfo::deviceList() wasn't working correctly if no audio | Kurt Korbatits | 2009-09-08 | 1 | -2/+3 |
|
|
* | Added missing TARGET.UID3 definitions to various components. | Miikka Heikkinen | 2009-09-03 | 1 | -0/+2 |
|
|
* | Copy ctor and assignment operator for QAudioFormatPrivate (QSharedData derive... | Justin McPherson | 2009-09-02 | 1 | -1/+23 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 49 | -637/+637 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 4 | -52/+52 |
|
|
* | compile fix with namespaces | hjk | 2009-08-26 | 13 | -1/+48 |
|
|
* | Merge commit 'origin/master' into 4.6 | Jason Barron | 2009-08-25 | 2 | -4/+4 |
|\ |
|
| * | Removed some 'illegal empty declaration' warnings from Symbian build | Janne Anttila | 2009-08-24 | 2 | -4/+4 |
|
|
* | | Integrate QAbstractVideoSurface API. | Andrew den Exter | 2009-08-24 | 16 | -6/+3064 |
|/ |
|
* | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -2/+2 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 39 | -39/+39 |
|
|
* | multimedia: fix warnings on mingw | Thierry Bastian | 2009-08-06 | 4 | -4/+3 |
|
|
* | Merge AudioServices into mainline. | Justin McPherson | 2009-08-05 | 41 | -0/+10144 |
|
|