Age | Commit message (Expand) | Author |
2009-01-01 | Avoid underflow in input size calculation for compressed atoms | Matthias Hopf |
2009-01-04 | Fix for CVE-2008-5237 | Matthias Hopf |
2009-01-04 | Fix for CVE-2008-5234. | Matthias Hopf |
2008-06-15 | Merge from 1.1. | Darren Salt |
2008-06-14 | Extra MIME types for Quicktime/ISO media. | Darren Salt |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Avoid memset() on newly allocated memory areas. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Merge file removal. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Mark internal functions and data structures static. | Diego 'Flameeyes' Pettenò |
2008-04-15 | Merge from 1.1. | Darren Salt |
2008-04-14 | Remove a memset() rendered pointless by use of calloc(). | Darren Salt |
2008-04-14 | divide by zero in demux_qt.c | Colin Gibbs |
2008-04-02 | Merge from 1.1. | Darren Salt |
2008-03-31 | Revert a change which broke Quicktime atom parsing. | Darren Salt |
2008-03-29 | Merge from 1.1. | Darren Salt |
2008-03-26 | Merge from 1.1. | Darren Salt |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt |
2008-02-04 | Report the identifiers of unrecognised video & audio codecs. | 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-18 | Allocate the preview buffer only when actually needed; use zeroed allocation ... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the size... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Declare color_* variables only when actually used. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Replace seven calls to parse_data_atom with a single call, and then set the v... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Allocate atom_preamble only when it's actually going to be used. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Simplify code, set ftyp_atom_size at once. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Return right away if the atom is not an FTYP. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Don't use an if when returning a comparison. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Alloc preview only when needed; use zeroed allocation rather than memset. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Don't test for the pointer before freeing. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Make the edit_list_index parameter in get_next_edit_list_entry unsigned, remo... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Make parse_data_atom accept a constant buffer, removes warnings. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Simplify code handling RDRF_ATOM, unbranch it. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Change url in a char pointer, as it's a string, not a buffer. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Change the way string_size is initialised, reduce the numer of temporary oper... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Replace strncmp and strncpy with memcmp and memcpy where applicable. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Add two missing types to constants. | 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 | 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ò |