summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
AgeCommit message (Expand)Author
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
2001-12-02libsputext now work without it's own thread, better syncGuenter Bartsch
2001-12-02avi subtitles centered and at bottom of frameGuenter Bartsch
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg...Guenter Bartsch
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-07buf types cleanup (audio stuff)Miguel Freitas
2001-11-07buf type cleanup (1st part)Miguel Freitas
2001-10-30make xine recognize the new windows media formats and a small audio output pl...Guenter Bartsch
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-07code beautified and small fix so xine can play back avi streams generated by ...Guenter Bartsch
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
2001-09-12small bugfix to make audio work when seeking backGuenter Bartsch
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-09Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxerJuergen Keil
2001-09-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)Guenter Bartsch
2001-09-08patch provided by David D. Hagood <wowbagger@sktc.net>Guenter Bartsch
2001-09-05generate index only once per mrlGuenter Bartsch
2001-09-05enable seeking in incomplete avisGuenter Bartsch
2001-09-04race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc...Guenter Bartsch