Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-18 | Avoid a multiplication. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use asprintf. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use asprintf. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use strdup. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use strndup. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
(transplanted from e9e85d6bcc7e9aafb1dc019f3505de2dafe940bf) --HG-- extra : transplant_source : %E9%E8%5Dk%CC%7E%9A%AF%B1%DC%01%9F5%05%DE-%AF%E9%40%BF | |||
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use strndup. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use asprintf where possible. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use variable-sized arrays rather than allocated buffers. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use asprintf(). | Diego 'Flameeyes' Pettenò | |
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ò | |
(transplanted from 3640d3cbe551f96df932b7d6218b071b910a237b) --HG-- extra : transplant_source : 6%40%D3%CB%E5Q%F9m%F92%B7%D6%21%8B%07%1B%91%0A%23%7B | |||
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 ↵ | Diego 'Flameeyes' Pettenò | |
malloc(). | |||
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ò | |
This way the iconv descriptor is not left open during the whole ASF demuxing. | |||
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ò | |
Use calloc(1, ...) rather than using memset right afterward. | |||
2007-12-18 | As the error codepath is going to assert out anyway, don't do the extra malloc. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use asprintf instead of sprintf. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use zeroed allocation instead of memset, and don't zero out a string that is ↵ | Diego 'Flameeyes' Pettenò | |
going to be fully sprintf'd. | |||
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
size of an item for the number of items. (transplanted from efc9d92af3d7927cbf5534b5612fd98af541ff95) --HG-- extra : transplant_source : %EF%C9%D9%2A%F3%D7%92%7C%BFU4%B5a/%D9%8A%F5A%FF%95 | |||
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
size of an item for the number of items. | |||
2007-12-18 | Remove a memset after xine_xmalloc. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Remove superfluous include. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Allocate the preview buffer only when actually needed; use zeroed allocation ↵ | Diego 'Flameeyes' Pettenò | |
rather than memset(). | |||
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
size of an item for the number of items. Also don't memset calloc()ed areas to zero. | |||
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 ↵ | Diego 'Flameeyes' Pettenò | |
value on the proper structure. This way, parse_data_atom is inlined by GCC. | |||
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 | Use default_demux_plugin_dispose as dispose function. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Remove more class_dispose functions, and replace with ↵ | Diego 'Flameeyes' Pettenò | |
default_post_class_dispose. | |||
2007-12-18 | Allow vdr/netvdr MRLs to work without requiring #demux:mpeg_pes. | Darren Salt | |
(This doesn't work with detection by content.) | |||
2007-12-18 | Fix MRL protocol matching (for demuxer lookup). | Darren Salt | |
2007-12-18 | Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out. | Diego 'Flameeyes' Pettenò | |
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-17 | Fix an off-by-one error concerning UTF-8-encoded BOMs. | Darren Salt | |
2007-12-16 | Tell the Real demuxer about http references. | Darren Salt | |