Age | Commit message (Expand) | Author |
2008-11-22 | Add position-based seeking independent from seekpoints. | Lorenzo Desole |
2008-11-20 | Memory access fixes: | František Dvořák |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-11-09 | Matroska and FLI demuxers warning and valgrind fixes | Frantisek Dvorak |
2008-11-07 | Fix resuming video after corrupted pes. | Christophe Thommeret |
2008-11-07 | Composer meta-tag | Maximilian Schwerin |
2008-09-03 | Adding ID3 tag TDRC to replace/complement the deprecated tag TYER. | Maximilian Schwerin |
2008-09-05 | Updated FLV demuxer. | Claudio Ciccani |
2008-05-28 | Fix exploitable heap buffer overflow in id3.c. | Diego 'Flameeyes' Pettenò |
2008-08-13 | Check for possible buffer overflow attempts in the Real demuxer. | Darren Salt |
2008-08-13 | Check for allocation failures. | Darren Salt |
2008-08-13 | Use size_t for data length variables. | Darren Salt |
2008-08-08 | Fix crash with corrupted WMV files when checking for aspect ratio information. | Darren Salt |
2008-08-08 | Fix crash with corrupted AVI files (chunk size). | Darren Salt |
2008-08-07 | Merge. | Darren Salt |
2008-08-07 | Fix a segfault introduced in the Windows Media crash fix. | Darren Salt |
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ò |