| Age | Commit message (Expand) | Author |
| 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-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-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 |