index
:
~hasselmm/qt-gstreamer
master
Personal (and usually outdated) clone of QtGStreamer
hasselmm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-13
Use QOpenGLContext instead of the QGLContext
HEAD
master
Mathias Hasselmann
6
-21
/
+25
2013-06-10
cmake: Add QTGSTREAMER_FOUND in QtGStreamerConfig for compatibility
George Kiagiadakis
1
-0
/
+4
2013-06-09
0.10.2.2 pre-release
George Kiagiadakis
1
-1
/
+1
2013-06-09
Update NEWS
George Kiagiadakis
1
-0
/
+37
2013-06-09
docs: Mention Qt5 support in the documentation and bring the README up-to-date
George Kiagiadakis
2
-16
/
+41
2013-06-09
cmake: Determine whether to use OpenGLES based on what Qt is using on the tar...
George Kiagiadakis
1
-9
/
+21
2013-06-09
FindQt4or5: fix compatibility with older cmake
George Kiagiadakis
1
-2
/
+3
2013-06-09
includes: Stop using <QtModule/QtClass> style includes outside of src/
George Kiagiadakis
29
-142
/
+71
2013-06-09
qml: Rename QtGStreamerQML to QtGStreamerQuick1 for less confusion and fix it...
George Kiagiadakis
3
-11
/
+18
2013-06-09
cmake: Improve QtGStreamerConfig.cmake
George Kiagiadakis
1
-7
/
+40
2013-06-09
elements: Rename qtvideosink and its variants in Qt5 to make it parallel inst...
George Kiagiadakis
13
-32
/
+81
2013-06-09
examples: Fix make examples_distcheck with Qt5
George Kiagiadakis
7
-9
/
+43
2013-06-09
cmake: Replace QtHelpers by a better FindQt4or5 script
George Kiagiadakis
23
-175
/
+338
2013-06-07
pkgconfig: add ${prefix} in all the path variables to make them correct
George Kiagiadakis
4
-8
/
+8
2013-06-07
qt5: Fix library names in the .pc files and rename the .pc files too
George Kiagiadakis
5
-11
/
+14
2013-06-07
qt5: Stop using QWeakPointer as a QPointer in Qt4 builds to reduce #ifdefs
George Kiagiadakis
3
-14
/
+2
2013-06-07
discoverertest: Fix variable scope problem
George Kiagiadakis
1
-5
/
+5
2013-06-07
discoverertest: Replace not keyword with !
George Kiagiadakis
1
-13
/
+13
2013-06-07
discoverertest: Fix compiler warning due to missing virtual destructor
George Kiagiadakis
1
-0
/
+2
2013-06-07
discoverertest: skip async test on platforms that do not have a glib event loop
George Kiagiadakis
2
-0
/
+13
2013-06-07
tests: fix urihandlertest on windows
George Kiagiadakis
1
-1
/
+2
2013-06-07
Rename signal.h to qglib_signal.h to avoid it being used instead of the syste...
George Kiagiadakis
8
-8
/
+8
2013-06-07
cmake: Improve installation dirs macros
George Kiagiadakis
11
-31
/
+39
2013-06-07
tests/compilation: Pass the TARGET_LINKER_FILE to the compilation tests
George Kiagiadakis
1
-2
/
+2
2013-06-07
tests/compilation: Pass the cmake generator to the compilation tests
George Kiagiadakis
2
-0
/
+2
2013-06-07
tests/compilation: don't link compilation tests with qtcore
George Kiagiadakis
1
-1
/
+1
2013-06-07
tests/compilation: Fix the compilation tests to work without FindQtGStreamer....
George Kiagiadakis
3
-5
/
+9
2013-06-07
qt5: Set QT_IMPORTS_DIR on qt5
George Kiagiadakis
1
-0
/
+14
2013-06-05
qt5: Fix the export macros to work with the Qt5* library names
George Kiagiadakis
4
-4
/
+4
2013-06-05
qt5: also port the qmlplayer example
George Kiagiadakis
2
-2
/
+10
2013-06-05
cmake: Fix library variable
George Kiagiadakis
1
-1
/
+1
2013-06-05
qt5: qtvideosink: Fix replacement of windowShown
Luciana Fujii Pontello
1
-1
/
+1
2013-06-05
qt5: examples: Fix floating point exception in player
Luciana Fujii Pontello
2
-5
/
+5
2013-06-05
qt5: objectstore: Fix refcount problem on Qt5 port
Luciana Fujii Pontello
1
-1
/
+1
2013-06-05
qt5: Initial port to Qt5
George Kiagiadakis
19
-36
/
+162
2013-06-05
qt5: Fix QtGStreamerConfig*.cmake to use qt5 when appropriate
George Kiagiadakis
2
-4
/
+17
2013-06-05
qt5: Rename the libraries and the package when building with qt5
George Kiagiadakis
5
-34
/
+43
2013-06-05
qt5: Add conditional support for Qt5 in the build system
George Kiagiadakis
9
-19
/
+104
2013-05-23
cmake: Use the new CMakePackageConfigHelpers
George Kiagiadakis
5
-136
/
+78
2013-05-23
cmake: Use CMAKE_INCLUDE_CURRENT_DIR
George Kiagiadakis
12
-14
/
+15
2013-05-23
cmake: Drop completely the optional automoc dependency
George Kiagiadakis
12
-84
/
+28
2013-05-23
cmake: bump version requirement to 2.8.9 to make use of CMAKE_POSITION_INDEPE...
George Kiagiadakis
1
-1
/
+3
2012-12-12
discoverer: Document the requirement of a glib event loop for the async API
George Kiagiadakis
1
-2
/
+4
2012-12-12
discoverertest: Use ADL in QGlib::Value equality operators to make the test w...
George Kiagiadakis
1
-2
/
+6
2012-12-12
QGst: Update gen.cpp to include GST_TYPE_DISCOVERER_RESULT and include pbutil...
George Kiagiadakis
2
-433
/
+437
2012-12-12
cmake: Raise version requirement of gst-plugins-bad to 0.10.36 and make pbuti...
George Kiagiadakis
1
-2
/
+2
2012-12-12
discoverer: operator<<: Pass by const reference
Murray Cumming
2
-4
/
+4
2012-12-12
Moved Fraction debug helper to structs.h
Murray Cumming
2
-6
/
+6
2012-12-12
Move DiscovererResult to enums.h
Murray Cumming
2
-9
/
+13
2012-12-12
Remove unused boost include
Murray Cumming
1
-4
/
+0
[next]