summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2002-09-13introducing meta information and some audio controls - but nothing is really ...Guenter Bartsch
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-10- don't return failure on successMichael Roitzsch
2002-09-09when reading in the config file the logo callback can be called beforeuid86226
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-06introduce "const"Michael Roitzsch
2002-09-05removed obsolete stream_seekable function, implemented some parts of get_stre...Guenter Bartsch
2002-09-05get_spu_channel was lost in mergerGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
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