Age | Commit message (Expand) | Author |
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-09 | Don't try to load static libraries on mingw32 | Matthias Ringwald |
2008-06-20 | Read the MIME type from the plugin & use it for demuxer selection (if by extn). | Darren Salt |
2008-06-09 | Avoid false positives when looking up demuxer by MIME type. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | 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-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2008-04-11 | Add a function for listing video output plugins of the given type(s). | 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 |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-04 | fallback to none output when the device is unplugged | Matthias Kretz |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
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ò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-04-08 | Ancient platforms support: | František Dvořák |
2006-02-14 | Fix a compiler warning. | Darren Salt |
2006-02-01 | Fix the sorting of plugin priorities, as per Thibaut's mail | Bastien Nocera |
2006-01-27 | Adapt 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-11 | make Alien happier ;-) | Miguel Freitas |
2005-09-11 | _x_load_video_output_plugin() by Jason Tackaberry | Miguel Freitas |
2005-08-30 | Better 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-18 | fix problem with static plugins reported by Jason Tackaberry | Miguel Freitas |
2005-07-17 | Fix 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 |