summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinevideowidget.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-24Resource -> OResource - please test, I do not have the right version of xine ↵drw1-2/+1
on my system to compile and run
2005-04-13sometimes the display must painted black - we'll just use memsetalwin1-2/+22
'cause working on fb itself so we'll not interfer with qpaint from main thread
2005-04-11next stage of bug huntingalwin1-65/+36
seems that errors/problems in pure display are fixed. removed all qpaint stuff may invoked in xine-thread (evil,evil!) - I think it isn't needed there. so I deactivated the mutex this moment
2005-04-10-restored file headeralwin1-29/+23
-removed obsolete stuff
2005-04-10- replaced the origin videopaint with a more simple one (this ↵alwin1-94/+86
high-sophisticated stuff isn't needed) in xinevideo - replaced an assert in lib.cpp with a "if" construct - may set a file without start playing it (for getting information and so on)
2005-04-02my last try to get mediaplayer2 more stable.alwin1-159/+200
-> protected the videobuffer with mutex, make a deep copy of it so xine may destruct its internal buffers as wanted
2005-03-31fix for the segfaults when displaying videos (it just had sometimesalwin1-0/+2
invalid inputimages when repainting)
2004-09-23-OTicker is in libqtaux so we need to link it to avoid weird crasheszecke1-0/+1
-Some function names have changed in xine update them -Start to merge video_out_fb.c changes into nullvideo and give credit to the source of it
2004-09-18A proposal for making the memory copy functions build with g++3.4.2.zecke1-19/+47
Please review the patch, specially the casts it makes, and also the boundaries and sizes. -Shouldn't we use unsigned char* instead of char*. For arm it is already unsigned? -Check again the casts
2004-03-02fix includeschicken1-3/+0
2002-12-11valgrind complained and here are some off-by-1 fixessandman1-3/+4
2002-12-11- slight simplification of XineControl constructorsimon1-11/+16
- fixed a race between the video resizing and the xine initialization
2002-09-24adapted to the new apiharlekin1-71/+80
2002-09-24Documentation for the video magic (for Holger ;)sandman1-194/+184
Small interface changes (better method names)
2002-09-02first parts of gamma correction, fullscreen on arm need some more workharlekin1-44/+44
2002-08-19fixesharlekin1-2/+5
2002-08-15click in fullscreen leeds to going back to the normal videowidget nowharlekin1-33/+35
2002-08-10added skins to videowidget, fixed fullscreen menu. Still needs work on ↵llornkcor1-161/+162
buttonmask.
2002-08-03Added support for fullscreen playbacksandman1-29/+66
2002-08-02Video should work now in QVFB and on the iPAQ with all transformationssandman1-94/+57
(0,90,180 and 270 deg)
2002-08-01video in qvfb works now with 0/90/180/270° rotationsandman1-8/+17
2002-08-01Optimized video repaint for 0 and 180 deg rotation - 90 and 270 are theresandman1-59/+192
but untested
2002-08-01Fixed video output (frames allocated before video was enabled viasandman1-42/+37
show_video flag have never been displayes thereafter) Also optimized the video widget
2002-07-11broken video widgetzecke1-2/+79
2002-07-10more updatesharlekin1-1/+1
2002-07-10First VideoWidgetzecke1-0/+53