summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ts.c
AgeCommit message (Expand)Author
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
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-08-09Handle PMT tables better "demux_ts.c" .James Courtier-Dutton
2003-08-09Improve readablity of code and add FIXME comments.James Courtier-Dutton
2003-08-09Make debug printf's more consistent. All pid's now printed in hex.James Courtier-Dutton
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-06-26Try to un-autodetect when we see a PAT,PMT.James Courtier-Dutton
2003-06-26Update to make A52 Audio work with Video Lan Server playing a DVD.James Courtier-Dutton
2003-05-19Patch submitted by : David ShimizuJames Courtier-Dutton
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-03-05Do not autodetect audiostreams on PES stream type 0xBD. That may be teletext...Peter Liljenberg
2003-02-02copyright updates and some code to catch late-starting ogg streamsGuenter Bartsch
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-26no need for <pthread.h> or <sched.h>Mike Melanson
2003-01-16- fix PVA buffer leaking problemsMiguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-27fix dvb eventsGuenter Bartsch
2002-12-27finally - dvb support in xine :)Guenter Bartsch
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-17Replace GNU C range extension "..." with ordinary comparision, so that theJuergen Keil
2002-12-09audio/video pid auto-detectionGuenter Bartsch
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-14(patch) demux_ts_parse_packet does notMiguel Freitas
2002-11-10fix backward seekingGuenter Bartsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-07ts demuxer compiles againGuenter Bartsch
2002-11-07bugfixes by Howdy PierceGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-09-10bring back all the demuxersMichael Roitzsch