summaryrefslogtreecommitdiff
path: root/noncore/multimedia
AgeCommit message (Collapse)AuthorFilesLines
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-14small fixalwin1-1/+5
2005-04-14gui polishalwin4-3/+14
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 gui stuffalwin8-195/+152
may switch if videos will scaled up even if display size is larger than video size
2005-04-12some usefull xine-helpersalwin2-6/+32
2005-04-12- loading/playing playlistsalwin9-66/+353
- appending directories to playlist - gui stuff
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-10added opieplayer3alwin10-0/+1128
this moment not just more than another container around xine like opieplayer2 (and uses a lot of code direct from there) difference: first it was a testcontainer to find the bugs in player2 now it is a player looks more like kino2 (eg, no stylesheets) so it has a real resizeable video-display. early stage (saving playlists and so on doesn't work) - but it can display videos on my C860 in bigger box than this small stamp like player2 ;)
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-23showimg -> unsupportedalwin14-2279/+0
2005-03-21fixllornkcor1-16/+11
2005-03-20clean upllornkcor1-13/+6
2005-03-20add rainbow ledsllornkcor2-215/+171
2005-03-20add vumeter filesllornkcor2-0/+346
2005-03-12remove ouputllornkcor3-44/+40
2005-03-12fix irregularity with adpcm and bitsllornkcor4-97/+105
2005-03-06patches from Paul, human readable sizes and play button #1216llornkcor4-12/+59
2005-02-19simplify some thingsllornkcor4-288/+125
2005-02-18use timer to display initial fileviewllornkcor2-63/+40
2005-01-09CONTROL files : reset version to 'standard' formatwimpie3-3/+3
(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-06Some more changes for NS2wimpie1-0/+1
updated toplevel Makefile added new target packages-mt and packages these replaces, render obsolete and dramatically improve : ipks ipks-mt see separate mail
2005-01-04CONTROL files : changed version stringwimpie4-4/+4
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl9-2023/+9
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl9-9/+2023
2004-11-20set version to 1.0.3 and move v1_1_7 tag for this directorymickeyl1-1/+1
2004-11-15Make Tonleiter QuickLaunchAblezecke4-13/+6
2004-11-15Make it Quick Launchable againzecke1-2/+1
2004-11-14Make Powerchord quicklaunchablezecke4-14/+6
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