summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-19Remove attribute that is never used.Diego 'Flameeyes' Pettenò
2007-12-19Make auth also a local variable in http_plugin_open.Diego 'Flameeyes' Pettenò
2007-12-19Make proxyauth a variable local to http_plugin_open() function.Diego 'Flameeyes' Pettenò
2007-12-18Merge from 1.1.Darren Salt
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt
2007-12-18Clean up recursive mkdir().Darren Salt
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use variable-sized arrays rather than allocated buffer.Diego 'Flameeyes' Pettenò
2007-12-18Mark the enctable static.Diego 'Flameeyes' Pettenò
2007-12-18Avoid a multiplication.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf.Diego 'Flameeyes' Pettenò
2007-12-18Use strdup.Diego 'Flameeyes' Pettenò
2007-12-18Use strndup.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use strndup.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf where possible.Diego 'Flameeyes' Pettenò
2007-12-18Use variable-sized arrays rather than allocated buffers.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf().Diego 'Flameeyes' Pettenò
2007-12-18Use automatic buffers rather than malloc/free the buffer.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18There's no need to use an if: when block_data is NULL, realloc() acts as mall...Diego 'Flameeyes' Pettenò
2007-12-18Use an automatic array rather than malloc'ing and free'ing it on the function.Diego 'Flameeyes' Pettenò
2007-12-18Only open (and close) iconv in asf_header_parse_content_description.Diego 'Flameeyes' Pettenò
2007-12-18Check for buffer_len before allocating the buffer, so it hasn't to be freed.Diego 'Flameeyes' Pettenò
2007-12-18Set the values of buffers in the same if as they are tested.Diego 'Flameeyes' Pettenò
2007-12-18As the error codepath is going to assert out anyway, don't do the extra malloc.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf instead of sprintf.Diego 'Flameeyes' Pettenò
2007-12-18Use zeroed allocation instead of memset, and don't zero out a string that is ...Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when the allocated size would be counted by multiplying the size...Diego 'Flameeyes' Pettenò
2007-12-18Remove a memset after xine_xmalloc.Diego 'Flameeyes' Pettenò
2007-12-18Remove superfluous include.Diego 'Flameeyes' Pettenò
2007-12-18Allocate the preview buffer only when actually needed; use zeroed allocation ...Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when the allocated size would be counted by multiplying the size...Diego 'Flameeyes' Pettenò
2007-12-18Declare color_* variables only when actually used.Diego 'Flameeyes' Pettenò
2007-12-18Replace seven calls to parse_data_atom with a single call, and then set the v...Diego 'Flameeyes' Pettenò
2007-12-18Allocate atom_preamble only when it's actually going to be used.Diego 'Flameeyes' Pettenò
2007-12-18Simplify code, set ftyp_atom_size at once.Diego 'Flameeyes' Pettenò
2007-12-18Return right away if the atom is not an FTYP.Diego 'Flameeyes' Pettenò
2007-12-18Don't use an if when returning a comparison.Diego 'Flameeyes' Pettenò
2007-12-18Alloc preview only when needed; use zeroed allocation rather than memset.Diego 'Flameeyes' Pettenò
2007-12-18Don't test for the pointer before freeing.Diego 'Flameeyes' Pettenò
2007-12-18Simplify code.Diego 'Flameeyes' Pettenò
2007-12-18Simplify code by returning immediately in case of error.Diego 'Flameeyes' Pettenò
2007-12-18Use xine_xmalloc rather than setting everything at zero by hand.Diego 'Flameeyes' Pettenò
2007-12-18Use default_demux_plugin_dispose as dispose function.Diego 'Flameeyes' Pettenò
2007-12-18Remove more class_dispose functions, and replace with default_post_class_disp...Diego 'Flameeyes' Pettenò
2007-12-18Allow vdr/netvdr MRLs to work without requiring #demux:mpeg_pes.Darren Salt
2007-12-18Fix MRL protocol matching (for demuxer lookup).Darren Salt
2007-12-18Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out.Diego 'Flameeyes' Pettenò