Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-12-13 | Use the ID3 tag macros to identify the correct _parse_tag function to use. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %ED%0D%F6%ADf%2A%C2%8C%11%7C%C7%DB3%10%C6%BD%08%04%99%20 | |||
2007-12-13 | Use ME_FOURCC to define the ID3V2 tag macros. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : J%E3%E0%D8%D8%D4Cj%C1%93%F3%AD%DA%01%7CO%F8%1A%09p | |||
2007-12-13 | Pass the new id3_signature parameter to the _parse_tag functions. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %7F%AE%9A%FBV%3B%D3%AB%1DG%DE%BA%23%02%D7%0F%0A%D4%DAr | |||
2007-12-13 | Use the new id3_signature parameter in id3v2_parse_header. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %E4%DB%7ER%B2e%A0%FE%DF%03%BE%25%09%22%ADa%9D%CE%F4%87 | |||
2007-12-13 | Use ID3V2X_TAG and _MASK to identify ID3 signature. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %88B%C1%C9%26%D9%8E%90%D6jW%E3%B0%F7%04%8E%AE%06h%9A | |||
2007-12-13 | Define a generic ID3v2.x tag and a mask to identify it. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %D77%80J%C1%FA%E6%1F%2A%84%15%D6%DA%10%B1%5D%1E1%F0%91 | |||
2007-12-13 | Remove FOURCC_TAG and replace with explicit BE_FOURCC. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %8D%A1%26%2A%C6%8D%F0zA%FE%7BBKk2%F7%5D%B1%9B2 | |||
2007-12-13 | Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit ↵ | Diego 'Flameeyes' Pettenò | |
integer id3_signature. --HG-- extra : transplant_source : %9D%80%60W%B8%5E%13%F9%F1%1F%B6%3F%CE%98%F5B%16A%ACd | |||
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 from 1.2 main. | Diego 'Flameeyes' Pettenò | |
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-12 | Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, ↵ | Diego 'Flameeyes' Pettenò | |
link plugins needing it to libavutil. | |||
2007-12-12 | Remove use of xine_xmalloc_aligned() in libxine, and link it to libavutil. | Diego 'Flameeyes' Pettenò | |
2007-12-12 | Remove xine_xmalloc_aligned() function, to be replaced with av_mallocz(). | Diego 'Flameeyes' Pettenò | |
2007-12-12 | Remove commented out xine_xmalloc_aligned for cleanness. | Diego 'Flameeyes' Pettenò | |
2007-12-12 | Use av_mallocz from libavutil rather than xine_xmalloc_aligned for ↵ | Diego 'Flameeyes' Pettenò | |
allocating memory. | |||
2007-12-12 | Create a libyuv2rgb.la library to split out the yuv2rgb source files. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use libavutil's sha1 routine rather than adding an implementation of it. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Remove a base64 decoding function, and use libavutil decoding function instead. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use libavutil's base64 routines rather than adding musicbrainz's to cdda plugin. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Remove CRC routine from libxine, now using libavutil for CRCs. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use libavutil's crc routine rather than xine-utils's. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use libavutil's crc routine rather than a52dec's. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Actually use the context already allocated by libavutil. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use libavutil's crc routines rather than xine-utils's code. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use FFMPEG_* variables and reduce conditional. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | use FFMPEG_POSTPROC_* variables, reduce conditional. | 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ò | |