summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
AgeCommit message (Expand)Author
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26remove failing plugins from plugin catalogMichael Roitzsch
2002-10-26Removed trailing white spacesStephen Torri
2002-10-24xine_get_file_extensions and xine_get_mime_types functions addedGuenter Bartsch
2002-10-18Add close vo plugin related function.Daniel Caujolle-Bert
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16copy open pointer after plugin class is loadedGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-22API review part IMichael Roitzsch
2002-09-19user-configurable decoder prioritiesGuenter Bartsch
2002-09-19remove the need to memset ui-provided cfg entry, remember audio/video driver ...Guenter Bartsch
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-15More mem leak patches from ewald@rambo.its.tudelft.nlJames Courtier-Dutton
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-09fix nasty off-by-oneuid86226
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-09alsa needs global linkingMichael Roitzsch
2002-09-09allow multiple decoders per stream type, sort them by priority andMichael Roitzsch
2002-09-08fix some endless loopsMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-06implement spu decoder loadingGuenter Bartsch
2002-09-05implement missing list/autoplay/browse_mrl functionsGuenter Bartsch
2002-09-05first steps towards implementing plugin list functionsGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
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