Age | Commit message (Expand) | Author |
2008-08-07 | Fix crashes with fuzzed Ogg files. (CVE-2008-3231) | Darren Salt |
2008-08-06 | Fix crashes with fuzzed Windows Media files. | Darren Salt |
2008-07-12 | Merge. | Darren Salt |
2008-07-12 | Fix a logic error which can cause misidentification as DV. | Darren Salt |
2008-07-08 | Rename flag so that NOFILE won't be redefining a system constant. | Diego 'Flameeyes' Pettenò |
2008-07-07 | include <malloc.h> if defined to get prototype for alloca() on mingw32 | mringwal@Macintosh.local |
2008-07-04 | Simplify switch_buf return values. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Cleanup code style, use memmem() to find the start of a frame. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Use memcmp() instead of manual comparison of bytes when checking signatures. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Use id3.h functions to check for ID3 tags. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Improve header processing and misc cleanups. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Use the new _x_is_fourcc() function and also memcmp(). | Diego 'Flameeyes' Pettenò |
2008-07-04 | Cleanup code style and use the new _x_is_fourcc() function. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Simplify signature checks, especially for OggFLAC files. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Use the new _x_is_fourcc() funtion to check for FOURCC tags in files. | Diego 'Flameeyes' Pettenò |
2008-07-03 | Rewrite demux_real and demux_realaudio for style. | Diego 'Flameeyes' Pettenò |
2008-06-27 | Add basic aspect ratio detection for WMV streams. | Darren Salt |
2008-06-25 | Merge, and add a changelog entry. | Darren Salt |
2008-06-25 | Add comments about (audio track)->type containing the stream no. | Darren Salt |
2008-06-25 | Backed out changeset f2086511a349; m->type isn't necessarily 0. | Darren Salt |
2008-06-05 | demux_ts: don't OR in buffer types. | Darren Salt |
2008-05-25 | Recognise TS descriptor tag 0x80 as MPEG video. | Darren Salt |
2008-05-25 | Wherever possible, use enum constants for TS descriptor tags. | Darren Salt |
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid 1KB buffer for decoding anxdata headers. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Don't use t_title array after it got out of the scope. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Avoid memset() on newly allocated memory areas. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Merge file removal. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Mark internal functions and data structures static. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove specific ID3v2 parsing funcion from the header file, always use the ge... | Diego 'Flameeyes' Pettenò |
2008-04-30 | Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed. | Darren Salt |
2008-04-21 | Add MIME types and .mpp for musepack. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-06-18 | Separate PES stream IDs from TS descriptor tags. | Darren Salt |
2008-06-16 | demux_ts: Always replace PIDs when we parse a PMT | Simon Farnsworth |
2008-06-14 | Extra MIME types for Quicktime/ISO media. | Darren Salt |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-06-13 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò |
2008-04-14 | Remove a memset() rendered pointless by use of calloc(). | Darren Salt |
2008-04-14 | divide by zero in demux_qt.c | Colin Gibbs |
2008-04-07 | Fix vorbis initialization problem in the matroska demuxer due to my last vorb... | Thibaut Mattern |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo |
2008-04-07 | Move the sipro codec swap data & code into a common header. | Darren Salt |
2008-04-07 | Use ffmpeg's cook decoder and fix Real decoder bugs | Jinghua Luo |