Age | Commit message (Expand) | Author |
2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt |
2007-12-30 | Manual port of the color→colour change to 1.2; should make merging easier. | Darren Salt |
2007-12-29 | Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG. | Diego 'Flameeyes' Pettenò |
2007-12-26 | Fix pls parsing (broken in cset e0819c1c624a). | Darren Salt |
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò |
2007-12-26 | Fix pls parsing (broken in cset e0819c1c624a). | Darren Salt |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-12-19 | Remove orphaned functions. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Merge from 1.2 branch. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Add and use new functions for malloc+memcpy(+NUL-term) fragments. | Darren Salt |
2007-12-19 | Consolidate all public include files into include/xine directory. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Merge from 1.1. | Darren Salt |
2007-12-18 | Use automatic buffers rather than malloc/free the buffer. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-18 | There's no need to use an if: when block_data is NULL, realloc() acts as mall... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use an automatic array rather than malloc'ing and free'ing it on the function. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Only open (and close) iconv in asf_header_parse_content_description. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Check for buffer_len before allocating the buffer, so it hasn't to be freed. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Set the values of buffers in the same if as they are tested. | 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-18 | Simplify code. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Simplify code by returning immediately in case of error. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use xine_xmalloc rather than setting everything at zero by hand. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Allow vdr/netvdr MRLs to work without requiring #demux:mpeg_pes. | Darren Salt |
2007-12-18 | Fix demuxing of VCDs, DVDs and PVR streams. | Diego 'Flameeyes' Pettenò |
2007-12-17 | compile | Matthias Kretz |
2007-12-17 | add video/flv and application/x-flash-video MIME aliases as used by shared-mime | Matthias Kretz |
2007-12-17 | Merge from 1.1. | Darren Salt |
2007-12-16 | Tell the Real demuxer about http references. | Darren Salt |
2007-12-16 | Drop the priority of the aud demuxer. | Darren Salt |
2007-12-13 | Set stream information only when reading a streaminfo FLAC block. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Fix signedness of temporary variable. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use parse_ebml_sint rather than parse_ebml_uint when reading int64_t types. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Don't cast pointers, remove warning. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Free the temporary variables that are allocated, avoid memory leaks. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Free the temporary variables that are allocated, avoid memory leaks. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Make codec_private the same type as the final data target. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Also accept void* for public ebml_read_binary function. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use void* for the buffer parameter so that it doesn't get signedness warnings. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Fix input/output variable sign to remove warnings. | Diego 'Flameeyes' Pettenò |