summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
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
2002-01-15small fixes and cleanups, metronom wasn't told the frame rate of next stream ...Guenter Bartsch
2002-01-09video_driver api changed.James Courtier-Dutton
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-12-14Add va_* declarations (this should avoid gcc-3 failure).Daniel Caujolle-Bert
2001-12-13enable/disable osd statusMiguel Freitas
2001-12-13osd fonts update (better looking fonts with on-the-fly color and font face ch...Miguel Freitas
2001-12-13Add new log related function which return log section names. CheckDaniel Caujolle-Bert
2001-12-09xine error reporting interface, very simpleGuenter Bartsch
2001-12-09xine log functions for gui outputGuenter Bartsch
2001-12-08introducing an osd fontGuenter Bartsch
2001-12-08osd renderer interface is public nowGuenter Bartsch
2001-12-01just removing the osd xine logoMiguel Freitas
2001-11-30Wrong commit (no no, i like osd, but i'm tracking video corrupts ;-) ).Daniel Caujolle-Bert
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
2001-11-24fix segfault if no audioMiguel Freitas
2001-11-22improving seek responsiveness (more testing needed)Miguel Freitas
2001-11-20make user's stop/quit work fasterMiguel Freitas
2001-11-20should fix pause and slow/fast playingMiguel Freitas
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17fixing memory leaksMiguel Freitas