Age | Commit message (Expand) | Author |
2008-06-23 | Allow for <libavutil/base64.h> etc. | Darren Salt |
2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt |
2008-06-19 | Merge from 1.1, dropping the channels.conf patch for XDG-related reasons. | Darren Salt |
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-15 | Merge from 1.1. | Darren Salt |
2008-06-14 | Extra MIME types for Quicktime/ISO media. | Darren Salt |
2008-06-11 | Merge from 1.1. | Darren Salt |
2008-06-05 | demux_ts: don't OR in buffer types. | Darren Salt |
2008-05-29 | Merge from 1.1. | Darren Salt |
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-08 | Rename flag so that NOFILE won't be redefining a system constant. | Diego 'Flameeyes' Pettenò |
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-23 | Merge from 1.1. VDR needs to be updated. | 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-06 | Merge from 1.1. | Darren Salt |
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 | Merge from 1.1. | Darren Salt |
2008-04-21 | Add MIME types and .mpp for musepack. | Darren Salt |
2008-04-21 | Merge from 1.1. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-04-15 | Merge from 1.1. | Darren Salt |
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-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-04-09 | Merge from 1.2 main. | Darren Salt |
2008-04-08 | Merge from 1.1. | Darren Salt |
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 |