summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
AgeCommit message (Expand)Author
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
2004-08-28Various fixes and improvements of mingw port:František Dvořák
2004-07-222 extra bytes is enough, one for the '/' and one for '\0'Michael Roitzsch
2004-06-23* fix the realloc-bug introduced by me and found by FrantisekMichael Roitzsch
2004-06-19readd the decoder's name to the description of the config entry, but doMichael Roitzsch
2004-06-16Fix description in decoder priority config entry - there must be different po...František Dvořák
2004-06-13make sure the current decoder plugin name is included in verbosity debugMiguel Freitas
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-06-05From: Daniel MackJames Courtier-Dutton
2004-05-16Priority support for demuxer and input plugins (engine part).Thibaut Mattern
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-11decoder plugins must be disposed outside the plugin catalog lock, becauseMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-12* assign the ticket to the post plugins on allocationMichael Roitzsch
2003-12-29getting rid of some MSVC specific partsMichael Roitzsch
2003-12-14avoid sefault (shot II)Daniel Caujolle-Bert
2003-12-14avoid sefaultDaniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-27don't handle /null/ get_extensions().Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26querying the decoder priority entirely from the config makes decoder mappingMichael Roitzsch
2003-11-19resort decoders on priority change event. Small beautification of xine_plugin.h.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-02add some missing plugins listing functions.Daniel Caujolle-Bert
2003-11-02Fix SEGFAULT beside error if no plugin loaded yet.František Dvořák
2003-10-31Fix the unresolved symbol in ffmpeg configured on systems with XVMC.František Dvořák
2003-10-23- be quietBastien Nocera
2003-07-31introduce config file versioningMichael Roitzsch
2003-07-27priority reset mechanismSiggi Langauf
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-05-31do not probe audio_none_outMiguel Freitas
2003-05-26untested cygwin patchMiguel Freitas
2003-05-20that's english nowMichael Roitzsch
2003-05-20a decoder priority of 0 enables the decoder's default priorityMichael Roitzsch
2003-05-13HPUX fix from Gansser, Martin <MGansser@rand.de>Daniel Caujolle-Bert
2003-04-21avoid implicit declarations. Less warnings.Daniel Caujolle-Bert
2003-04-20merging in win32 portGuenter Bartsch
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-13Input plugin api change (second part):Thibaut Mattern
2003-04-06OGM subtitles by andreas heinchen, cosmeticsGuenter Bartsch
2003-03-14don't attempt to load xine plugins from vidix driver directoryJames Stembridge
2003-03-12small performance patch by Marcelo RobertoMiguel Freitas
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-23fix bug when deleting the first plugin from the list because plugin_class fai...Guenter Bartsch
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