summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
...
* Remove AdobeDng and CameraRaw pixel formatsLars Knoll2021-04-062-20/+1
* Add support for P010 and P016 video formatsLars Knoll2021-04-063-0/+84
* When we convert to a QImage, we actually convert to ARGB32_PremultipliedLars Knoll2021-04-061-1/+1
* Use native windows again in QVideoWidgetLars Knoll2021-04-061-2/+2
* Add support for SW rendering in QVideoSinkLars Knoll2021-04-061-7/+41
* Retrieve the QPlatformVideoSink from the platform integrationLars Knoll2021-04-062-15/+33
* Add a fullscreen property to QVideoSinkLars Knoll2021-04-062-0/+13
* Get windowed playback working againLars Knoll2021-04-062-7/+63
* Add new QVideoSink classLars Knoll2021-03-232-0/+317
* Move QPainterVideoSurface into QtMultimediaLars Knoll2021-03-232-0/+1849
* Remove unused handle types in QVideoFrameLars Knoll2021-03-233-14/+1
* Make QAbstractVideoSurface::isFormatSupported() non virtualLars Knoll2021-03-231-1/+1
* Remove unused virtual method in QAbstractVideoSurfaceLars Knoll2021-03-232-20/+0
* Get rid of warnings at configure time about private headersLars Knoll2021-03-181-0/+11
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-161-1/+0
* Some smaller cleanupsLars Knoll2021-03-162-7/+3
* Some cleanups in QVideoSurfaceFormatLars Knoll2021-03-162-187/+12
* Make QAbstractVideoBuffer privateLars Knoll2021-03-165-4/+4
* Get rid of QAbstractVideoBufferPrivateLars Knoll2021-03-167-146/+30
* Remove virtual method that doesn't make sense.Lars Knoll2021-03-163-22/+3
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-1614-128/+128
* Modernize code baseLars Knoll2021-03-026-28/+8
* Remove manual metatype declarations and registrationsLars Knoll2021-03-028-48/+2
* Remove now unused QVideoSurfaceOutput classLars Knoll2021-02-173-194/+0
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-293-294/+0
* Clean up dependencies between multimedia and multimediawidgetsLars Knoll2021-01-221-0/+1
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-224-11/+11
* Rename QMediaBindableInterface to QMediaSinkLars Knoll2021-01-221-3/+3
* Merge QAbstractPlanarVideoOutput into QAbstractVideoOutputLars Knoll2021-01-228-282/+120
* Remove the fieldType property of QVideoFrameLars Knoll2021-01-212-60/+0
* Get rid of QMediaControlLars Knoll2021-01-211-1/+1
* Coding style cleanupsLars Knoll2021-01-215-52/+50
* Modernize code baseLars Knoll2021-01-216-87/+21
* Revert "Map QVideoFrame::Format_Y8=>QImage::Format_Grayscale8 in QVideoFrame"Andy Shaw2020-11-301-4/+1
* Reorder Format_ABGR32 and Format_YUV422PVaL Doroshchuk2020-08-032-4/+4
* Don't map QMemoryVideoBuffer when there is no data insideVaL Doroshchuk2020-06-301-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-254-9/+7
* Introduce QAbstractVideoBuffer::MTLTextureHandleVal Doroshchuk2020-06-102-0/+4
* Map QVideoFrame::Format_Y8=>QImage::Format_Grayscale8 in QVideoFrameVaL Doroshchuk2020-06-021-1/+4
* Remove QScreen::setOrientationUpdateMask usageVaL Doroshchuk2020-05-271-4/+0
* Handle supportedFormatsChanged in QVideoSurfacesVal Doroshchuk2020-01-141-0/+9
* Call parent methods in QVideoSurfaces's start and stopVal Doroshchuk2020-01-131-1/+3
* Introduce rendering to multiple surfacesVaL Doroshchuk2019-11-063-2/+173
* Introduce QVideoFrame::image()VaL Doroshchuk2019-10-314-68/+6
* Fix qConvertFuncs to respect QVideoFrame::Format_YUV422PVal Doroshchuk2019-10-081-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-011-2/+2
|\
| * Move QVideoFrame::Format_ABGR32 to the end of the Pixel FormatsVaL Doroshchuk2019-09-251-1/+1
* | Move QVideoFrame::Format_YUV422P to the end of the Pixel FormatsVaL Doroshchuk2019-09-241-1/+1
* | Add YUV422P format support to QVideoFrame and declarative rendererTomasz Olszak2019-05-102-3/+15
* | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-051-6/+6
|/