summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Use QOpenGLContext instead of the QGLContextHEADmasterMathias Hasselmann2-2/+4
2013-06-09docs: Mention Qt5 support in the documentation and bring the README up-to-dateGeorge Kiagiadakis1-5/+29
2013-06-09qml: Rename QtGStreamerQML to QtGStreamerQuick1 for less confusion and fix it...George Kiagiadakis3-11/+18
2013-06-09elements: Rename qtvideosink and its variants in Qt5 to make it parallel inst...George Kiagiadakis5-9/+29
2013-06-09cmake: Replace QtHelpers by a better FindQt4or5 scriptGeorge Kiagiadakis6-18/+21
2013-06-07pkgconfig: add ${prefix} in all the path variables to make them correctGeorge Kiagiadakis4-8/+8
2013-06-07qt5: Fix library names in the .pc files and rename the .pc files tooGeorge Kiagiadakis5-11/+14
2013-06-07qt5: Stop using QWeakPointer as a QPointer in Qt4 builds to reduce #ifdefsGeorge Kiagiadakis1-5/+1
2013-06-07Rename signal.h to qglib_signal.h to avoid it being used instead of the syste...George Kiagiadakis8-8/+8
2013-06-07cmake: Improve installation dirs macrosGeorge Kiagiadakis8-21/+22
2013-06-05qt5: Fix the export macros to work with the Qt5* library namesGeorge Kiagiadakis4-4/+4
2013-06-05qt5: objectstore: Fix refcount problem on Qt5 portLuciana Fujii Pontello1-1/+1
2013-06-05qt5: Initial port to Qt5George Kiagiadakis7-6/+45
2013-06-05qt5: Rename the libraries and the package when building with qt5George Kiagiadakis3-28/+28
2013-06-05qt5: Add conditional support for Qt5 in the build systemGeorge Kiagiadakis2-3/+3
2013-05-23cmake: Use the new CMakePackageConfigHelpersGeorge Kiagiadakis1-3/+15
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis3-3/+1
2013-05-23cmake: Drop completely the optional automoc dependencyGeorge Kiagiadakis3-5/+5
2012-12-12discoverer: Document the requirement of a glib event loop for the async APIGeorge Kiagiadakis1-2/+4
2012-12-12QGst: Update gen.cpp to include GST_TYPE_DISCOVERER_RESULT and include pbutil...George Kiagiadakis2-433/+437
2012-12-12discoverer: operator<<: Pass by const referenceMurray Cumming2-4/+4
2012-12-12Moved Fraction debug helper to structs.hMurray Cumming2-6/+6
2012-12-12Move DiscovererResult to enums.hMurray Cumming2-9/+13
2012-12-12Remove unused boost includeMurray Cumming1-4/+0
2012-12-12Remove unused wrapDiscovererInfo()Murray Cumming1-10/+0
2012-12-12Rename DiscovererInfo::subTitleStream() to subtitleStream()Murray Cumming2-3/+3
2012-12-12tests: Add equality operators to QGst::FractionMathias Hasselmann1-0/+5
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-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 Hasselmann3-9/+47
2012-10-21graphicsvideosurface.h: Fix example codeJavier Jardón1-2/+3
2012-04-08main.dox: Add documentation for qtvideosink and its variants.George Kiagiadakis1-5/+78
2012-04-08cmake: Add the GL include dirs in the compiler include path in all places whe...George Kiagiadakis1-0/+5
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 Kiagiadakis108-108/+108
2012-04-07cmake: Check for OpenGL/OpenGLES before compiling GL bits in QtGStreamerUi.George Kiagiadakis1-1/+1
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 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-01-16Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...George Kiagiadakis2-1/+50
2012-01-16Add a qml plugin that exports GraphicsVideoWidget as a QML item called "Video...George Kiagiadakis6-0/+152
2012-01-16QtGStreamerUi: Add GraphicsVideoSurface and GraphicsVideoWidget classesGeorge Kiagiadakis8-2/+320
2011-09-30Fix compilation with QT_NO_STL.George Kiagiadakis1-10/+20