summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/lib.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-24-Emit Progress from the xine Engine to Global::statusMessagezecke1-1/+1
-Change ThreadUtil to pass data and const char* among threads
2003-08-09Merge from BRANCH_1_0kergoth1-5/+0
2002-12-13- allow delayed assignment of the widget on the XINE::Lib objectsimon1-0/+2
- make use of that API in XineControl and MediaPlayer
2002-12-13- fill in some code on the threading side. not activated, yetsimon1-0/+2
2002-12-13- oops #2simon1-0/+1
2002-12-13- assert everything is initialized when accessing xine functionalitysimon1-0/+1
2002-12-13- prepare the API for threaded initialization, step onesimon1-3/+10
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-21/+1
state and the PlayButton change set - instead load the audio-/video widget and the xine control on-demand. much faster and much simpler for startup
2002-12-11- initialized xine in a background thread. much time is still spend insimon1-1/+17
skin loading though.
2002-12-10- added an m_initialized flag and a guard for it, along with ansimon1-0/+5
assertion method called from all methods that access variables depending on initialization (basically all :)
2002-12-10- factor out the expensive xine initialization code into a separate method,simon1-0/+2
as preparation
2002-12-09- use xine_set_param( ..., XINE_PARAM_SPEED, with XINE_SPEED_PAUSE andsimon1-1/+1
XINE_SPEED_NORMAL to toggle between pause and playing state, instead of attempting to re-start the stream at the last position
2002-12-02- Holger asked for removal of the QCString version() method (the one thatsimon1-1/+0
returns "test" :)
2002-12-02- made the version functions static and some other functions constant thatsimon1-20/+18
are constant by design
2002-12-02- put a thread pipe between the xine callback handler and the receiversimon1-1/+7
on qt side, to avoid problems like repaints from within a non-gui thread
2002-11-10fixed seeking and further adaption to the new apiharlekin1-0/+3
2002-11-09 adated to todays version of xine apiharlekin1-2/+4
2002-10-01mediadetect no longer needed, also beginning of id3 etc tag info support ↵harlekin1-2/+26
along with some other small fixes
2002-09-24adapted to the new apiharlekin1-4/+24
2002-09-02first parts of gamma correction, fullscreen on arm need some more workharlekin1-0/+7
2002-08-07set opiexine.cf if not presentharlekin1-1/+32
2002-08-03Added support for fullscreen playbacksandman1-0/+2
2002-07-11broken video widgetzecke1-0/+6
2002-07-10Update the c'torzecke1-1/+3
2002-07-09Update the libzecke1-1/+46
2002-07-01Hija,zecke1-0/+60
first bits of a XINE C++ lib for the OpieMediaPlayer