summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2
AgeCommit message (Collapse)AuthorFilesLines
2007-02-05BUG: Lack of a << made opieplayer2 uncompilable.erik1-1/+1
FIX: It is put in now.
2007-01-31A few files that dereference pointers w/out checking that the pointer iserik1-25/+10
valid.
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik3-94/+94
In that expansion a whole new crop of unchecked returns has sprung up. This commit fixes those weeds or should I say potential bugs.
2007-01-10opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530hrw1-1/+1
2005-06-03Fix compile error...sorry Mickey...finally remembered to do this...drw1-1/+1
2005-06-02s/Resource/OResource/mickeyl1-4/+9
2005-05-25Use loadPixmap to fix compile errordrw1-1/+1
2005-05-24Resource -> OResource - please test, I do not have the right version of xine ↵drw7-94/+100
on my system to compile and run
2005-05-12Fix for #1657 to show the play button when we've playable fileszecke1-0/+6
patch courtsey Gints Polis
2005-04-20Add missing filezecke1-0/+181
2005-04-17Opie Player2 XINE update:zecke8-689/+1893
-update xine code alphablend, yuv2rgb to be up to date -XINELib: -use the XINE infrastructure to change the gui width/height -use the XINE infrastructure to change the brightness -Update the NULL Video Driver: -make use of frame_dest_cb and and dest_size_cb (callback) to update the size of the gui -use alphablend -merge the video_out_fb xine driver To Alwin: your testvideo now lockups op2. with valgrind I see it has to do with the yuv2rgb conversion methods
2005-04-13sometimes the display must painted black - we'll just use memsetalwin2-2/+25
'cause working on fb itself so we'll not interfer with qpaint from main thread
2005-04-12buildfixalwin1-0/+1
2005-04-12some usefull xine-helpersalwin2-6/+32
2005-04-11next stage of bug huntingalwin2-86/+57
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 ↵alwin4-157/+163
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-09Cosmetic OpiePlayer2 changes:zecke6-127/+4
-Remove class Frame and zeckeplayer.pro -Update to compile without frame.h
2005-04-09cleanup audio/videooutput the right wayalwin1-0/+2
2005-04-02my last try to get mediaplayer2 more stable.alwin2-184/+229
-> 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)
2005-03-24Keep paused when sliding the progress bar in paused state. Block de audio ↵skyhusker1-2/+21
device only while playing.
2005-03-06patches from Paul, human readable sizes and play button #1216llornkcor4-12/+59
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-08check for skins directory and fail nicely if not foundllornkcor1-0/+5
2005-01-04CONTROL files : changed version stringwimpie2-2/+2
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl2-456/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+456
2004-11-14+descriptionmickeyl1-1/+1
2004-11-11- correctionar1-0/+1
2004-11-11- add commentar1-0/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-02Fixed for renamed .desktop filebrad1-1/+1
2004-09-24Slider needs to be fixedzecke1-1/+1
2004-09-24Add TODO items for OpiePlayerzecke1-0/+18
2004-09-24-remove qApp->processEvents when starting playingzecke3-47/+64
Revamp Adding Files and Add Directory -Remove custom code to save the last Directory Used -Share MimeType creating code -Add Method to add a File to the Playlist and use it for AddFile and Add Directory
2004-09-24Handling of Errors is a bit problematic with the current design.zecke3-23/+30
We can start playing from multiple contexts. This are the PlayList context and single file context. Now the problem is that MediapPlayerState::setPlaying emits a signal. If started from the the PlayList setPlaying(false) would trigger an infite loop together with the Play ToggleButton, in single file context setPlaying(false) is the right choiche. The intermediate solution is to show an Error MessageBox and to raise the Audio Widget and leave it to the user to close it or go to the next file.
2004-09-24-Save the State on deletion of the MediaPlayerStatezecke1-0/+5
2004-09-24Give Status for Sking Loading and Finishing Loadingzecke1-12/+13
2004-09-24-Emit Progress from the xine Engine to Global::statusMessagezecke4-15/+28
-Change ThreadUtil to pass data and const char* among threads
2004-09-23If you close the Audio-/VideoWidget and the stream was pausedzecke1-0/+1
it didn't play on request. Remove the paused state of MediaPlayerState
2004-09-23-Remove bogus whitespaceszecke8-130/+55
-Remove stl dependency -Make switching from fullscreen video to audio work -Remove debug output
2004-09-23-OTicker is in libqtaux so we need to link it to avoid weird crasheszecke4-141/+236
-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-23Whitespace and indenting changeszecke1-89/+94
2004-09-20catch up with recent libxine API changesmickeyl1-7/+7
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-09-10support for DEVFSschurig1-0/+4
2004-09-08ignore .mocschurig1-1/+1
2004-06-29As pointed out by bradc OpiePlayer2 is not able to open desktop files.zecke1-1/+7
Now we check if it is a valid desktop file and then ask for the DocLnk::file() and then use that for open.
2004-05-31- convert qDebug to odebugar1-1/+0