Age | Commit message (Expand) | Author |
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 |
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 |
2008-04-06 | Merge from 1.1; adapt xine-list for 1.2. | Darren Salt |
2008-04-06 | Add some newer Ogg MIME types. | Darren Salt |
2008-04-05 | Fix a regression in the Matroska demuxer. | Darren Salt |
2008-04-02 | Merge from 1.1. | Darren Salt |
2008-03-31 | Revert a change which broke Quicktime atom parsing. | Darren Salt |
2008-03-30 | Add video/x-matroska. | Darren Salt |
2008-03-29 | Merge from 1.1. | Darren Salt |
2008-03-26 | Merge from 1.1. | Darren Salt |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | Darren Salt |
2008-03-26 | calculate AIFF files samplerate from 80-bit float, fixes wrong playback of so... | Kirill Belokurov |
2008-03-28 | AIFF comment chunks are word-aligned, so we should seek extra byte for them | Kirill Belokurov |
2008-03-27 | read only full frames into buffer - otherwise decoder will lose trailing byte... | Kirill Belokurov |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt |
2008-03-24 | WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one | Kirill Belokurov |
2008-03-12 | Merge from 1.1. | Darren Salt |