summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
AgeCommit message (Expand)Author
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-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-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
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ò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-04-08Ancient platforms support:František Dvořák
2006-02-14Fix a compiler warning.Darren Salt
2006-02-01Fix the sorting of plugin priorities, as per Thibaut's mailBastien Nocera
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-11-28*BUGFIX*František Dvořák
2005-09-19*BUGFIX*František Dvořák
2005-09-11make Alien happier ;-)Miguel Freitas
2005-09-11_x_load_video_output_plugin() by Jason TackaberryMiguel Freitas
2005-08-30Better names for directory separators.František Dvořák
2005-08-29*BUGFIX*František Dvořák
2005-08-25*BUGFIX*František Dvořák
2005-07-18fix problem with static plugins reported by Jason TackaberryMiguel Freitas
2005-07-17Fix filename string reallocation in plugin loader.Darren Salt
2005-05-14**BUGFIX**Miguel Freitas
2005-05-14**BUGFIX**Miguel Freitas
2005-04-20**BUGFIX**Michael Roitzsch
2005-04-13**BUGFIX**Daniel Caujolle-Bert
2005-04-10moved duplicated code to a function.Thibaut Mattern