Age | Commit message (Expand) | Author |
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 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò |
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò |
2008-01-25 | Merge from 1.1. | Darren Salt |
2008-01-24 | Fix a possible crash on channel change in the DVB plugin. | Darren Salt |
2008-01-05 | Update to the new crc API from FFmpeg. | Diego 'Flameeyes' Pettenò |
2007-12-23 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Merge changes from 1.2 main.last-internal-ffmpeg | Diego 'Flameeyes' Pettenò |
2007-12-13 | Fix signedness of temporary variable. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use libavutil's crc routine rather than xine-utils's. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Allow the TS demuxer to accept dvb streams; fix BY_MRL detection for slave. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for demuxer plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all demux plugins to the new identifier/description interface. Add _()... | Diego 'Flameeyes' Pettenò |
2007-11-14 | Move CRC32 code into a common file (& out of the DVB input & TS demux plugins). | Darren Salt |
2007-11-14 | Merge from 1.1. | Darren Salt |
2007-11-13 | Fix a possible DVB plugin crash when switching channels. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-09-09 | Merge from 1.1. | Darren Salt |
2007-09-09 | fix spudvb decoder update | Christophe Thommeret |
2007-09-09 | Fix switching DVB subtitles channels. | Christophe Thommeret |
2007-08-21 | Merge from 1.1. | Darren Salt |
2007-08-17 | mpeg_ts multiple audio streams fix + spu lang fix | Christophe Thommeret |
2007-07-08 | Merge from 1.1. | Darren Salt |
2007-07-08 | Patch: mpeg_ts + ffmpeg | Christophe Thommeret |
2007-06-09 | Remove unused variables. | Diego 'Flameeyes' Pettenò |
2007-06-04 | Merge from 1.1. | Darren Salt |
2007-06-03 | [patch] Fix video pid misdetection | Andrew de Quincey |
2007-05-02 | [PATCH] Remove packet count from demux_ts, to remove a long delay | Simon Farnsworth |
2007-05-02 | [PATCH] Enhance logging in demux_ts, input_dvb and video_out_xv | Simon Farnsworth |
2007-05-17 | Merge from 1.1. | Darren Salt |
2007-04-14 | Use memset instead of loops to initialise arrays to zero. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Assume that the audio stream is AC3 on PMTs with ID 0x6a, rather than doing e... | Diego 'Flameeyes' Pettenò |