summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Remove unused wrapDiscovererInfo()Murray Cumming1-10/+0
2012-12-12Rename DiscovererInfo::subTitleStream() to subtitleStream()Murray Cumming3-6/+6
2012-12-12tests: Add tests for QGst::DiscovererMathias Hasselmann7-1/+633
2012-12-12tests: Add equality operators to QGst::FractionMathias Hasselmann1-0/+5
2012-12-12tests: Teach QCOMPARE() printing certain GStreamer valuesMathias Hasselmann1-0/+17
2012-12-12Discoverer: Update gen.cpp for GstDiscoverer wrappingMathias Hasselmann1-371/+467
2012-12-12Add initial wrapping of GstDiscovererMathias Hasselmann5-1/+647
2012-12-12Add convenience constructors for ClockTimeMathias Hasselmann1-0/+25
2012-12-12cmake: Tell CMake about GStreamer's PBUtilsMathias Hasselmann1-1/+4
2012-12-12QGlib: Fix cast warning when connecting signalsMathias Hasselmann1-1/+1
2012-12-12QGlib: Update gen.cpp for GError wrappingMathias Hasselmann1-54/+56
2012-12-12QGlib: Integrate QGlib::Error with QGlib::ValueMathias Hasselmann4-9/+62
2012-12-06qtvideosink/OpenGLSurfacePainter: Define GL_CLAMP_TO_EDGE if not already definedGeorge Kiagiadakis1-0/+4
2012-12-06qmlplayer: s/setenv/qputenv/, since setenv() apparently does not exist on win...George Kiagiadakis1-1/+1
2012-10-21graphicsvideosurface.h: Fix example codeJavier Jardón1-2/+3
2012-08-24Fix include order because bison is retarded - fixes codegen compilation with ...George Kiagiadakis2-2/+2
2012-08-02Require cmake 2.8.4 since the $<> generator expressions are not implemented i...George Kiagiadakis1-1/+1
2012-06-19qtglvideosink: Use QPainter::device() instead of QGLContext::device() to get ...George Kiagiadakis1-2/+2
2012-06-10QtGStreamerConfig.cmake: Remove extra PATHS keywords that were added accident...George Kiagiadakis1-2/+2
2012-06-10QtGStreamerConfig.cmake: Take debian multiarch into account when defining the...George Kiagiadakis1-2/+8
2012-04-15Begin 0.10.3 development.George Kiagiadakis1-1/+1
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