index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-15
Release 0.10.2
RELEASE-0.10.2
George Kiagiadakis
2
-2
/
+2
2012-04-08
0.10.1.2 pre-release
George Kiagiadakis
1
-1
/
+1
2012-04-08
main.dox: Add documentation for qtvideosink and its variants.
George Kiagiadakis
3
-33
/
+78
2012-04-08
Add NEWS file.
George Kiagiadakis
1
-0
/
+40
2012-04-08
cmake: Build qmlplayer only if QtDeclarative is found (it is an optional dep).
George Kiagiadakis
1
-1
/
+3
2012-04-08
cmake: Add the GL include dirs in the compiler include path in all places whe...
George Kiagiadakis
2
-1
/
+16
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
175
-176
/
+176
2012-04-08
cmake: Add an examples_distcheck target
George Kiagiadakis
2
-0
/
+63
2012-04-08
examples: Improve the build system scripts
George Kiagiadakis
12
-17
/
+193
2012-04-07
cmake: Check for OpenGL/OpenGLES before compiling GL bits in QtGStreamerUi.
George Kiagiadakis
1
-1
/
+1
2012-04-07
cmake: Remove -Wcast-align from the compiler flags.
George Kiagiadakis
1
-1
/
+1
2012-04-07
cmake: Add support for using OpenGLES for qtglvideosink on embedded systems.
George Kiagiadakis
3
-4
/
+35
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
Fix some problematic moc includes to work properly with cmake's automoc
George Kiagiadakis
3
-2
/
+4
2012-02-07
Update the README
George Kiagiadakis
1
-7
/
+12
2012-02-07
cmake: Use cmake's internal automoc feature if cmake >= 2.8.6
George Kiagiadakis
1
-3
/
+16
2012-02-07
Fix compilation issue with the latest glib
George Kiagiadakis
1
-1
/
+1
2012-02-07
Workaround build issues with boost 1.48
George Kiagiadakis
4
-0
/
+20
2012-02-07
VideoWidget: make the constructor explicit and add Q_DISABLE_COPY
George Kiagiadakis
1
-1
/
+2
2012-02-07
qtvideosinkbase: Add pixel-aspect-ratio property
George Kiagiadakis
4
-1
/
+64
2012-02-07
qtvideosink_autotest: add test for the color balance interface
George Kiagiadakis
2
-2
/
+143
2012-02-07
qtglvideosinkbase: implement the GstColorBalance interface
George Kiagiadakis
4
-9
/
+193
2012-02-07
qtvideosink: let BufferEvent keep its own reference on the GstBuffer
George Kiagiadakis
2
-5
/
+5
2012-02-07
qtvideosink: fix some minor details
George Kiagiadakis
6
-5
/
+11
2012-01-27
qtvideosink: Make a separate qtglvideosink element that has GL capabilities.
George Kiagiadakis
15
-196
/
+504
2012-01-27
qtvideosink: Fix displayAspectRatio calculation.
George Kiagiadakis
3
-1
/
+10
2012-01-19
qtvideosink_autotest: add benchmarks for the various paint() implementations
George Kiagiadakis
1
-0
/
+23
2012-01-19
qtvideosink: Split the video areas calculation code in a separate function an...
George Kiagiadakis
7
-110
/
+231
2012-01-16
Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...
George Kiagiadakis
3
-1
/
+70
2012-01-16
Add a qmlplayer example (warning: very ugly UI)
George Kiagiadakis
6
-0
/
+310
2012-01-16
Add a qml plugin that exports GraphicsVideoWidget as a QML item called "Video...
George Kiagiadakis
7
-1
/
+160
2012-01-16
QtGStreamerUi: Add GraphicsVideoSurface and GraphicsVideoWidget classes
George Kiagiadakis
8
-2
/
+320
2012-01-15
cmake: Adjust the external library checks
George Kiagiadakis
1
-12
/
+25
2012-01-15
qtvideosink: Add automatic unit test.
George Kiagiadakis
2
-2
/
+773
2012-01-15
qtvideosink: assert if paint is called with a different active QGLContext tha...
George Kiagiadakis
1
-2
/
+10
2012-01-15
qtvideosink: Make the "glcontext" property write-only and available even when...
George Kiagiadakis
2
-26
/
+6
2012-01-15
qtvideosink: Make WidgetProxy (now QWidgetVideoSinkDelegate) a subclass of Qt...
George Kiagiadakis
11
-213
/
+211
2012-01-15
QtVideoSinkDelegate: Replace ShaderType enum with PainterType
George Kiagiadakis
2
-34
/
+22
2012-01-15
qtvideosink: Rename GstQtVideoSinkSurface to QtVideoSinkDelegate
George Kiagiadakis
7
-41
/
+39
2012-01-15
qtvideosink: Cleanup code in the opengl backend.
George Kiagiadakis
3
-140
/
+96
2012-01-15
qtvideosink: Sort out the mess with the various formats.
George Kiagiadakis
10
-515
/
+398
2012-01-15
Merge qwidgetvideosink with qtvideosink.
George Kiagiadakis
6
-650
/
+351
2012-01-15
qtvideosink: Abstract the basic functionality into a GstQtVideoSinkBase class.
George Kiagiadakis
7
-187
/
+358
2012-01-15
qtvideosink: fix black area calculation when videoArea == targetArea
George Kiagiadakis
1
-19
/
+23
2012-01-15
qtvideosink: Fail properly (emit bus error msg, etc...) when no painter can b...
George Kiagiadakis
1
-2
/
+4
2012-01-15
qtvideosink: Do not override the value of m_formatDirty if the format change ...
George Kiagiadakis
1
-1
/
+3
[next]