index
:
libqtgstreamer.git
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-02-07
Fix compilation issue with the latest glib
HEAD
master
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-06
qtvideosink_autotest: add test for the color balance interface
George Kiagiadakis
2
-2/+143
2012-02-06
qtglvideosinkbase: implement the GstColorBalance interface
George Kiagiadakis
4
-9/+193
2012-02-06
qtvideosink: let BufferEvent keep its own reference on the GstBuffer
George Kiagiadakis
2
-5/+5
2012-02-06
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-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
[next]