Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-08-14 | Merge from 1.1. | Darren Salt |
2008-05-29 | Merge from 1.1. | Darren Salt |
2008-08-08 | Fix crash with corrupted AVI files (chunk size). | 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-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Avoid memset() on newly allocated memory areas. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-03-29 | Merge from 1.1. | Darren Salt |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-02-04 | Report the identifiers of unrecognised video & audio codecs. | Darren Salt |
2008-02-03 | The AVI demuxer already has the video type when checking for XVid. Optimise. | Darren Salt |
2007-12-30 | Manual port of the color→colour change to 1.2; should make merging easier. | Darren Salt |
2007-12-19 | Update all the code to the new headers layout. | 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 redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for demuxer plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all demux plugins to the new identifier/description interface. Add _()... | Diego 'Flameeyes' Pettenò |
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-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-03-29 | Reorder fields and make use of a bitmask for boolean flags. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Reorder a few fields to, well, fill some holes. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Remove infinite loop condition that could have created an invalid access if n... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-22 | Security fix for http://www.xfocus.org/advisories/200603/11.html, | Matthias Hopf |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-03-04 | Fixed bug 1420933 | Thibaut Mattern |
2006-01-05 | Don't stop when an empty chunk is encountered. | Thibaut Mattern |
2005-11-28 | *BUGFIX* | František Dvořák |
2005-11-01 | Fix a bug introduced by my last commit. | Thibaut Mattern |
2005-10-05 | Fixed [ 1265313 ] Xvid playback stutter (v1.0/1.1) | Thibaut Mattern |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2005-02-03 | **BUGFIX** | František Dvořák |
2005-01-09 | - Simplify read functions. | Thibaut Mattern |
2005-01-05 | Fixed end of file detection. | Thibaut Mattern |
2004-12-25 | fix segfault with 'none' audio plugin. | Daniel Caujolle-Bert |
2004-12-24 | - AVI: set audio and video codecs on open, overridden by the decoders | Bastien Nocera |
2004-12-20 | the lprintf logging macro will already print the filename | Michael Roitzsch |
2004-10-15 | Check odml index validity. | Thibaut Mattern |
2004-10-13 | Support more ODML tags. | Thibaut Mattern |
2004-10-13 | don't segfault with stdin:/ and indexless streams | Daniel Caujolle-Bert |