| Age | Commit message (Expand) | Author |
| 2010-01-17 | Don't try to handle .qtl in the Quicktime demuxer. | Darren Salt |
| 2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
| 2009-10-10 | Merge from 1.1. | Darren Salt |
| 2009-08-26 | Add a user agent & protocol hack to allow viewing of Apple film trailers. | Darren Salt |
| 2009-04-03 | Merge from 1.1, discarding new "#if"s in ff_video_decoder.c. | Darren Salt |
| 2009-04-01 | Fix an integer overflow in the Quicktime demuxer. | Darren Salt |
| 2009-01-05 | Merge security fixes from 1.1. | Darren Salt |
| 2009-01-05 | Fix for CVE-2008-5234(1). | Darren Salt |
| 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ò |