Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-16 | Drop the priority of the aud demuxer. | Darren Salt | |
It has been observed claiming files which should be claimed by other demuxers such as playlist or real. | |||
2007-12-15 | Fix wrongly-named function. | Diego 'Flameeyes' Pettenò | |
Thanks to Petri Hintukainen for reporting. | |||
2007-12-15 | Remove a stray semicolon. | Darren Salt | |
2007-12-14 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c rename : src/libfaad/xine_faad_decoder.c => src/libxineadec/xine_faad_decoder.c | |||
2007-12-14 | Convert XML to UTF-8 for parsing if a BOM is detected. | Darren Salt | |
2007-12-14 | Include mangle.h on tomsmocompmacros.h rather than in three files where it's ↵ | Diego 'Flameeyes' Pettenò | |
not used. | |||
2007-12-13 | Use ME_FOURCC rather than four assertions. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Set stream information only when reading a streaminfo FLAC block. | Diego 'Flameeyes' Pettenò | |
(transplanted from 6d9f36be48839984c3888f3d803319942c4d76e6) --HG-- extra : transplant_source : E%81r%E5-%5B%C2%21%15h%E3_%CB%23%25%9B%01l%03Y | |||
2007-12-13 | Set stream information only when reading a streaminfo FLAC block. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Mark enum_pulldown and enum_framerate also const. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Fix casting of const pointer to non-const structure. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | If the number of channels is not in the known cases, return a failure. | Diego 'Flameeyes' Pettenò | |
(transplanted from f3d84191da5d930ac90193bbdc0ca5d7c43b8302) --HG-- extra : transplant_source : D%837c_%7D%89%F0%E3%2B%7C%96%85IM9%250D%ED | |||
2007-12-14 | Fixed a crash that happened when a video output was closed | Matthias Kretz | |
img->stream->video_fifo can be 0 | |||
2007-12-13 | If the number of channels is not in the known cases, return a failure. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rate an unsigned long, as that's what FAAD is expecting. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make parse_utf8_size accept a void* as parameter. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Mark dvb_mjdtime as static. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make sure that the sign of local variables and parameters of local functions ↵ | Diego 'Flameeyes' Pettenò | |
are the same. | |||
2007-12-13 | Make sourcea bytes buffer. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rmff_dump_pheader accept a bytes buffer. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rmff_dump_header accept a void * parameter for buffer. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rtsp_read_data accept a void* parameter for buffer. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make _x_io_(file|tcp)_(write|read) accept a void* parameter. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make writing function use a void* parameters to avoid signedness warnings. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Use memcmp() to compare the buffer with a string rather than strncmp. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make _x_demux_read_header accept a void* as pointer to buffer. | Diego 'Flameeyes' Pettenò | |
Removes some warnings in demuxers. | |||
2007-12-13 | Fix signedness of temporary variable. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Use parse_ebml_sint rather than parse_ebml_uint when reading int64_t types. | Diego 'Flameeyes' Pettenò | |
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ò | |
(transplanted from c994a2508893efc4c85f5b49600b7dceec5c890e) --HG-- extra : transplant_source : %C9%94%A2P%88%93%EF%C4%C8_%5BI%60%0B%7D%CE%EC%5C%89%0E | |||
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, ↵ | Diego 'Flameeyes' Pettenò | |
remove warnings. | |||
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 ↵ | Diego 'Flameeyes' Pettenò | |
operations with it. | |||
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ò | |
--HG-- extra : transplant_source : D%BF%D7%DA%B0%F7%15%1A%96%2BV%DB%BF%85%05%AF%11%85%9B%1E | |||
2007-12-13 | Update to the new id3 interface. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %3C%98%D3%B8%10%A9%E0%8D%CB%21q%A2%ED%8B%96%25%05%84%EDk | |||
2007-12-13 | Use id3v2_istag rather than manual comparison. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %17IS%B7%1D%94%89f%9B%88%DEU%3E%25q%05%1DBw%87 | |||
2007-12-13 | Don't byteswap head, so that (machine-endian) ID3 tag macros can be tested. ↵ | Diego 'Flameeyes' Pettenò | |
Swap MPEG_MARKER to make it compatible. --HG-- extra : transplant_source : %FEP%3B%17E%84%B5%A9%FF%28%5B%18%20f%C0h%29hU%3D | |||
2007-12-13 | Update the AAC demuxer to the new id3 interface and use FOURCC comparison. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %1D%90%7D%EC%05%93%F9A%86%01h%BC%60%CD%FB%E4%AA/%03%7D | |||
2007-12-13 | Update the FLAC demuxer to use the new id3 interface. Check the fLaC ↵ | Diego 'Flameeyes' Pettenò | |
signature through ME_FOURCC comparison. --HG-- extra : transplant_source : %8D%C9%D9%96%BC%B4%B0%B1%C0%9F%1D%01%F8%8A%5DX%F8%D5k%86 | |||
2007-12-13 | Remove the need for a result variable, simply return the value of the ↵ | Diego 'Flameeyes' Pettenò | |
_parse_tag function. Solves one uninitialised variable use. --HG-- extra : transplant_source : %9A._%DD%84%60SPH%3E%DF%D3%C0%D8y%9E-%BB%F1%C9 | |||
2007-12-13 | Report the whole ID3v2 signature when it's not recognised. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %0D%1FR%99%3CQ%C7%0F%E6%D4%DB%5B%15%B0%BF3%E6.%25%B3 |