summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qpaintervideosurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Release videoframe on painter stop()Wouter Huysentruit2014-03-061-0/+11
* Fix: Only flip video once for BottomToTop scanline directionsWouter Huysentruit2013-01-141-23/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update to new license formatSergio Ahumada2012-11-071-22/+22
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
* Set painter for shader type correctly, fix object destructionHolger Schröder2011-11-231-12/+1
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
* Merge branch 'master' of ../qtmobilityAlex2011-05-181-0/+20
|\
| * skip invalid video frame in ::paint() of qpaintvideosurface.cppZhao, halley2011-05-091-0/+20
* | Docs: QTMOBILITY-790 multimedia.Peter Yard2011-05-131-0/+20
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtmobility into mu...Michael Goddard2011-04-271-1/+2
|\
| * Docs: added since version to 1.0 classes. QTMOBILITY-790Peter Yard2011-04-151-1/+2
* | Compilation fixDmytro Poplavskiy2011-04-271-0/+3
* | Do not check GLSL support from extension string for GLESv2Zhao, halley2011-04-211-2/+4
* | use GL_CLAMP_TO_EDGE instead of GL_REPEAT for video texture mappingZhao, halley2011-04-211-2/+2
|/
* Fix QPainterVideoSurface test failure with opengl es.Andrew den Exter2010-11-251-1/+6
* Pixmap video supportJustin McPherson2010-08-121-31/+82
* Fixed QVideoSurfaceGLPainter colorspace transformation matrix.Dmytro Poplavskiy2010-07-231-5/+31
* QPainterVideoSurface: fixed plane offset calculation for video framesDmytro Poplavskiy2010-07-201-10/+16
* QGraphicsVideoItem: detect the GL widget is destroyedDmytro Poplavskiy2010-07-201-7/+30
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-051-17/+17
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-041-17/+17
* Manual cherry-pick of 7c594907d521bb29ecca1b953a4ceea49ec32dd4 from QtThiago Macieira2010-06-251-17/+17
* Merge branch '1.0' of [email protected]:qtmobility/qtmobility into 1.0Justin McPherson2010-05-281-1/+1
|\
| * Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
| * Moved Multimedia out of QtMobility namespace.Dmytro Poplavskiy2010-04-071-2/+2
| * fix multimedia compiler errors using Qt in a namespace.Wolfgang Beck2010-03-251-1/+1
* | Merge branch 'master' into moduleKurt Korbatits2010-05-241-22/+9
|\ \
| * | QuickTime media backend: Render CIImage based video frames directly withDmytro Poplavskiy2010-05-171-22/+9
* | | Combined QtMultimedia into QtMediaKurt Korbatits2010-05-201-1/+1
|/ /
* | Fixed incorrectly clipped video when rendered on QGLWidgetDmytro Poplavskiy2010-05-121-10/+14
* | Moved Multimedia out of QtMobility namespace.Dmytro Poplavskiy2010-04-121-2/+2
|/
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-181-4/+4
* Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-171-2/+74
* Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-161-0/+26
* Fix flickering when items are overlaid on QGraphicsVideoItem.Andrew den Exter2010-02-151-0/+6
* Extend hue rotation to a full 360 degrees.Andrew den Exter2010-02-151-1/+1
* Fix hue rotation in QPainterVideoSurface.Andrew den Exter2010-02-151-9/+9
* Tests for QGraphicsVideoItem offset, size and aspectRatioMode.Andrew den Exter2010-01-281-23/+31
* Add size, offset and fillMode properties to QGraphicsVideoItem.Andrew den Exter2010-01-281-8/+8
* Flip the drawing of video frames with BottomToTop scan line direction.Andrew den Exter2010-01-201-10/+25
* Flush the current frame rather than generating an error on a null frame.Andrew den Exter2009-12-011-2/+3
* Paint frames inverted if the scan line direction is bottom to top.Andrew den Exter2009-12-011-7/+33
* Draw a black rectangle if there is no current frame.Andrew den Exter2009-11-301-0/+2
* sync with masterAlex2009-11-201-31/+90
* catch up with recent master changesAlex2009-11-191-0/+3
* don't depend on Q_MOC_EXPAND_MACROS pragma as we won't be able toAlex2009-11-191-0/+2
* namespace changes for multimedia (#3)Alex2009-11-191-0/+4
* move all libraries to src/ subdirAlex2009-11-101-0/+1356