summaryrefslogtreecommitdiff
path: root/elements
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Use QOpenGLContext instead of the QGLContextHEADmasterMathias Hasselmann4-19/+21
2013-06-09includes: Stop using <QtModule/QtClass> style includes outside of src/George Kiagiadakis14-39/+32
2013-06-09elements: Rename qtvideosink and its variants in Qt5 to make it parallel inst...George Kiagiadakis5-18/+35
2013-06-09cmake: Replace QtHelpers by a better FindQt4or5 scriptGeorge Kiagiadakis3-15/+14
2013-06-07qt5: Stop using QWeakPointer as a QPointer in Qt4 builds to reduce #ifdefsGeorge Kiagiadakis2-9/+1
2013-06-07cmake: Improve installation dirs macrosGeorge Kiagiadakis1-1/+1
2013-06-05qt5: qtvideosink: Fix replacement of windowShownLuciana Fujii Pontello1-1/+1
2013-06-05qt5: Initial port to Qt5George Kiagiadakis3-8/+37
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis1-2/+0
2013-05-23cmake: Drop completely the optional automoc dependencyGeorge Kiagiadakis1-2/+2
2012-12-06qtvideosink/OpenGLSurfacePainter: Define GL_CLAMP_TO_EDGE if not already definedGeorge Kiagiadakis1-0/+4
2012-06-19qtglvideosink: Use QPainter::device() instead of QGLContext::device() to get ...George Kiagiadakis1-2/+2
2012-04-08main.dox: Add documentation for qtvideosink and its variants.George Kiagiadakis2-28/+0
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis26-26/+26
2012-04-07cmake: Add support for using OpenGLES for qtglvideosink on embedded systems.George Kiagiadakis1-3/+9
2012-02-07qtvideosinkbase: Add pixel-aspect-ratio propertyGeorge Kiagiadakis4-1/+64
2012-02-07qtvideosink_autotest: add test for the color balance interfaceGeorge Kiagiadakis2-2/+143
2012-02-07qtglvideosinkbase: implement the GstColorBalance interfaceGeorge Kiagiadakis4-9/+193
2012-02-07qtvideosink: let BufferEvent keep its own reference on the GstBufferGeorge Kiagiadakis2-5/+5
2012-02-07qtvideosink: fix some minor detailsGeorge Kiagiadakis6-5/+11
2012-01-27qtvideosink: Make a separate qtglvideosink element that has GL capabilities.George Kiagiadakis15-196/+504
2012-01-27qtvideosink: Fix displayAspectRatio calculation.George Kiagiadakis3-1/+10
2012-01-19qtvideosink_autotest: add benchmarks for the various paint() implementationsGeorge Kiagiadakis1-0/+23
2012-01-19qtvideosink: Split the video areas calculation code in a separate function an...George Kiagiadakis7-110/+231
2012-01-15qtvideosink: Add automatic unit test.George Kiagiadakis2-2/+773
2012-01-15qtvideosink: assert if paint is called with a different active QGLContext tha...George Kiagiadakis1-2/+10
2012-01-15qtvideosink: Make the "glcontext" property write-only and available even when...George Kiagiadakis2-26/+6
2012-01-15qtvideosink: Make WidgetProxy (now QWidgetVideoSinkDelegate) a subclass of Qt...George Kiagiadakis11-213/+211
2012-01-15QtVideoSinkDelegate: Replace ShaderType enum with PainterTypeGeorge Kiagiadakis2-34/+22
2012-01-15qtvideosink: Rename GstQtVideoSinkSurface to QtVideoSinkDelegateGeorge Kiagiadakis7-41/+39
2012-01-15qtvideosink: Cleanup code in the opengl backend.George Kiagiadakis3-140/+96
2012-01-15qtvideosink: Sort out the mess with the various formats.George Kiagiadakis10-515/+398
2012-01-15Merge qwidgetvideosink with qtvideosink.George Kiagiadakis6-650/+351
2012-01-15qtvideosink: Abstract the basic functionality into a GstQtVideoSinkBase class.George Kiagiadakis7-187/+358
2012-01-15qtvideosink: fix black area calculation when videoArea == targetAreaGeorge Kiagiadakis1-19/+23
2012-01-15qtvideosink: Fail properly (emit bus error msg, etc...) when no painter can b...George Kiagiadakis1-2/+4
2012-01-15qtvideosink: Do not override the value of m_formatDirty if the format change ...George Kiagiadakis1-1/+3
2012-01-15qtvideosink: Paint only when there is a buffer available.George Kiagiadakis1-1/+1
2012-01-15qtvideosink: Use qreal in the paint() signal's arguments for specifying the c...George Kiagiadakis5-8/+19
2012-01-15qtvideosink: Paint black areas on the backend and use QRectF instead of QRect.George Kiagiadakis7-93/+142
2012-01-06qtvideosink: Calculate clipping correctly in the OpenGL renderers.George Kiagiadakis2-4/+6
2012-01-06qtvideosink: Fix crash when restarting with the same buffer format.George Kiagiadakis1-4/+7
2012-01-06qtvideosink: Add qtvideosink into the build system.George Kiagiadakis2-0/+36
2012-01-06qtvideosink: Initial refactoring.George Kiagiadakis13-2443/+2235
2012-01-06Move the imported qtgst-qmlsink (now called qtvideosink) files to the right p...George Kiagiadakis4-0/+2748
2011-05-23Add support for installing libraries in lib64 and plugins in the standard gst...George Kiagiadakis1-1/+1
2011-02-15Add missing include dirs for dependend librariesSebastian Dröge1-1/+2
2011-01-14Link qwidgetvideosink explicitly with gstbase.George Kiagiadakis1-2/+2
2011-01-08Use QTGSTREAMER_VERSION as the version of the element plugins too.George Kiagiadakis2-2/+3
2011-01-08Fix linking with strict linkers such as gold.George Kiagiadakis1-2/+3