summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | GStreamer: Add docs for custom pipelinesVaL Doroshchuk2019-08-146-1/+116
* | | | | Make QMediaObjectPrivate as QObjectPrivateVaL Doroshchuk2019-08-237-31/+20
* | | | | Make QMediaServicePrivate as QObjectPrivateVaL Doroshchuk2019-08-233-12/+10
* | | | | Deprecate QMediaServiceProviderPluginVaL Doroshchuk2019-08-231-0/+3
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-177-10/+59
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-137-10/+59
| |\| | |
| | * | | AVFCameraUtility: fix UB (std::sort with unfit predicate)Marc Mutz2019-08-101-4/+9
| | * | | CameraBinV4LImageProcessing: Show warning only if the camera is loadedVaL Doroshchuk2019-08-091-2/+4
| | * | | GStreamer: Don't seek to the beginning when playing is requestedVaL Doroshchuk2019-08-081-1/+5
| | * | | Fix undefined reference to QVideoSurfacePainter::~QVideoSurfacePainterVaL Doroshchuk2019-08-081-1/+1
| | * | | GStreamer: Don't share video surfaces between several pipelinesVaL Doroshchuk2019-08-081-1/+23
| | * | | AVFoundation: Re-create CARenderer if current OpenGL context changedAndrew Smolko2019-08-071-0/+7
| | * | | GStreamer: Allow audio/x-raw codec in QAudioRecorderVaL Doroshchuk2019-08-071-1/+10
* | | | | Deprecate Qt Audio Engine QML typesVaL Doroshchuk2019-08-138-0/+9
* | | | | Remove usages of deprecated APIsSona Kurazyan2019-08-083-13/+8
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-061-0/+2
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-031-0/+2
| |\| | |
| | * | | AVFoundation: Fix memory leak when gl context is changedVaL Doroshchuk2019-08-021-0/+2
* | | | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-0111-110/+116
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-3016-87/+80
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-2328-156/+149
| |\| | |
| | * | | VideoOutput: Update geometry only when the surface is activeVal Doroshchuk2019-07-181-2/+7
| | * | | DirectShow: Set QMediaPlayer::NoMedia if empty url is providedVal Doroshchuk2019-07-172-8/+3
| | * | | GStreamer: Implement fetching audio/video codecs by containerVaL Doroshchuk2019-07-178-64/+51
| | * | | use correct types when creating an empty Windows eventRolf Eike Beer2019-07-162-3/+3
| | * | | DirectShow plugin: use new style connect syntaxRolf Eike Beer2019-07-164-15/+15
| | * | | DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-1614-71/+71
| | * | | Camera: Update the doc about supported viewfinder settingsVaL Doroshchuk2019-07-161-1/+1
* | | | | Move-enable QMediaTimeIntervalMarc Mutz2019-07-242-0/+6
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-0/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-161-0/+1
| |\| |
| | * | Fix GCC 9 -Wdeprecated-copy warningsMarc Mutz2019-07-111-0/+1
* | | | AVFoundation: Use 270 for the front facing camera's orientationAndrew Dolby2019-07-191-1/+1
* | | | Make QAudioDeviceInfo::realm() publicVal Doroshchuk2019-07-192-2/+5
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-166-8/+21
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-115-8/+20
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-115-8/+20
| | |\| |
| | | * | Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
| | | * | GStreamer: Fix 0.10 compile errorVal Doroshchuk2019-07-051-1/+3
| | | * | Fix crash when app is destroyed before QSample::load is finishedVaL Doroshchuk2019-07-051-4/+8
| | | * | Fix MinGW buildJoerg Bornemann2019-07-021-0/+4
| | | * | DirectShow: Map MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24Val Doroshchuk2019-07-021-1/+1
| * | | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| |/ / /
* | | | Eradicate the last Q_FOREACH and mark the module cleanMarc Mutz2019-07-111-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-111-4/+4
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-4/+4
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-4/+4
| | |\| |
| | | * | Fix compile issue when no opengl in QVideoSurfacePainterVal Doroshchuk2019-06-171-4/+4
* | | | | Eradicate all but one Q_FOREACH loopMarc Mutz2019-07-115-11/+12
|/ / / /
* | | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-046-23/+10