summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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ò
2007-12-18Fix demuxing of VCDs, DVDs and PVR streams.Diego 'Flameeyes' Pettenò
2007-12-17Merge from 1.1.Darren Salt
2007-12-17Fix an off-by-one error concerning UTF-8-encoded BOMs.Darren Salt
2007-12-16Tell the Real demuxer about http references.Darren Salt
2007-12-16Drop the priority of the aud demuxer.Darren Salt
2007-12-15Fix wrongly-named function.Diego 'Flameeyes' Pettenò
2007-12-15Remove a stray semicolon.Darren Salt
2007-12-14Merge from 1.1.Darren Salt
2007-12-14Convert XML to UTF-8 for parsing if a BOM is detected.Darren Salt
2007-12-14Include mangle.h on tomsmocompmacros.h rather than in three files where it's ...Diego 'Flameeyes' Pettenò
2007-12-13Use ME_FOURCC rather than four assertions.Diego 'Flameeyes' Pettenò
2007-12-13Set stream information only when reading a streaminfo FLAC block.Diego 'Flameeyes' Pettenò
2007-12-13Set stream information only when reading a streaminfo FLAC block.Diego 'Flameeyes' Pettenò
2007-12-13Mark enum_pulldown and enum_framerate also const.Diego 'Flameeyes' Pettenò
2007-12-13Fix casting of const pointer to non-const structure.Diego 'Flameeyes' Pettenò
2007-12-13If the number of channels is not in the known cases, return a failure.Diego 'Flameeyes' Pettenò
2007-12-14Fixed a crash that happened when a video output was closedMatthias Kretz
2007-12-13If the number of channels is not in the known cases, return a failure.Diego 'Flameeyes' Pettenò
2007-12-13Make rate an unsigned long, as that's what FAAD is expecting.Diego 'Flameeyes' Pettenò
2007-12-13Make parse_utf8_size accept a void* as parameter.Diego 'Flameeyes' Pettenò
2007-12-13Mark dvb_mjdtime as static.Diego 'Flameeyes' Pettenò
2007-12-13Make sure that the sign of local variables and parameters of local functions ...Diego 'Flameeyes' Pettenò
2007-12-13Make sourcea bytes buffer.Diego 'Flameeyes' Pettenò
2007-12-13Make rmff_dump_pheader accept a bytes buffer.Diego 'Flameeyes' Pettenò
2007-12-13Make rmff_dump_header accept a void * parameter for buffer.Diego 'Flameeyes' Pettenò
2007-12-13Make rtsp_read_data accept a void* parameter for buffer.Diego 'Flameeyes' Pettenò
2007-12-13Make _x_io_(file|tcp)_(write|read) accept a void* parameter.Diego 'Flameeyes' Pettenò
2007-12-13Make writing function use a void* parameters to avoid signedness warnings.Diego 'Flameeyes' Pettenò
2007-12-13Use memcmp() to compare the buffer with a string rather than strncmp.Diego 'Flameeyes' Pettenò
2007-12-13Make _x_demux_read_header accept a void* as pointer to buffer.Diego 'Flameeyes' Pettenò
2007-12-13Fix signedness of temporary variable.Diego 'Flameeyes' Pettenò
2007-12-13Use parse_ebml_sint rather than parse_ebml_uint when reading int64_t types.Diego 'Flameeyes' Pettenò
2007-12-13Don't cast pointers, remove warning.Diego 'Flameeyes' Pettenò
2007-12-13Free the temporary variables that are allocated, avoid memory leaks.Diego 'Flameeyes' Pettenò
2007-12-13Free the temporary variables that are allocated, avoid memory leaks.Diego 'Flameeyes' Pettenò
2007-12-13Make codec_private the same type as the final data target.Diego 'Flameeyes' Pettenò
2007-12-13Also accept void* for public ebml_read_binary function.Diego 'Flameeyes' Pettenò
2007-12-13Use void* for the buffer parameter so that it doesn't get signedness warnings.Diego 'Flameeyes' Pettenò
2007-12-13Fix input/output variable sign to remove warnings.Diego 'Flameeyes' Pettenò
2007-12-13Make the edit_list_index parameter in get_next_edit_list_entry unsigned, remo...Diego 'Flameeyes' Pettenò
2007-12-13Make parse_data_atom accept a constant buffer, removes warnings.Diego 'Flameeyes' Pettenò