summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediaformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-061-14/+3
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-131-0/+2
* Doc: Fix the remaining qdoc warningsVenugopal Shivashankar2022-10-101-1/+1
* Doc: Fix undocumented members warningVenugopal Shivashankar2022-10-071-0/+32
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Doc: Replace \qmlbacsictype with \qmlvaluetypeJaishree Vyas2022-03-211-1/+2
* Fix for return value of mimeTypeForFormat issuePekka Gehör2021-11-081-2/+2
* Doc: Clear remaining documentation warningsTopi Reinio2021-09-241-1/+1
* Fix the remaining qdoc warningsLars Knoll2021-09-221-19/+4
* Fixes to mediaFormat value type docsLars Knoll2021-09-221-58/+58
* Fix docs for QMediaFormatLars Knoll2021-09-211-15/+280
* Doc: Fix various documentation issuesTopi Reinio2021-09-091-12/+26
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-08-301-9/+14
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-111-3/+68
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-2/+5
* Overhaul documentation for Qt 6 Release, Second BlockNicholas Bennett2021-08-101-33/+38
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-12/+29
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-081-1/+1
* Clean up file format and audio profile handlingLars Knoll2021-06-251-18/+30
* Fix media codecs resolver when switching between audio and audio/videoPiotr Srebrny2021-06-161-4/+7
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-161-2/+2
* Remove the inheritance between QMediaEncoderSettings and QMediaFormatLars Knoll2021-06-041-1/+147
* Fix crashes on Linuxwip/qt6Friedemann Kleint2021-05-261-3/+14
* Make QMediaFormat movableVolker Hilsheimer2021-05-121-3/+31
* Support WAV format recordings on macOSDoris Verria2021-05-121-1/+1
* Get rid of QMediaFormat::ModeDoris Verria2021-05-121-5/+3
* Rename canEncode/Decode to isSupported(ConversionMode)Volker Hilsheimer2021-05-071-13/+4
* Fix tst_qmediaencoderLars Knoll2021-04-271-0/+9
* Next steps in consistent class namingLars Knoll2021-03-021-7/+7
* More changes for QMediaFormat handling on the backendLars Knoll2021-02-091-310/+44
* Add support for retrieving a mimetype for a QMediaFormatLars Knoll2021-02-091-23/+49
* Use the new QMediaEncoderSettings in QMediaRecorderLars Knoll2021-02-091-25/+124
* New API for handling media formats and codecsLars Knoll2021-02-091-0/+479