summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ts.c
AgeCommit message (Expand)Author
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
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-21Claire Griffin <claire@comedia.com> - demux_ts fixes for ATSC streamsMiguel Freitas
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-05-30bugfixes from MauroMiguel Freitas
2002-05-29commit Mauro Borghi <mauro.borghi@tilab.com> patches plus some small fix to d...Miguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21start() and seek() return the statusThibaut Mattern
2002-05-17commiting Thibaut Mattern's seek patch and some small fixesMiguel Freitas
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-27fix non-stop bugMiguel Freitas
2002-03-23adding preview feature to http input plugin, make demux_ts use itGuenter Bartsch
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-13Fix a few compile warnings.James Courtier-Dutton
2002-01-09Patches from Andre'Draszik to improve Transport stream support.James Courtier-Dutton
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-09content ts stream recognition, patch provided by Alexandre Brun <abrun@eproce...Guenter Bartsch
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert