summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
AgeCommit message (Expand)Author
2008-03-11Fix accessing plugin node after disposing plugin in plugin free functions.Reinhard Nißl
2008-03-06Fix compilation for installed libintl.h in include pathsMatthias Ringwald
2008-02-08Merge from 1.1.Darren Salt
2008-02-07Reverse the order in which the plugin dirs are scanned; remove a stray printf.Darren Salt
2008-02-06Change from release numbering to ABI numbering for the plugin directory.Darren Salt
2008-01-24Merge from -plugin-loader branch.Darren Salt
2008-01-02The id is constant, mostly.Diego 'Flameeyes' Pettenò
2007-12-24Move _x_scan_plugins and _x_dispose_plugins into an internal header, and don'...Diego 'Flameeyes' Pettenò
2007-12-23Compile fix.Diego 'Flameeyes' Pettenò
2007-12-23Don't create extra variables now that node is transparent to xine's build.Diego 'Flameeyes' Pettenò
2007-12-23Make supported_types constant, change plugins' loading code so that it actual...Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-15Remove a stray semicolon.Darren Salt
2007-12-13Use strcasestr rather than converting the mimetypes variables to lowercase.Diego 'Flameeyes' Pettenò
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Remove stray variable.Diego 'Flameeyes' Pettenò
2007-12-11Check if the extension is compatible with the plugin before trying to open it.Diego 'Flameeyes' Pettenò
2007-12-11Update the plugins loader to use the new extensions and mimetypes attributes.Diego 'Flameeyes' Pettenò
2007-12-11Use dgettext to localise the description string for plugins.Diego 'Flameeyes' Pettenò
2007-12-11Leave to the plugin the call to gettext exactly as before.Diego 'Flameeyes' Pettenò
2007-12-11Update the code not to use the get_* functions that were removed.Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-07-19Use asprintf when generating the decoder priority description.Darren Salt
2007-06-15Change the prototype of xine_list_post_plugins_typed(), to avoid a warning.Diego 'Flameeyes' Pettenò
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-04-13Avoid strlen on a literal, use a sizeof.Diego 'Flameeyes' Pettenò
2007-04-13Remove alloca.h inclusion, no more needed with libxdg-basedir.Diego 'Flameeyes' Pettenò
2007-04-13Use libxdg-basedir to discover the cache directory to use, rather than doing ...Diego 'Flameeyes' Pettenò
2007-04-13Save plugins' cache in the defined cache home directory as per XDG Base Direc...Diego 'Flameeyes' Pettenò
2007-04-12Fixed double free problem.Thibaut Mattern
2007-04-11Released allocated strings.Thibaut Mattern
2007-04-10Config entry deserialization.Thibaut Mattern
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-06- Moved base64 stuff to xine-utils.Thibaut Mattern
2007-04-05Filled the config entry list when the callback is called.Thibaut Mattern
2007-04-05Defined a callback for config entry registration.Thibaut Mattern
2007-02-19Fix building with LOG enabled.Diego 'Flameeyes' Pettenò
2007-01-18Handle strings coming from plugins as constants.Diego 'Flameeyes' Pettenò
2006-11-23When initializing the class of a video output pluginClaudio Ciccani
2006-10-28new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking.Miguel Freitas
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-09-26When there's no plugin to replace, output a log, and skip the plugin entirely...Diego 'Flameeyes' Pettenò
2006-08-12don't report extensions/mimetypes if required decoder is missingMiguel Freitas
2006-07-21Fix building with LOG enabled.Diego 'Flameeyes' Pettenò