summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-10-20important: call demuxer_stop from demuxer_disposeGuenter Bartsch
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
2002-10-20another attempt to make audio and video start at the same ptsGuenter Bartsch
2002-10-20make avi demuxer send preview buffers, libmad uses them to extract stream/met...Guenter Bartsch
2002-10-20bring the FILM demuxer in line with the latest API revisionMike Melanson
2002-10-20stream_info fixesGuenter Bartsch
2002-10-20whoups. wrong constants used for stream type detection methodGuenter Bartsch
2002-10-20return of the asf demuxerGuenter Bartsch
2002-10-19try to make a/v index position after seek more accurate (for streams with lon...Guenter Bartsch
2002-10-19fast seeking enabledGuenter Bartsch
2002-10-19send start header firstGuenter Bartsch
2002-10-19really send headers in demux_avi_send_headerGuenter Bartsch
2002-10-18Enable liba52 for new api.James Courtier-Dutton
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.James Courtier-Dutton
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16bump up plugin version numbersGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-12sched.h include missing for sched_yield() functionJuergen Keil