summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Release 0.10.2RELEASE-0.10.2George Kiagiadakis2-2/+2
2012-04-080.10.1.2 pre-releaseGeorge Kiagiadakis1-1/+1
2012-04-08main.dox: Add documentation for qtvideosink and its variants.George Kiagiadakis3-33/+78
2012-04-08Add NEWS file.George Kiagiadakis1-0/+40
2012-04-08cmake: Build qmlplayer only if QtDeclarative is found (it is an optional dep).George Kiagiadakis1-1/+3
2012-04-08cmake: Add the GL include dirs in the compiler include path in all places whe...George Kiagiadakis2-1/+16
2012-04-08QtGstreamerUi: Improve docs that are mentioning qt(gl)videosink.George Kiagiadakis2-10/+14
2012-04-08GraphicsVideoSurface: Set the video sink to NULL state before disposing it.George Kiagiadakis1-0/+4
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis175-176/+176
2012-04-08cmake: Add an examples_distcheck targetGeorge Kiagiadakis2-0/+63
2012-04-08examples: Improve the build system scriptsGeorge Kiagiadakis12-17/+193
2012-04-07cmake: Check for OpenGL/OpenGLES before compiling GL bits in QtGStreamerUi.George Kiagiadakis1-1/+1
2012-04-07cmake: Remove -Wcast-align from the compiler flags.George Kiagiadakis1-1/+1
2012-04-07cmake: Add support for using OpenGLES for qtglvideosink on embedded systems.George Kiagiadakis3-4/+35
2012-02-08GraphicsVideoSurface: Update the code to use qtglvideosink for QGLWidget view...George Kiagiadakis1-13/+23
2012-02-07VideoWidget: Add support for qtglvideosinkGeorge Kiagiadakis1-0/+49
2012-02-07VideoWidget: Add support for qtvideosinkGeorge Kiagiadakis1-1/+48
2012-02-07Fix some problematic moc includes to work properly with cmake's automocGeorge Kiagiadakis3-2/+4
2012-02-07Update the READMEGeorge Kiagiadakis1-7/+12
2012-02-07cmake: Use cmake's internal automoc feature if cmake >= 2.8.6George Kiagiadakis1-3/+16
2012-02-07Fix compilation issue with the latest glibGeorge Kiagiadakis1-1/+1
2012-02-07Workaround build issues with boost 1.48George Kiagiadakis4-0/+20
2012-02-07VideoWidget: make the constructor explicit and add Q_DISABLE_COPYGeorge Kiagiadakis1-1/+2
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-16Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...George Kiagiadakis3-1/+70
2012-01-16Add a qmlplayer example (warning: very ugly UI)George Kiagiadakis6-0/+310
2012-01-16Add a qml plugin that exports GraphicsVideoWidget as a QML item called "Video...George Kiagiadakis7-1/+160
2012-01-16QtGStreamerUi: Add GraphicsVideoSurface and GraphicsVideoWidget classesGeorge Kiagiadakis8-2/+320
2012-01-15cmake: Adjust the external library checksGeorge Kiagiadakis1-12/+25
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