summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
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
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-15improved audio/spu channel selection, let the user take control over both if ...Guenter Bartsch
2001-10-22added xine_is_stream_seekable function, minor code cleanupsGuenter Bartsch
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-18defining menu eventsGuenter Bartsch
2001-10-18Slight re-ordering to make sure that input plugins can register event listenersRich J Wareham
2001-10-09finished with that old deadlockMiguel Freitas
2001-10-07error detection for screenshot functionGuenter Bartsch
2001-10-07added a snapshot functionGuenter Bartsch
2001-10-07if a pes header indicates that the stream is encrypted that doesn't necessari...Guenter Bartsch
2001-10-05fix a long standing deadlock conditionMiguel Freitas
2001-10-03Remove use of gcc extension (initializing non-static/automatic array).Juergen Keil
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil