summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_plugin.h
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-01-19Revert, and remember to flush cache.Diego 'Flameeyes' Pettenò
2007-01-19Make supported_types a pointer to constant.Diego 'Flameeyes' Pettenò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2006-06-15Mark special_info a pointer to const value, as now all the data is const.Diego 'Flameeyes' Pettenò
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-04-10Moved plugin lists to an array of list.Thibaut Mattern
2005-02-13Introduce a new API function :Thibaut Mattern
2004-06-10Argl, I forgot to shorten the mask because of the new PLUGIN_NO_UNLOAD flag,Michael Roitzsch
2004-06-09two amazingly stupid bugs pointed out by Daniel Mack:Michael Roitzsch
2004-06-08a better approach to the module unload preventionMichael Roitzsch
2004-05-16Priority support for demuxer and input plugins (engine part).Thibaut Mattern
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-11-26remove now unused xine_t* from plugin structMichael Roitzsch
2003-11-19resort decoders on priority change event. Small beautification of xine_plugin.h.Daniel Caujolle-Bert
2003-01-03Siggi and i have an agreement about the preloading. :)Miguel Freitas
2002-12-29- new post plugin property: typeMichael Roitzsch
2002-12-01- add post plugins to the plugin catalogMichael Roitzsch
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-14introduction of xine_stream_t and async xine events - all still in developementGuenter 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