summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-10-12Use the audio_fifo - whenever it's possible - to send the demuxed audio data.Juergen Keil
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-12enable the ASF demuxer to seek immediatelyMike Melanson
2002-10-09configure.ac:Stephen Torri
2002-10-08Fix a BUS error on SPARC, forJuergen Keil
2002-10-08Fix a segfault when we reach the end of the playlist.James Courtier-Dutton
2002-10-08decimal, not hexMike Melanson
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-06atone for the sin of calling xine a "unix video player" rather than aMike Melanson
2002-10-06added support for VBR audio in QT files and improved handling ofMike Melanson