summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
AgeCommit message (Expand)Author
2003-07-11- check only the 2 first bytes of video/audio chunk RIFF header (only the str...Thibaut Mattern
2003-06-29- simplify a bit the binary searchThibaut Mattern
2003-06-17- Seek to previous keyframeThibaut Mattern
2003-05-29Set audio fourcc in stream info if we know what it is, ie there is only one a...James Stembridge
2003-05-29store fourcc from stream header as integer as it's never used as a stringJames Stembridge
2003-05-29stream header fourcc is optional so read fourcc for stream info from bitmap infoJames Stembridge
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-07more work on console output cleanupGuenter Bartsch
2003-03-02Detection by content for non seekable input plugins.Thibaut Mattern
2003-03-02Don't eat data from non seekable input plugins in detection by content.Thibaut Mattern
2003-03-02New "streaming" mode.Thibaut Mattern
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
2003-01-23preparations for beta3:Miguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-09very very nice: fixing an old xine bug of slider bar positioning forMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-29remove old hack for sputextMichael Roitzsch
2002-12-23- added raw dv demuxerMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-13always set input_pos and input_time on both, audio and video buffersGuenter Bartsch
2002-12-12handling of some strange avi files.Miguel Freitas
2002-12-11that should fix playback of streams generated by dvgrab.Miguel Freitas
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-12-06set fourcc so ffmpeg can detect buggy streamsMiguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine par...Guenter Bartsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-22fix small typo in a commentJuergen Keil
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-20whoups. wrong constants used for stream type detection methodGuenter 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-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-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