summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
AgeCommit message (Expand)Author
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
2001-11-13metronom logic changedHeiko Schaefer
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-22added xine_is_stream_seekable function, minor code cleanupsGuenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-18audio decoder cleanup, tell the audio part of metronom that there are still i...Guenter Bartsch
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
2001-10-07error detection for screenshot functionGuenter Bartsch
2001-10-07added a snapshot functionGuenter Bartsch
2001-10-05fix a long standing deadlock conditionMiguel Freitas
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR...Guenter Bartsch
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ...Rich J Wareham
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-08-28Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in xine_paus...Daniel Caujolle-Bert
2001-08-25fixed seeking (back to the old method), implementing true pause function, int...Guenter 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-17Add xine_seek() and friends.Daniel Caujolle-Bert
2001-08-13major rewrite of the subpicture mechanism in order to support menus.Eduard Hasenleithner
2001-07-30fixed video/audio/spu decoder version handlingGuenter Bartsch
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page....Daniel Caujolle-Bert
2001-07-24just noticed the num_mrls parameter got lost on the way through the xine_engi...Guenter Bartsch
2001-07-19First implementation of priorities for the decoder plugins:Eduard Hasenleithner
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
2001-07-15patch provided by eduard hasenleithner: make metronom accessible from decodersGuenter Bartsch
2001-07-14Added first bit of event mechanism for mouse/keyboard stuff.Rich J Wareham