summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
AgeCommit message (Expand)Author
2002-08-19remove unused functionMichael Roitzsch
2002-08-05- second version of binary search patchMiguel Freitas
2002-07-28fixes for multi-channel audio (blame guenter :o))Heiko Schaefer
2002-07-17stop sending audio parameters all the timeMiguel Freitas
2002-07-16revert latest patch: freezes with some streams.Miguel Freitas
2002-07-16binary search avi patch by Staszek PaskoMiguel Freitas
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-02fix time seeking to keyframe (patch by Staszek Pasko <staszek@nutki.com>)Miguel Freitas
2002-06-25added support in buffer.h for transporting RGB palette from the demuxer toMike Melanson
2002-06-23Use BUF_FLAG_SEEK.Thibaut Mattern
2002-06-20an attempt do be more defensive when trying to play AVI via http.Siggi Langauf
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07codec reporting apiMiguel Freitas
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-03provide function to convert endianess of BITMAPINFOHEADER (when reading data ...Miguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-24fix declarationMiguel Freitas
2002-05-21atomic status code on demux start/seekSiggi Langauf
2002-05-20- check for keyframes past start_posMiguel Freitas
2002-05-20progressive index reconstruction patch by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
2002-05-14Ian Goldberg's patch for AVIs bigger than 2GBMiguel Freitas
2002-05-13"streaming" AVI support by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
2002-05-12Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-04Playing the same file after a xine_stop() was unworkable. Fixed (i hope iDaniel Caujolle-Bert
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-23fix stupid bug in my last commitMiguel Freitas
2002-04-18patch to support bigger wavex headers from Staszek PaskoMiguel Freitas
2002-04-17user feedback when reconstructing index (using OSD)Guenter Bartsch
2002-04-13patch submitted by Christian Vogler plus some coding style cleanupsGuenter Bartsch
2002-04-09fix to play some streams with bih.biCompression not setMiguel Freitas
2002-04-09buffer leakMiguel Freitas
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-31Set all pts variabled to int64_t.James Courtier-Dutton
2002-03-27fix non-stop bugMiguel Freitas
2002-03-18xine_log bugfix by bill finkGuenter Bartsch
2002-03-18avi demuxer cleanup and multiple audio stream support (contributed by Michael...Guenter Bartsch
2002-03-14- make libsputext work againMiguel Freitas
2002-03-12minor corrections and a patch for metronom to make sure it doesn't compensate...Guenter Bartsch
2002-03-11libdivx4 doesn't handle 3ivx, corrected misleading error messageGuenter Bartsch
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-24log frame sizeGuenter Bartsch
2002-01-17Allow playing of AVIs with broken/incomplete indices by using the availableMatthias Hopf
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-09small avi time-seek bugfixGuenter Bartsch