Age | Commit message (Expand) | Author |
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ò |
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-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Fix %d -> %zd for size_t parameter. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Properly read metadata for the file, the structure is more complex than it wa... | Diego 'Flameeyes' Pettenò |
2007-06-08 | Fix metadata parser. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Mark some stuff constant, reduce scope of a few other variables. | Diego 'Flameeyes' Pettenò |
2007-06-08 | More conversion to switches. | Diego 'Flameeyes' Pettenò |
2007-06-08 | More switches in parse_reference_atom. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Use a switch statement even for the parsing of trak atom. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Update parse_meta_atom to use a switch case rather than a series of if. By th... | Diego 'Flameeyes' Pettenò |
2007-05-31 | Patch: fix parsing qt/mov embedded refernces | Claudio Ciccani |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò |
2007-05-31 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-21 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-21 | Avoid fiddling with __attribute__. | Diego 'Flameeyes' Pettenò |
2007-04-21 | Mark bandwidths array static. | Diego 'Flameeyes' Pettenò |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2006-11-11 | Fixed a potential crash when parsing a "moov" atom containing an unsupported ... | Mathieu Olivier |