Age | Commit message (Expand) | Author |
2008-06-14 | Extra MIME types for Quicktime/ISO media. | 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ò |
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 |
2008-04-06 | Add some newer Ogg MIME types. | Darren Salt |
2008-04-05 | Fix a regression in the Matroska demuxer. | 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-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-26 | Be more careful with malloc(x+1), particularly on 32-bit. | 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-07 | Get rid of some "may be used uninitialised" warnings. | Darren Salt |
2008-03-02 | Reorganise DTS audio type detection (ready for LE16 & BE14); changelog entry. | Darren Salt |
2008-02-22 | added patch for 16bit big endian DTS detection | Kirill Belokurov |
2008-02-20 | Off-by-one in the FLAC security fix, breaking playback of some files. | Darren Salt |
2008-02-18 | Timecode diff is signed. | Thibaut Mattern |
2008-02-18 | merge backout | Thibaut Mattern |
2008-02-18 | Backed out changeset 698d30889b29 | Thibaut Mattern |
2008-02-16 | Take in account the size of the extended header. | Thibaut Mattern |
2008-02-15 | Fixed endianess problem. | Thibaut Mattern |
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern |