summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinevideowidget.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-13sometimes the display must painted black - we'll just use memsetalwin1-0/+3
'cause working on fb itself so we'll not interfer with qpaint from main thread
2005-04-11next stage of bug huntingalwin1-21/+21
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- replaced the origin videopaint with a more simple one (this ↵alwin1-0/+1
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-25/+29
-> protected the videobuffer with mutex, make a deep copy of it so xine may destruct its internal buffers as wanted
2002-12-11- slight simplification of XineControl constructorsimon1-1/+3
- fixed a race between the video resizing and the xine initialization
2002-09-24Documentation for the video magic (for Holger ;)sandman1-19/+20
Small interface changes (better method names)
2002-08-15click in fullscreen leeds to going back to the normal videowidget nowharlekin1-7/+8
2002-08-03Added support for fullscreen playbacksandman1-6/+14
2002-08-01Optimized video repaint for 0 and 180 deg rotation - 90 and 270 are theresandman1-5/+2
but untested
2002-08-01Fixed video output (frames allocated before video was enabled viasandman1-0/+3
show_video flag have never been displayes thereafter) Also optimized the video widget
2002-07-11broken video widgetzecke1-0/+13
2002-07-10First VideoWidgetzecke1-0/+51