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