Age | Commit message (Expand) | Author |
2008-06-25 | Merge, and add a changelog entry. | Darren Salt |
2008-06-25 | Add comments about (audio track)->type containing the stream no. | Darren Salt |
2008-06-25 | Backed out changeset f2086511a349; m->type isn't necessarily 0. | 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-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-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-01-24 | Fix a possible crash on channel change in the DVB plugin. | 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-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-09-09 | fix spudvb decoder update | Christophe Thommeret |
2007-09-09 | Fix switching DVB subtitles channels. | Christophe Thommeret |
2007-08-17 | mpeg_ts multiple audio streams fix + spu lang fix | Christophe Thommeret |
2007-07-08 | Patch: mpeg_ts + ffmpeg | Christophe Thommeret |
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-04-02 | Assume that the audio stream is AC3 on PMTs with ID 0x6a, rather than doing e... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Rename no_spu_tracks to spu_tracks_count and MAX_NO_SPU_TRACKS to MAX_SPU_TRA... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Remove extraneous debug printf(). | Diego 'Flameeyes' Pettenò |
2007-04-01 | Support multiple audio PID in MPEG TS. Patch by Julian Scheel (slightly modif... | Diego 'Flameeyes' Pettenò |
2007-02-08 | Remove any possibility of strcpy/sprintf overflows wrt front ends requesting | Darren Salt |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2006-08-08 | port of the pts wrap detection fix from demux_mpeg_pes | Miguel Freitas |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-28 | Fix decoding of PMT packets when adaption_field is present. | Darren Salt |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-02-05 | segfault fix by Vedran Rodic | Miguel Freitas |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2005-01-31 | **BUGFIX** fix for bug #1090707. Ensure buffers are assigned to | Mike Lampard |
2004-12-20 | Remove nasty static variables. | James Courtier-Dutton |
2004-12-18 | reset spu pid etc on dvb channel change | Mike Lampard |
2004-12-10 | tags for AAC, MPEG4 and H264 | Miguel Freitas |
2004-12-09 | have parse_pes_header modify buf->decoder_info[2] directly. cleanup. | Mike Lampard |
2004-12-09 | send PES packet size via decoder_info[2] instead of buf->type. | Mike Lampard |
2004-12-01 | support PMT sections larger than 1 ts packet | Mike Lampard |
2004-10-25 | improve reliability of channel changing for dvb streams | Mike Lampard |
2004-10-21 | fix for some ac3 streams | Mike Lampard |
2004-10-18 | patch by Gert Vervoort to handle AC3 audio when the sync word (0x0b 0x77) | Miguel Freitas |
2004-09-02 | - remove C99 declaration usage | Bastien Nocera |
2004-08-28 | Improve handling of Transport Mpeg streams. | James Courtier-Dutton |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-10 | If no format identifier, assume A52. | James Courtier-Dutton |