Age | Commit message (Expand) | Author |
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ò |
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-14 | Extra MIME types for Quicktime/ISO media. | Darren Salt |
2008-01-10 | Merge new flag. | Thibaut Mattern |
2008-01-09 | Added padding delay to the first and the last frame. | Thibaut Mattern |
2008-01-09 | Fixed gapless playback. | Thibaut Mattern |
2008-01-06 | Tell the Real demuxer about lists of http references. | Darren Salt |
2008-01-04 | Cosmetics : replace tabs by spaces. | Thibaut Mattern |
2008-01-04 | Initial parsing of Xing header LAME extension. | Thibaut Mattern |
2008-01-03 | Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3] | Thibaut Mattern |
2008-01-01 | Avoid potential install-time mislinkage against libxine.so.2. | Darren Salt |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-29 | Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG. | Diego 'Flameeyes' Pettenò |
2007-12-26 | Fix pls parsing (broken in cset e0819c1c624a). | Darren Salt |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-12-17 | compile | Matthias Kretz |
2007-12-17 | add video/flv and application/x-flash-video MIME aliases as used by shared-mime | Matthias Kretz |
2007-12-16 | Tell the Real demuxer about http references. | Darren Salt |
2007-12-13 | Set stream information only when reading a streaminfo FLAC block. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Free the temporary variables that are allocated, avoid memory leaks. | Diego 'Flameeyes' Pettenò |
2007-12-02 | silence stdout of ogg demuxer | Matthias Kretz |
2007-11-25 | Fix a signedness issue in genre number validation. | Darren Salt |
2007-11-25 | Avoid any future need to alter ID3_GENRE_COUNT. | Darren Salt |
2007-11-25 | patch adding additional ID3 genres | Maximilian Schwerin |
2007-11-24 | Add option to disable Nosefart/NSF plugin building. | Diego 'Flameeyes' Pettenò |
2007-11-23 | Merge. | Darren Salt |
2007-11-23 | fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS... | Matthias Kretz |
2007-11-18 | Get filesize from metadata, when available. | Claudio Ciccani |
2007-11-18 | Implemented a faster method to seek to absolute position (seek+resync). | Claudio Ciccani |
2007-11-17 | Send headers using script information as reference (when available). | Claudio Ciccani |
2007-11-13 | Fix a possible DVB plugin crash when switching channels. | Darren Salt |
2007-11-12 | Do not mind about ASX playlist version. | Claudio Ciccani |