summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
AgeCommit message (Expand)Author
2003-02-14introduce a new mrl key, example "stream.ext#lastdemuxprobe:demux_id"Miguel Freitas
2003-01-29- preliminary support for reference streams parsing at xine-lib (theyMiguel Freitas
2003-01-18xine_exit() can be called with xine_t object not initializedDaniel Caujolle-Bert
2003-01-17silence, again!Siggi Langauf
2003-01-17-minor cleanup: the catalog cache is no longer considerd "experimental" ;-)Siggi Langauf
2003-01-17fix overrun, that is: fix dxr3 <-> divx bug!Miguel Freitas
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
2003-01-11this log message is not restriced to input plugins, demuxers and preloaded pl...Michael Roitzsch
2003-01-11introducing a new, very low-impact aproach on implementing a video processing...Guenter Bartsch
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-03Siggi and i have an agreement about the preloading. :)Miguel Freitas
2003-01-01real video v40 support by chris rankin, added missing copyright notices/credi...Guenter Bartsch
2002-12-29- new post plugin property: typeMichael Roitzsch
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-23fix segfaultsGuenter Bartsch
2002-12-23accept "auto" as driver identifier (same as passing NULL ptr).Miguel Freitas
2002-12-18log outputGuenter Bartsch
2002-12-16log infoGuenter Bartsch
2002-12-13create ~/.xine if it doesn't exist for plugin catalogGuenter Bartsch
2002-12-13disable cache logMiguel Freitas
2002-12-08introduce the catalog cache. saves information from plugins withMiguel Freitas
2002-12-06fix decoder priority changingMiguel Freitas
2002-12-01- add post plugins to the plugin catalogMichael Roitzsch
2002-11-25return of the arts audio output pluginGuenter Bartsch
2002-11-23fix segfaults with failed driversMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-14Fix memory leaksEwald Snel
2002-11-12(very) small memleakGuenter Bartsch
2002-11-03log outputGuenter Bartsch
2002-11-02Fix xine_get_file_extensions() multi segfaults.Daniel Caujolle-Bert
2002-11-01use freshly introduced content detection methodMichael Roitzsch
2002-10-31new syntax for MRLsMichael Roitzsch
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