summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ts.c
AgeCommit message (Expand)Author
2008-01-24Fix a possible crash on channel change in the DVB plugin.Darren Salt
2007-11-13Fix a possible DVB plugin crash when switching channels.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-09-09fix spudvb decoder updateChristophe Thommeret
2007-09-09Fix switching DVB subtitles channels.Christophe Thommeret
2007-08-17mpeg_ts multiple audio streams fix + spu lang fixChristophe Thommeret
2007-07-08Patch: mpeg_ts + ffmpegChristophe Thommeret
2007-06-03[patch] Fix video pid misdetectionAndrew de Quincey
2007-05-02[PATCH] Remove packet count from demux_ts, to remove a long delaySimon Farnsworth
2007-05-02[PATCH] Enhance logging in demux_ts, input_dvb and video_out_xvSimon Farnsworth
2007-04-02Assume that the audio stream is AC3 on PMTs with ID 0x6a, rather than doing e...Diego 'Flameeyes' Pettenò
2007-04-02Rename no_spu_tracks to spu_tracks_count and MAX_NO_SPU_TRACKS to MAX_SPU_TRA...Diego 'Flameeyes' Pettenò
2007-04-02Remove extraneous debug printf().Diego 'Flameeyes' Pettenò
2007-04-01Support multiple audio PID in MPEG TS. Patch by Julian Scheel (slightly modif...Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-08-08port of the pts wrap detection fix from demux_mpeg_pesMiguel Freitas
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-28Fix decoding of PMT packets when adaption_field is present.Darren Salt
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-02-05segfault fix by Vedran RodicMiguel Freitas
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-01-31**BUGFIX** fix for bug #1090707. Ensure buffers are assigned toMike Lampard
2004-12-20Remove nasty static variables.James Courtier-Dutton
2004-12-18reset spu pid etc on dvb channel changeMike Lampard
2004-12-10tags for AAC, MPEG4 and H264Miguel Freitas
2004-12-09have parse_pes_header modify buf->decoder_info[2] directly. cleanup.Mike Lampard
2004-12-09send PES packet size via decoder_info[2] instead of buf->type.Mike Lampard
2004-12-01support PMT sections larger than 1 ts packetMike Lampard
2004-10-25improve reliability of channel changing for dvb streamsMike Lampard
2004-10-21fix for some ac3 streamsMike Lampard
2004-10-18patch by Gert Vervoort to handle AC3 audio when the sync word (0x0b 0x77)Miguel Freitas
2004-09-02- remove C99 declaration usageBastien Nocera
2004-08-28Improve handling of Transport Mpeg streams.James Courtier-Dutton
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-10If no format identifier, assume A52.James Courtier-Dutton
2004-05-16Priority support.Thibaut Mattern
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
2004-01-27should avoid some reported crashes. note: untestedMiguel Freitas
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31Use info_helper functions.Thibaut Mattern
2003-10-20Submitted by Rett Walters: -James Courtier-Dutton