summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-10-27bring the elementary MPEG stream demuxer in line with the latest APIMike Melanson
2002-10-27bring back a bunch of demuxersMike Melanson
2002-10-27bring the unfinished Real demuxer in line with the latest API revisionMike Melanson
2002-10-27bring the CDA demuxer in line with the latest API revision, although itMike Melanson
2002-10-27bring the VQA demuxer in line with the latest API revisionMike Melanson
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-27another demuxer with broken status reportingGuenter Bartsch
2002-10-27some demuxers still don't report their status correctlyGuenter Bartsch
2002-10-26bring the SMJPEG demuxer in line with the latest API revisionMike Melanson
2002-10-26bring the YUV4MPEG2 demuxer in line with the latest API revision; also,Mike Melanson
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine par...Guenter Bartsch
2002-10-26bring the SND/AU demuxer in line with the latest API revisionMike Melanson
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-26bring the VOC demuxer in line with the latest API revisionMike Melanson
2002-10-26don't forget to call stop during disposeMichael Roitzsch
2002-10-26bring the AIFF demuxer in line with the latest API revisionMike Melanson
2002-10-26fix strategy constantsThibaut Mattern
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block dev...Guenter Bartsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-25throw away old code, call demux_stop in demux_disposeGuenter Bartsch
2002-10-24Try to fix sync and seeking with strange streams that don't have pts.Thibaut Mattern
2002-10-24file extensions seperated by spacesGuenter Bartsch
2002-10-23looks like demux_roq content detection accepted anything but roq files...Guenter Bartsch
2002-10-23content detection for non-seekable streamsGuenter Bartsch
2002-10-23stupid error in extension comparison - thanks to mike for noticing thatGuenter Bartsch
2002-10-23send preview buffers, try to fix metadataGuenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23fix detection by extensionGuenter Bartsch
2002-10-23Sanity check the qt file, before we try to open it. The qt demuxer wasJuergen Keil
2002-10-23Check the FILM signature, before we trust the data in some random file.Juergen Keil
2002-10-23re-enable demux_mpegJuergen Keil
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
2002-10-23bring back some more demuxersMike Melanson
2002-10-23bring the WAV demuxer in line with the latest API revisionMike Melanson
2002-10-23bring the FLI subsystem in line with the latest API revisionMike Melanson
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
2002-10-23CIN not MVEMike Melanson
2002-10-23bring the Id CIN demuxer in line with the latest API revisionMike Melanson
2002-10-23bring the WC3 Movie demuxer in line with the latest API revisionMike Melanson
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22Fix a warning.Thibaut Mattern
2002-10-22fix small typo in a commentJuergen Keil
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
2002-10-22bring the QT demuxer in line with the latest API revisionMike Melanson
2002-10-22Changed non standard comment (//).Stephen Torri
2002-10-22fix stop...start sequenceMike Melanson
2002-10-21Fix read_id3_tags (segfault)Thibaut Mattern
2002-10-21Oups...Thibaut Mattern
2002-10-21open_plugin cleanup + fixThibaut Mattern