summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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ò
2007-12-13Simplify code handling RDRF_ATOM, unbranch it.Diego 'Flameeyes' Pettenò
2007-12-13Change url in a char pointer, as it's a string, not a buffer.Diego 'Flameeyes' Pettenò
2007-12-13Change the way string_size is initialised, reduce the numer of temporary oper...Diego 'Flameeyes' Pettenò
2007-12-13Replace strncmp and strncpy with memcmp and memcpy where applicable.Diego 'Flameeyes' Pettenò
2007-12-13Add two missing types to constants.Diego 'Flameeyes' Pettenò
2007-12-13Use FOURCC comparison rather than multiple bytes comparison.Diego 'Flameeyes' Pettenò
2007-12-13Update to the new id3 interface.Diego 'Flameeyes' Pettenò
2007-12-13Use id3v2_istag rather than manual comparison.Diego 'Flameeyes' Pettenò
2007-12-13Don't byteswap head, so that (machine-endian) ID3 tag macros can be tested. S...Diego 'Flameeyes' Pettenò
2007-12-13Update the AAC demuxer to the new id3 interface and use FOURCC comparison.Diego 'Flameeyes' Pettenò
2007-12-13Update the FLAC demuxer to use the new id3 interface. Check the fLaC signatur...Diego 'Flameeyes' Pettenò
2007-12-13Remove the need for a result variable, simply return the value of the _parse_...Diego 'Flameeyes' Pettenò
2007-12-13Report the whole ID3v2 signature when it's not recognised.Diego 'Flameeyes' Pettenò
2007-12-13Use the ID3 tag macros to identify the correct _parse_tag function to use.Diego 'Flameeyes' Pettenò
2007-12-13Use ME_FOURCC to define the ID3V2 tag macros.Diego 'Flameeyes' Pettenò
2007-12-13Pass the new id3_signature parameter to the _parse_tag functions.Diego 'Flameeyes' Pettenò
2007-12-13Use the new id3_signature parameter in id3v2_parse_header.Diego 'Flameeyes' Pettenò
2007-12-13Use ID3V2X_TAG and _MASK to identify ID3 signature.Diego 'Flameeyes' Pettenò
2007-12-13Define a generic ID3v2.x tag and a mask to identify it.Diego 'Flameeyes' Pettenò
2007-12-13Remove FOURCC_TAG and replace with explicit BE_FOURCC.Diego 'Flameeyes' Pettenò
2007-12-13Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit intege...Diego 'Flameeyes' Pettenò
2007-12-13Eliminate a few conversions to upper case; use strcasestr.Darren Salt
2007-12-13Replace four-bytes comparison with a ME_FOURCC comparison.Diego 'Flameeyes' Pettenò
2007-12-13Use strcasestr rather than converting the mimetypes variables to lowercase.Diego 'Flameeyes' Pettenò
2007-12-13Fix Quicktime (w32dll) decoder compilation.Darren Salt
2007-12-12Merge with 1.2-plugins-changes.Diego 'Flameeyes' Pettenò