summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Allow scripts to reactivate surfacesHEADmasterVincent Penquerc'h2-0/+10
2011-06-30Limit the render timeout 25msSjoerd Simons1-3/+2
2011-06-27Default to not being idle at start (as it used to).Vincent Penquerc'h1-1/+1
2011-06-13Increase idle timeout from 500 ms to 2500 msVincent Penquerc'h1-1/+1
2011-06-10Set a idle property when no frames are received for a whileVincent Penquerc'h2-0/+51
2011-05-21Clear the video widget when the pipeline is not playingVincent Penquerc'h4-2/+46
2011-05-18Make isFormatSupported constVincent Penquerc'h2-2/+2
2011-05-17Deferring size updating seems to avoid the UI wedgingVincent Penquerc'h1-1/+1
2011-05-11Update the size of the drawing area when setting a new surfaceVincent Penquerc'h1-0/+1
2011-05-09Fix spacingMateu Batle1-11/+11
2011-05-09Fix Qt properties must have always READ functionMateu Batle2-1/+8
2011-05-09Removing libva config, since it does not existMateu Batle1-1/+1
2011-05-09fix some spacing to conform style guideMateu Batle3-12/+12
2011-05-09Add support for x-va buffersSjoerd Simons6-7/+165
2011-05-09Properly connect/disconnect signalsVincent Penquerc'h1-3/+11
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