Add qmlvideo and qmlvideofx examples
authorGareth Stockwell <gareth.stockwell@accenture.com>
Thu, 15 Dec 2011 13:14:24 +0000 (13:14 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 22 Dec 2011 01:29:16 +0000 (02:29 +0100)
commitfebe3984003dcd9313ae451ee2cc23ac15630977
tree69cc574086538d5decaffa237f5c5beeb93107ef
parentf33731fe5a265bad8cfbe6a0c83d3d3806d730f8
Add qmlvideo and qmlvideofx examples

Based on code imported from master branch of QtMobility repo,
ported to Qt Quick 2.

Task-number: QTBUG-23118
Change-Id: Ifd297de0e595c675ff1a8e3218d91b03629295b9
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
169 files changed:
doc/src/examples/qmlvideo.qdoc [new file with mode: 0644]
doc/src/examples/qmlvideofx.qdoc [new file with mode: 0644]
doc/src/examples/video-qml-paint-rate.qdocinc [new file with mode: 0644]
doc/src/images/qmlcamera-menu.png [new file with mode: 0644]
doc/src/images/qmlvideo-menu.png [new file with mode: 0644]
doc/src/images/qmlvideo-overlay.png [new file with mode: 0644]
doc/src/images/qmlvideofx-camera-glow.png [new file with mode: 0644]
doc/src/images/qmlvideofx-camera-magnify.png [new file with mode: 0644]
doc/src/images/qmlvideofx-effects-menu.png [new file with mode: 0644]
doc/src/images/qmlvideofx-source-menu.png [new file with mode: 0644]
doc/src/images/qmlvideofx-video-edgedetection.png [new file with mode: 0644]
doc/src/images/qmlvideofx-video-pagecurl.png [new file with mode: 0644]
doc/src/images/video-graphics-memory.png [new file with mode: 0644]
doc/src/images/video-qml-paint-rate.png [new file with mode: 0644]
doc/src/multimedia.qdoc
examples/video/qmlvideo/images/close.png [new file with mode: 0644]
examples/video/qmlvideo/images/folder.png [new file with mode: 0644]
examples/video/qmlvideo/images/leaves.jpg [new file with mode: 0644]
examples/video/qmlvideo/images/progress_handle.svg [new file with mode: 0644]
examples/video/qmlvideo/images/progress_handle_pressed.svg [new file with mode: 0644]
examples/video/qmlvideo/images/titlebar.png [new file with mode: 0644]
examples/video/qmlvideo/images/titlebar.sci [new file with mode: 0644]
examples/video/qmlvideo/images/up.png [new file with mode: 0644]
examples/video/qmlvideo/main.cpp [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/Button.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraBasic.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraDrag.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraDummy.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraFullScreen.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraFullScreenInverted.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraItem.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraMove.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraOverlay.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraResize.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraRotate.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/CameraSpin.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/Content.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/DisableScreenSaver.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/ErrorDialog.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/FileBrowser.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/Scene.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneBasic.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneDrag.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneFullScreen.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneFullScreenInverted.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneMove.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneMulti.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneOverlay.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneResize.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneRotate.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneSelectionPanel.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SceneSpin.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/SeekControl.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoBasic.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoDrag.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoDummy.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoFillMode.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoFullScreen.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoFullScreenInverted.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoItem.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoMetadata.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoMove.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoOverlay.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoPlaybackRate.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoResize.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoRotate.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoSeek.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/VideoSpin.qml [new file with mode: 0644]
examples/video/qmlvideo/qml/qmlvideo/main.qml [new file with mode: 0644]
examples/video/qmlvideo/qmlapplicationviewer/qmlapplicationviewer.cpp [new file with mode: 0644]
examples/video/qmlvideo/qmlapplicationviewer/qmlapplicationviewer.h [new file with mode: 0644]
examples/video/qmlvideo/qmlapplicationviewer/qmlapplicationviewer.pri [new file with mode: 0644]
examples/video/qmlvideo/qmlvideo.png [new file with mode: 0644]
examples/video/qmlvideo/qmlvideo.pro [new file with mode: 0644]
examples/video/qmlvideo/qmlvideo.qrc [new file with mode: 0644]
examples/video/qmlvideo/qmlvideo.svg [new file with mode: 0644]
examples/video/qmlvideo/trace.h [new file with mode: 0644]
examples/video/qmlvideofx/filereader.cpp [new file with mode: 0644]
examples/video/qmlvideofx/filereader.h [new file with mode: 0644]
examples/video/qmlvideofx/images/close.png [new file with mode: 0644]
examples/video/qmlvideofx/images/folder.png [new file with mode: 0644]
examples/video/qmlvideofx/images/qt-logo.png [new file with mode: 0644]
examples/video/qmlvideofx/images/titlebar.png [new file with mode: 0644]
examples/video/qmlvideofx/images/titlebar.sci [new file with mode: 0644]
examples/video/qmlvideofx/images/up.png [new file with mode: 0644]
examples/video/qmlvideofx/main.cpp [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/Button.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/Content.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/ContentCamera.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/DisableScreenSaver.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/Divider.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/Effect.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectBillboard.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectBlackAndWhite.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectEmboss.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectGaussianBlur.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectGlow.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectIsolate.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectMagnify.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectPageCurl.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectPassThrough.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectPixelate.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectPosterize.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectRipple.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectSelectionPanel.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectSharpen.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectShockwave.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectSobelEdgeDetection1.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectSobelEdgeDetection2.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectTiltShift.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectToon.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectVignette.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectWarhol.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/EffectWobble.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/FileBrowser.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/FileOpen.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/HintedMouseArea.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/Slider.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml [new file with mode: 0644]
examples/video/qmlvideofx/qml/qmlvideofx/main-smallscreen.qml [new file with mode: 0644]
examples/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.cpp [new file with mode: 0644]
examples/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.h [new file with mode: 0644]
examples/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.pri [new file with mode: 0644]
examples/video/qmlvideofx/qmlvideofx.png [new file with mode: 0644]
examples/video/qmlvideofx/qmlvideofx.pro [new file with mode: 0644]
examples/video/qmlvideofx/qmlvideofx.qrc [new file with mode: 0644]
examples/video/qmlvideofx/qmlvideofx.svg [new file with mode: 0644]
examples/video/qmlvideofx/shaders/billboard.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/blackandwhite.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/emboss.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/gaussianblur_h.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/gaussianblur_v.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/glow.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/isolate.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/magnify.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/pagecurl.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/pixelate.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/posterize.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/ripple.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/selectionpanel.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/sepia.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/sharpen.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/shockwave.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/sobeledgedetection1.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/sobeledgedetection2.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/tiltshift.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/toon.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/vignette.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/warhol.fsh [new file with mode: 0644]
examples/video/qmlvideofx/shaders/wobble.fsh [new file with mode: 0644]
examples/video/qmlvideofx/trace.h [new file with mode: 0644]
examples/video/snippets/frequencymonitor/frequencymonitor.cpp [new file with mode: 0644]
examples/video/snippets/frequencymonitor/frequencymonitor.h [new file with mode: 0644]
examples/video/snippets/frequencymonitor/frequencymonitor.pri [new file with mode: 0644]
examples/video/snippets/frequencymonitor/frequencymonitordeclarative.cpp [new file with mode: 0644]
examples/video/snippets/frequencymonitor/frequencymonitordeclarative.pri [new file with mode: 0644]
examples/video/snippets/frequencymonitor/qml/frequencymonitor/FrequencyItem.qml [new file with mode: 0644]
examples/video/snippets/performancemonitor/performancemonitor.cpp [new file with mode: 0644]
examples/video/snippets/performancemonitor/performancemonitor.h [new file with mode: 0644]
examples/video/snippets/performancemonitor/performancemonitor.pri [new file with mode: 0644]
examples/video/snippets/performancemonitor/performancemonitordeclarative.cpp [new file with mode: 0644]
examples/video/snippets/performancemonitor/performancemonitordeclarative.h [new file with mode: 0644]
examples/video/snippets/performancemonitor/performancemonitordeclarative.pri [new file with mode: 0644]
examples/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml [new file with mode: 0644]
examples/video/video.pro [new file with mode: 0644]