Age | Commit message (Expand) | Author |
2009-01-14 | Merge from 1.1. | Darren Salt |
2009-01-14 | Avoid printing "plugin foo found" if the filename is null. | Darren Salt |
2008-12-15 | Merge from 1.1; update PO files; make buildable. | Diego E. 'Flameeyes' Pettenò |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-11-07 | Fixed segfault on start when using XINE_PLUGIN_PATH. | František Dvořák |
2008-07-17 | Merge from 1.1. | Darren Salt |
2008-07-09 | Don't try to load static libraries on mingw32 | Matthias Ringwald |
2008-06-20 | Merge from 1.1. | Darren Salt |
2008-06-20 | Read the MIME type from the plugin & use it for demuxer selection (if by extn). | Darren Salt |
2008-06-19 | Bump the catalogue cache version no. due to media.video4linux.tv_standard. | Darren Salt |
2008-06-11 | Merge from 1.1. | Darren Salt |
2008-06-09 | Avoid false positives when looking up demuxer by MIME type. | Darren Salt |
2008-05-29 | Merge from 1.1. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge fix for 3466031414a7. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Copy all of the supported types not just 1/4 of it (4 being the size of uint3... | Diego 'Flameeyes' Pettenò |
2008-05-21 | Fix typo that lead to crash. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Rewrite and optimise xine_get_{file_extensions,mime_types}() | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use asprintf() rather than sn?printf() + strn?dup(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use strn?dup instead of alloc + strn?cpy. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use asprintf() rather than malloc() + sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-05 | Replace load_plugins.h with a more generic xine_private.h, move the functions... | Diego 'Flameeyes' Pettenò |
2008-04-21 | Merge from 1.1. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-04-11 | Merge from 1.1. | Darren Salt |
2008-04-11 | Add a function for listing video output plugins of the given type(s). | Darren Salt |
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ò |