summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2002-08-29Fix intl' breakage.Daniel Caujolle-Bert
2002-08-01fix another logo race condition.Miguel Freitas
2002-07-30- video out fixes (never trigged deadlocks and erroneous flush of overlayMiguel Freitas
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas
2002-07-14new color conversion facilitiesMike Melanson
2002-07-13Improve seeking:Thibaut Mattern
2002-07-05make use of the freshly introduced information about different spu typesMichael Roitzsch
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-10better fix for logo race conditionMiguel Freitas
2002-06-10revert previous commitMiguel Freitas
2002-06-08fix another logo raceMiguel Freitas
2002-06-07codec reporting apiMiguel Freitas
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-01add missing lockMichael Roitzsch
2002-05-24Thibaut's suggestion to flush audio driver on seek. harmlessMiguel Freitas
2002-05-24fit osd status in 160 pixels wide streamsMiguel Freitas
2002-05-21Remove unneeded mutex unlock.Daniel Caujolle-Bert
2002-05-21eject should work again.Siggi Langauf
2002-05-21atomic status code on demux start/seekSiggi Langauf
2002-05-14Fix 'finished thread still running after xine_exit()' segmentation faultEwald Snel
2002-05-12this should fix logo races (trying to play logo together with otherMiguel Freitas
2002-05-02Declare a logo name constant (better to use in UIs).Daniel Caujolle-Bert
2002-05-02Made logo configurable. Add a new XINE_LOGO status, use XINE_QUIT atDaniel Caujolle-Bert
2002-05-02new logo code; xine uses a logo MRL instead of proprietary logo files.Siggi Langauf
2002-05-01big cleanup on plugin dispose handling, small improvements on version handlin...Guenter Bartsch
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-28descriptor leak patch from chrisxine-0_9_9-release0.9.9Guenter Bartsch
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-16More accurate slider position.James Courtier-Dutton
2002-04-16This fix for hang when using dvdnav is not needed any more.James Courtier-Dutton
2002-04-14make sure xine is unpaused before seekingMiguel Freitas
2002-04-13Fix a bug whereby xine would hang if someone pressed the STOP or EXIT button ...James Courtier-Dutton
2002-04-09new xine error (usually reported with unknown codecs)Miguel Freitas
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...Guenter Bartsch
2002-03-23moved network buffering to a seperate file so all network/stream input pluginsGuenter Bartsch
2002-03-18small log api updateGuenter Bartsch
2002-03-18xine_log bugfix by bill finkGuenter Bartsch
2002-03-14- make libsputext work againMiguel Freitas
2002-03-12getting rid of more LOG_ macros => output messages only once ... and another ...Guenter Bartsch
2002-03-11Add a "control" method to the audio drivers, to allow pause/resume of theJuergen Keil
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-02-01Ooch, remove crap.Daniel Caujolle-Bert
2002-02-01Is_seekable return -1 is there's no cur_input_plugin.Daniel Caujolle-Bert
2002-01-24video_out will take care of logo display now ... video_out needs more work bt...Guenter Bartsch
2002-01-16changing function pointer name to make new gcc happy. (i think it isMiguel Freitas