summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
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
2001-09-06SPU profilingJuergen Keil
2001-09-02last bugfixes: make xine engine handle demuxer that may fail to initializeGuenter Bartsch
2001-09-01DEBUG buils, profiler code crashes with NULL pointer accessJuergen Keil
2001-09-01make set_speed more robustGuenter Bartsch
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-08-29sorting out demux close <-> stopGuenter Bartsch
2001-08-28Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in xine_paus...Daniel Caujolle-Bert
2001-08-25added Daniel's seeking-without-closing-input-plugin function againGuenter Bartsch
2001-08-25small cleanups and fixes for new pause implementationGuenter Bartsch
2001-08-25fixed seeking (back to the old method), implementing true pause function, int...Guenter Bartsch
2001-08-24removed no longer needed includesGuenter Bartsch
2001-08-23re-enabled audio resampling, correct a/v sync, corrected code style/indentati...Guenter Bartsch
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
2001-08-20xine_stop() don't stop plugins on xine_pause(), stop() plugins is enought ;-).Daniel Caujolle-Bert
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
2001-08-16Moved XINE_SPU_EVENT handler to video_decoder.Eduard Hasenleithner