Age | Commit message (Expand) | Author |
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 | 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ò |
2007-12-13 | Use ME_FOURCC to define the ID3V2 tag macros. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Pass the new id3_signature parameter to the _parse_tag functions. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use the new id3_signature parameter in id3v2_parse_header. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use ID3V2X_TAG and _MASK to identify ID3 signature. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Define a generic ID3v2.x tag and a mask to identify it. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Remove FOURCC_TAG and replace with explicit BE_FOURCC. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit intege... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Eliminate a few conversions to upper case; use strcasestr. | Darren Salt |
2007-12-13 | Replace four-bytes comparison with a ME_FOURCC comparison. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use strcasestr rather than converting the mimetypes variables to lowercase. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Fix Quicktime (w32dll) decoder compilation. | Darren Salt |
2007-12-12 | Merge with 1.2-plugins-changes. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove xine_gui_send_vo_data (deprecated). | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove tvmode functions, deprecated for a while now. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't export _x_demux_check_extension, now that plugins don't need it anymore. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail when using BY_CONTENT detection, missing autodetection. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Allow the TS demuxer to accept dvb streams; fix BY_MRL detection for slave. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Check if a dot was found before dereferencing the pointer. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail opening the device while using BY_CONTENT detection method, only allow B... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Make _x_demux_check_extension check for protocol prefixes too if :/ is in the... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Let _x_demux_check_extension() consider empty extensions string as an always-... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove stray variable. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Check if the extension is compatible with the plugin before trying to open it. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update the plugins loader to use the new extensions and mimetypes attributes. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version of the VCD plugin (which got missed earlier). | Darren Salt |