Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-02-05 | BUG: Lack of a << made opieplayer2 uncompilable. | erik | 1 | -1/+1 |
FIX: It is put in now. | ||||
2007-01-31 | A few files that dereference pointers w/out checking that the pointer is | erik | 1 | -25/+10 |
valid. | ||||
2007-01-31 | I expanded my audit to include any app I could get to compile in i386. | erik | 3 | -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-10 | opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530 | hrw | 1 | -1/+1 |
2005-06-03 | Fix compile error...sorry Mickey...finally remembered to do this... | drw | 1 | -1/+1 |
2005-06-02 | s/Resource/OResource/ | mickeyl | 1 | -4/+9 |
2005-05-25 | Use loadPixmap to fix compile error | drw | 1 | -1/+1 |
2005-05-24 | Resource -> OResource - please test, I do not have the right version of xine ↵ | drw | 7 | -94/+100 |
on my system to compile and run | ||||
2005-05-12 | Fix for #1657 to show the play button when we've playable files | zecke | 1 | -0/+6 |
patch courtsey Gints Polis | ||||
2005-04-20 | Add missing file | zecke | 1 | -0/+181 |
2005-04-17 | Opie Player2 XINE update: | zecke | 8 | -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-13 | sometimes the display must painted black - we'll just use memset | alwin | 2 | -2/+25 |
'cause working on fb itself so we'll not interfer with qpaint from main thread | ||||
2005-04-12 | buildfix | alwin | 1 | -0/+1 |
2005-04-12 | some usefull xine-helpers | alwin | 2 | -6/+32 |
2005-04-11 | next stage of bug hunting | alwin | 2 | -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 header | alwin | 1 | -29/+23 |
-removed obsolete stuff | ||||
2005-04-10 | - replaced the origin videopaint with a more simple one (this ↵ | alwin | 4 | -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-09 | Cosmetic OpiePlayer2 changes: | zecke | 6 | -127/+4 |
-Remove class Frame and zeckeplayer.pro -Update to compile without frame.h | ||||
2005-04-09 | cleanup audio/videooutput the right way | alwin | 1 | -0/+2 |
2005-04-02 | my last try to get mediaplayer2 more stable. | alwin | 2 | -184/+229 |
-> protected the videobuffer with mutex, make a deep copy of it so xine may destruct its internal buffers as wanted | ||||
2005-03-31 | fix for the segfaults when displaying videos (it just had sometimes | alwin | 1 | -0/+2 |
invalid inputimages when repainting) | ||||
2005-03-24 | Keep paused when sliding the progress bar in paused state. Block de audio ↵ | skyhusker | 1 | -2/+21 |
device only while playing. | ||||
2005-03-06 | patches from Paul, human readable sizes and play button #1216 | llornkcor | 4 | -12/+59 |
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -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-08 | check for skins directory and fail nicely if not found | llornkcor | 1 | -0/+5 |
2005-01-04 | CONTROL files : changed version string | wimpie | 2 | -2/+2 |
NS2 many changes and first release of OT2 | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 2 | -456/+2 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 2 | -2/+456 |
2004-11-14 | +description | mickeyl | 1 | -1/+1 |
2004-11-11 | - correction | ar | 1 | -0/+1 |
2004-11-11 | - add comment | ar | 1 | -0/+1 |
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 1 | -1/+1 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-02 | Fixed for renamed .desktop file | brad | 1 | -1/+1 |
2004-09-24 | Slider needs to be fixed | zecke | 1 | -1/+1 |
2004-09-24 | Add TODO items for OpiePlayer | zecke | 1 | -0/+18 |
2004-09-24 | -remove qApp->processEvents when starting playing | zecke | 3 | -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-24 | Handling of Errors is a bit problematic with the current design. | zecke | 3 | -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 MediaPlayerState | zecke | 1 | -0/+5 |
2004-09-24 | Give Status for Sking Loading and Finishing Loading | zecke | 1 | -12/+13 |
2004-09-24 | -Emit Progress from the xine Engine to Global::statusMessage | zecke | 4 | -15/+28 |
-Change ThreadUtil to pass data and const char* among threads | ||||
2004-09-23 | If you close the Audio-/VideoWidget and the stream was paused | zecke | 1 | -0/+1 |
it didn't play on request. Remove the paused state of MediaPlayerState | ||||
2004-09-23 | -Remove bogus whitespaces | zecke | 8 | -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 crashes | zecke | 4 | -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-23 | Whitespace and indenting changes | zecke | 1 | -89/+94 |
2004-09-20 | catch up with recent libxine API changes | mickeyl | 1 | -7/+7 |
2004-09-18 | A proposal for making the memory copy functions build with g++3.4.2. | zecke | 1 | -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-10 | support for DEVFS | schurig | 1 | -0/+4 |
2004-09-08 | ignore .moc | schurig | 1 | -1/+1 |
2004-06-29 | As pointed out by bradc OpiePlayer2 is not able to open desktop files. | zecke | 1 | -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 odebug | ar | 1 | -1/+0 |