summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
AgeCommit message (Expand)Author
2002-07-17Apply Bill Fink's patch for skip by chapter capability.Daniel Caujolle-Bert
2002-07-13Check for visual_type before vo plugin loading.Daniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
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-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
2002-04-23Fix memory leaks by disposing unused pluginsEwald Snel
2002-04-16By default, only print the wrong interface version (vo).Daniel Caujolle-Bert
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas
2002-03-14small error message changeGuenter Bartsch
2002-03-12getting rid of more LOG_ macros => output messages only once ... and another ...Guenter Bartsch
2002-02-16beginning of video_out_driver changesGuenter Bartsch
2002-02-02Added a new DirectFB output plugin (experimental)Rich J Wareham
2002-01-08fix type mismatch in initplug declaration for video_out and audio_outChristian Vogler
2002-01-07Don't use dlerror() as a macro argument for LOG_MSG. LOG_MSG might use theJuergen Keil
2002-01-05updates for closed caption decoderMiguel Freitas
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-21Add missings closedir() calls. DXR3 plugins: add segv handler.Daniel Caujolle-Bert
2001-12-19Add function that return an input plugin description from an identifier.Daniel Caujolle-Bert
2001-12-16merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpegHarm van der Heijden
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-25make video and audio plugin names case insensitiveMiguel Freitas
2001-11-20signal should be enoughMiguel Freitas
2001-11-18more cleanups, config stuff bugfixesGuenter Bartsch
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-06catch segmentation fault on plugin load/initializationMiguel Freitas
2001-10-30make xine recognize the new windows media formats and a small audio output pl...Guenter Bartsch
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-23Changed debug printf to xprintf.James Courtier-Dutton
2001-10-23One step back about RTLD_GLOBAL. That don't fix anything.Daniel Caujolle-Bert
2001-10-23Made external symbol names available for plugins (xmalloc and friends).Daniel Caujolle-Bert
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-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-06do not die on loading bad demuxer plugin(s)Heiko Schaefer
2001-10-06warn the user about missing plugins (and their expected location)Miguel Freitas
2001-09-17_xine_get_featured_input_plugin_ids: wrong parentheses - overwrites two bytesJuergen Keil
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
2001-08-23Latest alsa cvs now works with xine. :-)James Courtier-Dutton
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
2001-08-14audio output plugin priority handling, based on patch provided by Philip Stad...Guenter Bartsch
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-27Fixed xine_eject stuff and some small bugs about input plugins.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-18Added the metronom also to the spu decoder struct in order to makeEduard Hasenleithner