summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
AgeCommit message (Collapse)Author
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-10-17demux / input plugin interface change, init functions now have access to the ↵Guenter Bartsch
full xine_t *xine. This should enable stream plugins to register SCR plugins. WARNING: delete old input plugins, otherwise xine will crash CVS patchset: 823 CVS date: 2001/10/17 20:33:09
2001-10-07code beautified and small fix so xine can play back avi streams generated by ↵Guenter Bartsch
ffmpeg CVS patchset: 761 CVS date: 2001/10/07 22:11:22
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
xine, whenever a pthread_create fails CVS patchset: 729 CVS date: 2001/10/03 17:15:43
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
MSMPEG4 v1/v2 formats using the libw32dll plugin. But at least for XShm video output, libw32dll is too slow, converting RGB -> YUY2 in the w32dll plugin, and converting back from YUY2 -> RGB in the video out driver :-/ CVS patchset: 661 CVS date: 2001/09/18 17:41:47
2001-09-12small bugfix to make audio work when seeking backGuenter Bartsch
CVS patchset: 622 CVS date: 2001/09/12 16:55:42
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor ↵Guenter Bartsch
bugfixes regarding buffer type handling CVS patchset: 600 CVS date: 2001/09/10 03:04:48
2001-09-09Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxerJuergen Keil
plugin using a non-gcc compiler. The avi demuxer does not use functions from "wine" - only defines / structures / typedefs. CVS patchset: 594 CVS date: 2001/09/09 15:56:55
2001-09-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)Guenter Bartsch
CVS patchset: 590 CVS date: 2001/09/08 18:11:41
2001-09-08patch provided by David D. Hagood <wowbagger@sktc.net>Guenter Bartsch
CVS patchset: 587 CVS date: 2001/09/08 15:41:20
2001-09-05generate index only once per mrlGuenter Bartsch
CVS patchset: 569 CVS date: 2001/09/05 17:49:20
2001-09-05enable seeking in incomplete avisGuenter Bartsch
CVS patchset: 568 CVS date: 2001/09/05 17:08:18
2001-09-04race condition / stability fixes provided by Miguel Freitas ↵Guenter Bartsch
<miguel@cetuc.puc-rio.br> - great stuff\! :-) CVS patchset: 562 CVS date: 2001/09/04 16:19:27
2001-09-02last bugfixes: make xine engine handle demuxer that may fail to initializeGuenter Bartsch
CVS patchset: 554 CVS date: 2001/09/02 22:26:54
2001-09-02demuxer bugfixesGuenter Bartsch
CVS patchset: 551 CVS date: 2001/09/02 16:19:44
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
implemented time based seeking / stream length detection, implemented in demux_avi.c demux_mpeg_block.c demux_mpeg.c xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause is gone, use xine_set/get_speed instead. CVS patchset: 536 CVS date: 2001/09/01 14:32:59
2001-09-01Better rate info passing.James Courtier-Dutton
Uses decoder_info[1..3] for rate, bits, channels. Info now passed from demux_avi to liblpcm. CVS patchset: 535 CVS date: 2001/09/01 01:51:50
2001-08-31Fix byte order problems for AVI files with LPCM sound.Juergen Keil
CVS patchset: 534 CVS date: 2001/08/31 17:57:54
2001-08-30Fix byteorder problem for bigendian cpusJuergen Keil
CVS patchset: 520 CVS date: 2001/08/30 12:46:31
2001-08-29handle avi streams without / with unknown audioGuenter Bartsch
CVS patchset: 516 CVS date: 2001/08/29 02:23:58
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵Guenter Bartsch
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19
2001-08-25make avi demuxer take care of keyframesGuenter Bartsch
CVS patchset: 483 CVS date: 2001/08/25 07:42:30
2001-08-12cancel demux thread on xine_stop instead of pthread_join to prevent hangGuenter Bartsch
CVS patchset: 415 CVS date: 2001/08/12 15:12:54
2001-07-14cleaned up and finished spu_thread removalGuenter Bartsch
CVS patchset: 275 CVS date: 2001/07/14 12:50:33
2001-07-04Use the video_out driver's copy function (so that video_out_xshm canuid56437
convert AVI YUV data to RGB) avitest.avi, an "Intel Indeo 5" video found on some Windows installation CD starts to work in xine CVS patchset: 247 CVS date: 2001/07/04 14:13:47
2001-07-03forgot to protect some demuxersGuenter Bartsch
CVS patchset: 243 CVS date: 2001/07/03 21:30:38
2001-06-17small bugfix for no audioGuenter Bartsch
CVS patchset: 195 CVS date: 2001/06/17 00:23:34
2001-06-16xine engine cleanups and new callbacks for seamless branchingGuenter Bartsch
CVS patchset: 192 CVS date: 2001/06/16 18:03:21
2001-06-16more seeking/stopping bugfixesGuenter Bartsch
CVS patchset: 191 CVS date: 2001/06/16 14:34:48
2001-06-09improved avi seekingGuenter Bartsch
CVS patchset: 139 CVS date: 2001/06/09 19:05:59
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
2001-06-07w32codec bugfixesGuenter Bartsch
CVS patchset: 132 CVS date: 2001/06/07 20:23:54
2001-06-04video_out_xshm compiles (yuv2rgb conversion not working yet), video_out_xv ↵Guenter Bartsch
bugfixes CVS patchset: 121 CVS date: 2001/06/04 15:04:11
2001-06-03avi demuxer bugfixesGuenter Bartsch
CVS patchset: 116 CVS date: 2001/06/03 12:39:40
2001-05-31fixed support for field pictures plus video_out bugfixes (missing functions)Guenter Bartsch
CVS patchset: 109 CVS date: 2001/05/31 22:54:38
2001-05-30Fixed demux* get current position calls.Daniel Caujolle-Bert
Fixed stdin/fifo input plugin, new mrl style: fifo://[mpeg1|mpeg2]/location Fixed dvd input plugin. xine core, update cur_input_pos position. call the gui status callback now. CVS patchset: 102 CVS date: 2001/05/30 02:09:24
2001-05-28Ability to playback streams without loaded audio driver.Daniel Caujolle-Bert
CVS patchset: 89 CVS date: 2001/05/28 12:08:20
2001-05-24Add new gui_data_exchange property: GUI_DATA_EX_DRAWABLE_CHANGED, itDaniel Caujolle-Bert
inform video driver about the new drawable to use. Use pthread_exit(NULL) at end of threads. Add extra checks in stream detection in demux_mpeg.c about mpeg1 support only. CVS patchset: 80 CVS date: 2001/05/24 23:15:40
2001-05-02avi syncing and end-detection bugfixGuenter Bartsch
CVS patchset: 54 CVS date: 2001/05/02 12:25:42
2001-04-29Some input plugin storing references fixes.Daniel Caujolle-Bert
CVS patchset: 48 CVS date: 2001/04/29 23:22:32
2001-04-28fixed some typos in the demuxer pluginsGuenter Bartsch
CVS patchset: 40 CVS date: 2001/04/28 21:23:04
2001-04-27fixed video output plugin handling, more cleanups, commented out not-working ↵Guenter Bartsch
code CVS patchset: 37 CVS date: 2001/04/27 23:51:52
2001-04-24fixed input and demux plugins to reflect new buffer apiGuenter Bartsch
CVS patchset: 20 CVS date: 2001/04/24 17:42:26
2001-04-21Turned demuxers into plugins. Change plugins naming scheme (seeDaniel Caujolle-Bert
xine_internal.h). Fixed load_plugins* to new API. Add iface version into demux_plugin_t, add version checking into init_demux_plugin. Fixed get_identifier from demuxers (void param). Turned libw32dll into codec plugin (only compiling side yet). CVS patchset: 11 CVS date: 2001/04/21 00:14:39
2001-04-19Get rid of xine.h inclusion. Fix xine.h.tmpl.in, inttypes.h wasDaniel Caujolle-Bert
unincluded. Fix xine.m4 to reflect the new xine.h location. CVS patchset: 6 CVS date: 2001/04/19 09:46:57
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39