summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
AgeCommit message (Expand)Author
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-20Fix compilation bug when building external video output plugin.Daniel Caujolle-Bert
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
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-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-06introduce "const"Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05implement missing list/autoplay/browse_mrl functionsGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas
2002-07-10new aspect ratio type to handle pan&scan materialMichael Roitzsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-05make use of the freshly introduced information about different spu typesMichael Roitzsch
2002-06-10better fix for logo race conditionMiguel Freitas
2002-06-07codec reporting apiMiguel Freitas
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21eject should work again.Siggi 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-02Made logo configurable. Add a new XINE_LOGO status, use XINE_QUIT atDaniel Caujolle-Bert
2002-05-01big cleanup on plugin dispose handling, small improvements on version handlin...Guenter Bartsch
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
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-09new xine error (usually reported with unknown codecs)Miguel Freitas
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-18small log api updateGuenter Bartsch
2002-03-12getting rid of more LOG_ macros => output messages only once ... and another ...Guenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-06rename config_file_init to xine_config_file_init.Daniel Caujolle-Bert
2002-02-02Added a new DirectFB output plugin (experimental)Rich J Wareham
2002-01-09video_driver api changed.James Courtier-Dutton
2002-01-05updates for closed caption decoderMiguel Freitas
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-13enable/disable osd statusMiguel Freitas
2001-12-13Add new log related function which return log section names. CheckDaniel Caujolle-Bert
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
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-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
2001-11-20make user's stop/quit work fasterMiguel Freitas
2001-11-20should fix pause and slow/fast playingMiguel Freitas
2001-11-15improved audio/spu channel selection, let the user take control over both if ...Guenter Bartsch