index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
QGst
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-07
cmake: Improve installation dirs macros
George Kiagiadakis
4
-9
/
+9
2013-06-05
qt5: Fix the export macros to work with the Qt5* library names
George Kiagiadakis
3
-3
/
+3
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
5
-5
/
+37
2013-06-05
qt5: Rename the libraries and the package when building with qt5
George Kiagiadakis
1
-15
/
+15
2013-06-05
qt5: Add conditional support for Qt5 in the build system
George Kiagiadakis
1
-2
/
+2
2013-05-23
cmake: Use CMAKE_INCLUDE_CURRENT_DIR
George Kiagiadakis
1
-1
/
+0
2013-05-23
cmake: Drop completely the optional automoc dependency
George Kiagiadakis
1
-3
/
+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
QGst: Update gen.cpp to include GST_TYPE_DISCOVERER_RESULT and include pbutil...
George Kiagiadakis
2
-433
/
+437
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
2012-12-12
Remove unused wrapDiscovererInfo()
Murray Cumming
1
-10
/
+0
2012-12-12
Rename DiscovererInfo::subTitleStream() to subtitleStream()
Murray Cumming
2
-3
/
+3
2012-12-12
tests: Add equality operators to QGst::Fraction
Mathias Hasselmann
1
-0
/
+5
2012-12-12
Discoverer: Update gen.cpp for GstDiscoverer wrapping
Mathias Hasselmann
1
-371
/
+467
2012-12-12
Add initial wrapping of GstDiscoverer
Mathias Hasselmann
5
-1
/
+647
2012-12-12
Add convenience constructors for ClockTime
Mathias Hasselmann
1
-0
/
+25
2012-10-21
graphicsvideosurface.h: Fix example code
Javier Jardón
1
-2
/
+3
2012-04-08
cmake: Add the GL include dirs in the compiler include path in all places whe...
George Kiagiadakis
1
-0
/
+5
2012-04-08
QtGstreamerUi: Improve docs that are mentioning qt(gl)videosink.
George Kiagiadakis
2
-10
/
+14
2012-04-08
GraphicsVideoSurface: Set the video sink to NULL state before disposing it.
George Kiagiadakis
1
-0
/
+4
2012-04-08
Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...
George Kiagiadakis
78
-78
/
+78
2012-04-07
cmake: Check for OpenGL/OpenGLES before compiling GL bits in QtGStreamerUi.
George Kiagiadakis
1
-1
/
+1
2012-02-08
GraphicsVideoSurface: Update the code to use qtglvideosink for QGLWidget view...
George Kiagiadakis
1
-13
/
+23
2012-02-07
VideoWidget: Add support for qtglvideosink
George Kiagiadakis
1
-0
/
+49
2012-02-07
VideoWidget: Add support for qtvideosink
George Kiagiadakis
1
-1
/
+48
2012-02-07
Workaround build issues with boost 1.48
George Kiagiadakis
3
-0
/
+15
2012-02-07
VideoWidget: make the constructor explicit and add Q_DISABLE_COPY
George Kiagiadakis
1
-1
/
+2
2012-01-16
Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...
George Kiagiadakis
2
-1
/
+50
2012-01-16
QtGStreamerUi: Add GraphicsVideoSurface and GraphicsVideoWidget classes
George Kiagiadakis
8
-2
/
+320
2011-08-10
Add the gen.cpp files in the repository.
George Kiagiadakis
1
-0
/
+883
2011-08-10
Fix compilation with glib 2.29
George Kiagiadakis
1
-1
/
+2
2011-02-15
Add missing include dirs for dependend libraries
Sebastian Dröge
1
-2
/
+8
2011-02-12
Fix Structure::fromString(const QString &).
George Kiagiadakis
1
-1
/
+1
2011-02-12
Document the Element::unlink() variants as they are meant to be used.
George Kiagiadakis
1
-0
/
+10
2011-02-12
Fix Element::unlink().
George Kiagiadakis
2
-1
/
+19
2011-02-10
Install Utils/global.h
George Kiagiadakis
1
-0
/
+1
2011-02-06
Add Pad::setActive.
George Kiagiadakis
2
-0
/
+7
2011-02-06
Add Element::removePad().
George Kiagiadakis
2
-0
/
+7
2011-01-21
Add Element::linkMany() and Element::unlinkMany() methods.
George Kiagiadakis
1
-0
/
+80
2011-01-21
Add variadic Bin::add implementation.
George Kiagiadakis
1
-0
/
+46
2011-01-21
Add documentationUri() and iconName() in ElementFactory.
George Kiagiadakis
2
-0
/
+12
2011-01-21
Add a copy() method in SharedStructure and a test case for SharedStructure.
George Kiagiadakis
2
-0
/
+8
2011-01-21
Add QGst::Int64Range.
George Kiagiadakis
4
-2
/
+27
2011-01-21
Register ClockTime with the type system, to be possible to use it with QGlib:...
George Kiagiadakis
1
-0
/
+2
2011-01-21
Generate the list of codegen headers instead of hardcoding it.
George Kiagiadakis
1
-30
/
+2
2011-01-21
Do not prevent people on QWS from using XOverlay; we may one day have an XOve...
George Kiagiadakis
1
-2
/
+0
[next]