summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Android: add missing information in frames retrieved with QVideoProbe.Yoann Lopes2014-01-301-6/+11
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-271-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Update changelog for 5.2.1v5.2.1Thiago Macieira2014-01-231-0/+35
* | | | | | | | | | | | | | Fix sending End Of Stream on gst pluginDaniel Nicoletti2014-01-271-20/+21
* | | | | | | | | | | | | | Fixes mediaplayer crashes on OSXtom2014-01-241-11/+23
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-2219-212/+688
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Android: fixed video rendering with multiple media players.Yoann Lopes2014-01-205-109/+269
| * | | | | | | | | | | | | Android: fixes custom camera focus point.Yoann Lopes2014-01-203-7/+45
| * | | | | | | | | | | | | Fix incorrect/missing application of recording settings in camerabin.Andrew den Exter2014-01-175-17/+55
| * | | | | | | | | | | | | Fix writing orientation and date exif tags in camerabin.Andrew den Exter2014-01-172-4/+63
| * | | | | | | | | | | | | Remove workaround for resolved gstreamer bug.Andrew den Exter2014-01-171-1/+2
| * | | | | | | | | | | | | Allow the user to specify the viewfinder resolution instead of guessingAndrew den Exter2014-01-176-71/+247
| * | | | | | | | | | | | | Android: fixes some issues with JCamera.Yoann Lopes2014-01-161-3/+7
* | | | | | | | | | | | | | Allow plugins to override the QML VideoOutput type.Andrew den Exter2014-01-2021-30/+76
* | | | | | | | | | | | | | Android: optimized NV21 top ARGB32 conversion.Yoann Lopes2014-01-171-15/+550
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Bump MODULE_VERSION to 5.2.2Sergio Ahumada2014-01-161-1/+1
* | | | | | | | | | | | | Fix build without Qml and Quick modules.Yoann Lopes2014-01-164-8/+17
* | | | | | | | | | | | | Fix build error on BlackBerry10Wolfgang Bremer2014-01-161-2/+2
* | | | | | | | | | | | | Use QStringRef instead of QString whenever possible.Jędrzej Nowacki2014-01-1511-23/+23
|/ / / / / / / / / / / /
* | | | | | | | | | | | Only acquire resources as required in gstreamer backend.Andrew den Exter2014-01-1312-25/+107
* | | | | | | | | | | | Fix playback with exotic gstreamer pipelines.Andrew den Exter2014-01-131-1/+7
* | | | | | | | | | | | Fix recording settings being discarded by the Camera QML type.Andrew den Exter2014-01-132-0/+11
* | | | | | | | | | | | Fix configuration of camera settings in camerabin backend.Andrew den Exter2014-01-133-5/+44
* | | | | | | | | | | | Allow the camerabin source selection to be overridden.Andrew den Exter2014-01-135-50/+80
* | | | | | | | | | | | don't error out on static buildsOswald Buddenhagen2014-01-101-2/+0
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | BlackBerry: Fixed volume settingBernd Weimer2014-01-101-1/+1
* | | | | | | | | | | Mark tst_qcamerabackend test as insignificant on Mac OS XSimon Hausmann2014-01-081-0/+2
* | | | | | | | | | | Android: QVideoProbe support for cameraDenis Kormalev2014-01-089-11/+248
* | | | | | | | | | | Fix some typos in documentation.Jeff Tranter2014-01-076-8/+8
* | | | | | | | | | | Fixed some documentation for VideoOutput qml type.Yoann Lopes2014-01-061-2/+2
* | | | | | | | | | | PulseAudio: fix crash when failing to create a context.Yoann Lopes2014-01-061-2/+3
* | | | | | | | | | | GStreamer: add missing breaks in QGstreamerRecorderControl.Yoann Lopes2014-01-061-0/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Correct QSoundEffect::supportedMimeTypes() documentation.Mitch Curtis2014-01-021-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Android: camera moved to a dedicated threadDenis Kormalev2013-12-235-163/+687
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Android: fix camera previewDenis Kormalev2013-12-115-43/+91
* | | | | | | | WMF: remove dead code.Yoann Lopes2013-12-111-333/+0
* | | | | | | | WMF: fix some crashes.Yoann Lopes2013-12-113-5/+10
* | | | | | | | Android: automatically deploy playlist plugins.Yoann Lopes2013-12-101-1/+2
* | | | | | | | Android add support for qrc in mediaplayer.Christian Strømme2013-12-092-3/+14
* | | | | | | | Use the backend to notify the QCamera state changes.Yoann Lopes2013-12-051-9/+1
* | | | | | | | Android: fix camera viewfinder orientation.Yoann Lopes2013-12-054-6/+50
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | WMF: fixed various media player issues.Yoann Lopes2013-12-041-13/+18
* | | | | | | Revert "WMF: fixed MediaPlayer buffering logic."Yoann Lopes2013-12-041-13/+3
* | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-036-12/+108
|\ \ \ \ \ \ \
| * | | | | | | QNX/PPS: Fix end-of-track handlingv5.2.0Frank Osterfeld2013-11-301-2/+2
| * | | | | | | Add changes-5.2.0 file.Yoann Lopes2013-11-301-0/+86
| * | | | | | | Fix version availability for VideoOutput's autoOrientation property.Yoann Lopes2013-11-303-3/+3
| * | | | | | | Android: print a warning when using SurfaceTexture on Android 2.3.Yoann Lopes2013-11-301-7/+17
* | | | | | | | Android: Add missing 'L' prefix and ';' postfix in areaToRect()Christian Strømme2013-12-031-1/+1
* | | | | | | | OpenSL: Fix volume scaleChristian Strømme2013-12-021-1/+3