summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-10-06backed out earlier changes from endian translation macrosMike Melanson
2002-10-06preliminary attempt at a RealMedia file demuxerMike Melanson
2002-10-05Backing out changes to endian translation macrosRobin KAY
2002-10-05implemented seeking (including seek on start) and length functionMike Melanson
2002-10-05experiment to get these endian macros to work on all systemsMike Melanson
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-10-04initial commit for YUV4MPEG2 file demuxerMike Melanson
2002-10-03implemented seek on start for the audio-only demuxers, also fixedMike Melanson
2002-10-02mark some global arrays that must never be changed (multiple pluginMichael Roitzsch
2002-10-01implemented seek on startMike Melanson
2002-10-01implemented proper video codec detection, calculated proper frameMike Melanson
2002-10-01err...bring back ability for QT demuxer to play from start, and fixMike Melanson
2002-10-01In the following Makefile.am variable is how to correctly comment outStephen Torri
2002-09-30simple beautificationMichael Roitzsch
2002-09-30implemented proper frame duration calculation, fixed temporal positionMike Melanson
2002-09-28wow, 1 line makes all the difference between "working" andMike Melanson
2002-09-28eliminate separate pts counter for audio; this makes pts handlingMike Melanson
2002-09-28added support for seeking by exploiting special characteristics of theMike Melanson
2002-09-28preliminary greyscale palette support; not perfect yet, but it keepsMike Melanson
2002-09-24prevent pts based wrap detections after we had a nav-detectedMichael Roitzsch
2002-09-24revised VQA demuxer to eliminate any hope of random seeking duringMike Melanson