index
:
libqtgstreamer.git
1.0
1.0-josh
cmake-automoc
master
qtvideosink-0.11
qtvideosinktest
Unnamed repository; edit this file to name it for gitweb.
George Kiagiadakis
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-26
qtvideosink: Initial port to gst-0.11
qtvideosink-0.11
George Kiagiadakis
7
-157/+122
2012-01-26
Adjust buildsystem to use gst-0.11
George Kiagiadakis
3
-12/+12
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-15
Add a qmlplayer example (warning: very ugly UI)
George Kiagiadakis
6
-0/+310
2012-01-15
Add a qml plugin that exports GraphicsVideoWidget as a QML item called "Video...
George Kiagiadakis
7
-1/+160
2012-01-15
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
2012-01-15
qtvideosink: Paint only when there is a buffer available.
George Kiagiadakis
1
-1/+1
2012-01-15
qtvideosink: Use qreal in the paint() signal's arguments for specifying the c...
George Kiagiadakis
5
-8/+19
2012-01-15
qtvideosink: Paint black areas on the backend and use QRectF instead of QRect.
George Kiagiadakis
7
-93/+142
2012-01-06
qtvideosink: Calculate clipping correctly in the OpenGL renderers.
George Kiagiadakis
2
-4/+6
2012-01-06
qtvideosink: Fix crash when restarting with the same buffer format.
George Kiagiadakis
1
-4/+7
2012-01-06
qtvideosink: Add qtvideosink into the build system.
George Kiagiadakis
4
-0/+57
2012-01-06
qtvideosink: Initial refactoring.
George Kiagiadakis
13
-2443/+2235
2012-01-06
Merge branch 'qtgst-qmlsink-import' into master
George Kiagiadakis
4
-0/+2748
2012-01-06
Move the imported qtgst-qmlsink (now called qtvideosink) files to the right p...
George Kiagiadakis
4
-0/+0
2012-01-06
Clear the video widget when the pipeline is not playing
Vincent Penquerc'h
4
-2/+46
2012-01-06
Renamed to prevent collisions with Qt Multimedia
Alvaro Soliverez
4
-155/+155
2012-01-06
Fixed license headers
Mateu Batle
4
-96/+8
2012-01-06
QPainterVideoSurface: Activate one more supported format in GLESv2
Brandon Lewis
1
-2/+2
2012-01-06
Rename qpaintervideosurface_p.h -> qpaintervideosurface.h
Brandon Lewis
2
-1/+1
2012-01-06
QPainterVideoSurface: comment out some of the formats which appear to be brok...
Brandon Lewis
1
-4/+7
2012-01-06
QPainterVideoSurface: attempt to set an opengl context and create a painter a...
Brandon Lewis
1
-17/+16
2012-01-06
QPainterVideoSurface: apply a patch from qt-mobility to speed up rendering
Brandon Lewis
1
-2/+4
2012-01-06
QVideoSurfaceGstSink: add more debugging info
Brandon Lewis
1
-2/+8
2012-01-06
QPainterVideoSurface: add more debugging info
Brandon Lewis
1
-0/+19
2012-01-06
Something that seems to work
Brandon Lewis
4
-0/+2763
2011-12-05
Don't use pkg-config variables directly in FindGObject.cmake.
George Kiagiadakis
1
-4/+0
2011-11-14
Fix uri encoding in the player example.
George Kiagiadakis
1
-1/+2
2011-11-10
Fix qmake compilation issues in the player example.
George Kiagiadakis
3
-6/+6
2011-09-30
Fix compilation with QT_NO_STL.
George Kiagiadakis
1
-10/+20
2011-08-10
Add the gen.cpp files in the repository.
George Kiagiadakis
2
-0/+1034
2011-08-10
Add license header in codegen's generated files.
George Kiagiadakis
1
-9/+29
2011-08-10
Fix CMakeLists.txt to avoid errors about missing automoc4_add_* macros when a...
George Kiagiadakis
1
-7/+9
2011-08-10
Add option to not build and use codegen.
George Kiagiadakis
3
-17/+46
[next]