summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
AgeCommit message (Expand)Author
2003-12-23fix wrong format string and superfluous argumentMichael Roitzsch
2003-12-03avoid crashing with big wavex headers.Miguel Freitas
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-23- use buf->max_size instead of 2048Thibaut Mattern
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16Fix index reading with file >2Go.Thibaut Mattern
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-11try to improve sync after a seek:Thibaut Mattern
2003-11-03big patch...Thibaut Mattern
2003-11-02some lprintf to xprintf conversion.Thibaut Mattern
2003-10-31Use info_helper functions.Thibaut Mattern
2003-10-30use info_helper functions.Thibaut Mattern
2003-10-07- send 100% (completion) event when the index is finished buildingBastien Nocera
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-09-10- use a hack from mplayer to compute pts with mp3 VBR streamsThibaut Mattern
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-19Better detection of VBR streams.Thibaut Mattern
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-14Little cleanup in pts computing code + a debug printf()Thibaut Mattern
2003-07-12- check only the stream idThibaut Mattern
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