Age | Commit message (Expand) | Author |
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 |
2004-05-16 | Priority support. | Thibaut Mattern |
2004-05-09 | dvb patches by Szymon Stefanek and Mike Lampard | Miguel Freitas |
2004-01-27 | should avoid some reported crashes. note: untested | Miguel Freitas |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | remove empty get_frame stuff and fix some warnings | Michael Roitzsch |
2003-11-15 | change demux api: | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-31 | Use info_helper functions. | Thibaut Mattern |
2003-10-20 | Submitted by Rett Walters: - | James Courtier-Dutton |
2003-10-06 | some housekeeping and compiler warnings | Michael Roitzsch |
2003-08-09 | Handle PMT tables better "demux_ts.c" . | James Courtier-Dutton |
2003-08-09 | Improve readablity of code and add FIXME comments. | James Courtier-Dutton |
2003-08-09 | Make debug printf's more consistent. All pid's now printed in hex. | James Courtier-Dutton |
2003-07-25 | small housekeeping: demuxer api seeks in miliseconds | Miguel Freitas |
2003-06-26 | Try to un-autodetect when we see a PAT,PMT. | James Courtier-Dutton |
2003-06-26 | Update to make A52 Audio work with Video Lan Server playing a DVD. | James Courtier-Dutton |
2003-05-19 | Patch submitted by : David Shimizu | James Courtier-Dutton |
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch |
2003-04-17 | cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de> | Miguel Freitas |
2003-03-05 | Do not autodetect audiostreams on PES stream type 0xBD. That may be teletext... | Peter Liljenberg |