summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-11-03Reject non-seekable sources in the content detection stage rather than in gen...Robin KAY
2002-11-03no logging by defaultGuenter Bartsch
2002-11-03never read() from a non-seekable input plugin in content detection stage (oth...Guenter Bartsch
2002-11-03fixed icecast support - next one who breaks my online radios I'll ... erm, uo...Guenter Bartsch
2002-11-03Cleaned up WVE demuxer slightly.Robin KAY
2002-11-02added Robin Kay's EA WVE demuxerMike Melanson
2002-11-02Fix METHOD_BY_EXTENSION.Thibaut Mattern
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-11-01move file signature validation to open_file() functionsMike Melanson
2002-11-01use pts values only internallyGuenter Bartsch
2002-10-31pts variable shuffleMike Melanson
2002-10-30fix bug in content detection strategyMike Melanson
2002-10-29meta info, handling of small files fixedGuenter Bartsch
2002-10-29strengthen QT content detectionMike Melanson
2002-10-29fix content detection, handles non-seekable streamsGuenter Bartsch
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-28bump the interface versionMike Melanson
2002-10-28bump the interface versionMike Melanson
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27asf content detection for seekable, but non-preview input pluginsGuenter Bartsch
2002-10-27fix extensions detectionGuenter Bartsch
2002-10-27modified to handle sign/magnitude audio in early FILM filesMike Melanson
2002-10-27initial support for RealAudio (*.ra) filesMike Melanson
2002-10-27get the logic straightMike Melanson
2002-10-27load up the XINE_STREAM_INFO_HAS_AUDIO/VIDEO informationMike Melanson
2002-10-27eliminate obsolete VALID_ENDS stringsMike Melanson
2002-10-27reinstate the MPEG elementary stream demuxerMike Melanson
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