summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Add support for x-va buffersHEADmasterSjoerd Simons6-7/+165
2011-03-09Renamed to prevent collisions with Qt MultimediaAlvaro Soliverez13-302/+302
2011-02-13Included LICENSE fileMateu Batle1-0/+504
2011-02-13Added dependency in READMEMateu Batle1-2/+2
2011-02-13Fixed license headersMateu Batle12-288/+24
2011-01-20QPainterVideoSurface: Activate one more supported format in GLESv2Brandon Lewis1-2/+2
2011-01-20Update readmeBrandon Lewis1-1/+3
2011-01-20Add a readmeBrandon Lewis1-0/+67
2011-01-19Rename qpaintervideosurface_p.h -> qpaintervideosurface.hBrandon Lewis5-4/+4
2011-01-19MyQGraphicsItem -> GstVideoItemBrandon Lewis4-57/+57
2011-01-19Test: refactor test code so that it's easier to create pipeline in a callbackBrandon Lewis1-20/+35
2011-01-19QPainterVideoSurface: comment out some of the formats which appear to be brok...Brandon Lewis1-4/+7
2011-01-19QPainterVideoSurface: attempt to set an opengl context and create a painter a...Brandon Lewis1-17/+16
2011-01-19QPainterVideoSurface: apply a patch from qt-mobility to speed up renderingBrandon Lewis1-2/+4
2011-01-19QVideoSurfaceGstSink: add more debugging infoBrandon Lewis1-2/+8
2011-01-19QPainterVideoSurface: add more debugging infoBrandon Lewis1-0/+19
2011-01-18MyGraphicsVideoItem: don't delete video surface in destructorBrandon Lewis1-1/+1
2011-01-18Set a non-null factory on the sink element, as as farsight2 throws an assertionBrandon Lewis4-5/+11
2011-01-13Really install headers this timeBrandon Lewis1-3/+3
2011-01-13delete a backup file that should never have been checked inBrandon Lewis1-1682/+0
2011-01-11Check in Button.qmlBrandon Lewis1-0/+47
2011-01-10tests: remove unneeded includesBrandon Lewis1-2/+0
2011-01-10Build as a shared libraryBrandon Lewis1-3/+11
2011-01-10Move main.cpp into tests subdirBrandon Lewis3-0/+13
2011-01-10Switch from plain Makefile to qmake projectBrandon Lewis2-45/+29
2011-01-07force 720p output from videotestsrcBrandon Lewis1-2/+13
2011-01-06Generate test pattern if no file is givenBrandon Lewis1-9/+23
2011-01-06Add audio to pipelineBrandon Lewis1-6/+8
2011-01-06More realistic QML layoutBrandon Lewis1-18/+90
2011-01-06Implement primative framerate calculationBrandon Lewis2-0/+50
2011-01-06Change resizing rules of declarative viewBrandon Lewis1-1/+2
2011-01-06Add a queue before the video syncBrandon Lewis1-3/+5
2011-01-06Correct typo in commentsBrandon Lewis1-1/+1
2011-01-05load qml file *after* setting videosurface context propertyBrandon Lewis1-2/+5
2011-01-05Remove cruft from main.cppBrandon Lewis1-11/+1
2011-01-05Create VideoItem from QML instead of C++Brandon Lewis2-12/+28
2011-01-05Make "surface" a propertyBrandon Lewis1-0/+1
2011-01-05Change MyQGraphicsVideoItem api to allow setting surface externallyBrandon Lewis3-8/+13
2011-01-05Add comments to main.cppBrandon Lewis1-1/+4
2011-01-05Remove some QT_MM cruftBrandon Lewis1-1/+1
2011-01-05Remove the my videoitem classBrandon Lewis3-235/+1
2011-01-04play the first file given on the command line, rotated and scaled to 50%Brandon Lewis1-5/+37
2011-01-04Something that seems to workBrandon Lewis15-22/+6273
2010-12-23Create simple video pipelineBrandon Lewis3-2/+35
2010-12-23VideoItem: ifdef out stuff which won't compileBrandon Lewis2-5/+2
2010-12-22Start with some code lifted from qt-mobilityBrandon Lewis5-2/+265
2010-12-22initBrandon Lewis2-0/+25