Age | Commit message (Expand) | Author |
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 | 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ò |
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-13 | Use FOURCC comparison rather than multiple bytes comparison. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Update to the new id3 interface. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use id3v2_istag rather than manual comparison. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Don't byteswap head, so that (machine-endian) ID3 tag macros can be tested. S... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Update the AAC demuxer to the new id3 interface and use FOURCC comparison. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Update the FLAC demuxer to use the new id3 interface. Check the fLaC signatur... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Remove the need for a result variable, simply return the value of the _parse_... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Report the whole ID3v2 signature when it's not recognised. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use the ID3 tag macros to identify the correct _parse_tag function to use. | Diego 'Flameeyes' Pettenò |