summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2001-10-25demux api change to report supported mimetypesMiguel Freitas
CVS patchset: 882 CVS date: 2001/10/25 00:46:58
2001-10-24removing remainging recursive dynamic lib linkingGuenter Bartsch
CVS patchset: 875 CVS date: 2001/10/24 13:45:27
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
CVS patchset: 862 CVS date: 2001/10/22 23:24:34
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
CVS patchset: 861 CVS date: 2001/10/22 22:50:01
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-21Some minor changes.James Courtier-Dutton
DVDs only have 8 audio streams. CVS patchset: 849 CVS date: 2001/10/21 15:04:13
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-19forgot to update unterface version number on this oneGuenter Bartsch
CVS patchset: 835 CVS date: 2001/10/19 14:35:52
2001-10-18remove hardcoded lpcm audio format information, try to extract the informationJuergen Keil
from the mpeg stream CVS patchset: 827 CVS date: 2001/10/18 14:29:44
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-15(percentage based) seekingGuenter Bartsch
CVS patchset: 814 CVS date: 2001/10/15 00:49:09
2001-10-14an asf demuxerGuenter Bartsch
CVS patchset: 792 CVS date: 2001/10/14 00:18:27
2001-10-09fix playing mpeg movies with sound disabledMiguel Freitas
CVS patchset: 781 CVS date: 2001/10/09 18:49:33
2001-10-08Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). CleanDaniel Caujolle-Bert
up the ogg/vorbis check (overriding $LIBS is gone now). CVS patchset: 771 CVS date: 2001/10/08 21:52:09
2001-10-08Conditional compilation of the 'ogg' demuxer; don't compile it when ogg/vorbisJuergen Keil
stuff is not available on the system CVS patchset: 766 CVS date: 2001/10/08 11:15:44
2001-10-08fix serious buffer leak at the estimation functionMiguel Freitas
(i thought i was going crazy when my tree stopped working!) CVS patchset: 765 CVS date: 2001/10/08 01:40:51
2001-10-07minor cleanupsGuenter Bartsch
CVS patchset: 764 CVS date: 2001/10/07 22:56:39
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-07if a pes header indicates that the stream is encrypted that doesn't ↵Guenter Bartsch
necessarily mean xine cannot play back that stream, so let's at least try it. besides that, vcd seeking bugfixes (linux/sun) CVS patchset: 756 CVS date: 2001/10/07 15:13:09
2001-10-07initial ogg/vorbis support addedHeiko Schaefer
CVS patchset: 755 CVS date: 2001/10/07 03:53:10
2001-10-06Change the text printed when we see a CSS MPEG2 stream to something similar toJuergen Keil
the text printed by the input_dvd plugin. Abort the demuxer when we see a CSS MPEG2 stream. CVS patchset: 748 CVS date: 2001/10/06 13:48:17
2001-10-06Added check for encrypted streams.James Courtier-Dutton
CVS patchset: 746 CVS date: 2001/10/06 11:54:49
2001-10-05Fix endless loop playing a 10kbyte video_ts.vob file (step was 0)Juergen Keil
CVS patchset: 740 CVS date: 2001/10/05 17:19:31
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-10-03Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine isJuergen Keil
compiled with a non-gcc compiler CVS patchset: 720 CVS date: 2001/10/03 15:08:06
2001-09-25block demuxer lost packages - hopefully fixed nowGuenter Bartsch
CVS patchset: 696 CVS date: 2001/09/25 23:44:46
2001-09-25implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to ↵Guenter Bartsch
set the xine engine to a specific audio channel (specified in decoder_info[0] - remember to give a full buffer type here, such as BUF_AUDIO_A52 | 3 to select the 4th ac3 channel) CVS patchset: 694 CVS date: 2001/09/25 23:27:02
2001-09-20attempt at viewing 3ivx sample streams - video is wrong somehowHeiko Schaefer
CVS patchset: 676 CVS date: 2001/09/20 13:25:40
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-17Add .trp extension recognition.James Courtier-Dutton
CVS patchset: 652 CVS date: 2001/09/17 14:35:19
2001-09-17Begin support for Multiple Programs (Channels) in one stream.James Courtier-Dutton
CVS patchset: 651 CVS date: 2001/09/17 14:32:05
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
CVS patchset: 646 CVS date: 2001/09/16 23:13:45
2001-09-16Prevent Floating point exception when playing mpeg streams with LPCM audio.James Courtier-Dutton
Still needs fixing properly though. See FIXME. CVS patchset: 645 CVS date: 2001/09/16 22:06:28
2001-09-12small patch for null audio outputGuenter Bartsch
CVS patchset: 628 CVS date: 2001/09/12 23:14:39
2001-09-12further tweaks and patches for menu support: new buftypes ↵Guenter Bartsch
(BUF_CONTROL_DISCONTINUITY,BUF_CONTROL_NOP,BUF_CONTROL_AUDIO_CHANNEL,BUF_CONTROL_SPU_CHANNEL) so input plugins can enhance their communication with the xine engine (regarding pts continuities for example) - not all is implemented yet, but what is implemented is working pretty well - at least for me ;)) CVS patchset: 627 CVS date: 2001/09/12 22:18: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-11fixed no-resample audio output, fixed qt stream end detectionGuenter Bartsch
CVS patchset: 620 CVS date: 2001/09/11 23:02:47
2001-09-11linking demux_qt to zlib for compressed headers, make ffmpeg handle JPEG qt ↵Guenter Bartsch
streams CVS patchset: 616 CVS date: 2001/09/11 14:11:56
2001-09-10Fixes for highly multiplexed transport streams.James Courtier-Dutton
CVS patchset: 606 CVS date: 2001/09/10 17:36:26
2001-09-10"l" printf conversion specification not needed for printing doublesJuergen Keil
(fixes a gcc warning) CVS patchset: 602 CVS date: 2001/09/10 13:39:33
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-10Re-wrote re-sync code so that it does not drop any packets.James Courtier-Dutton
CVS patchset: 599 CVS date: 2001/09/10 00:55: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-08rich's patches (menu support)Guenter Bartsch
CVS patchset: 586 CVS date: 2001/09/08 00:44:40
2001-09-07demux_mpeg_block logged to stderr instead of stdoutGuenter Bartsch
CVS patchset: 585 CVS date: 2001/09/07 21:26:12
2001-09-06DTS via SPDIFJoachim Koenig
CVS patchset: 581 CVS date: 2001/09/06 15:23:14
2001-09-05generate index only once per mrlGuenter Bartsch
CVS patchset: 569 CVS date: 2001/09/05 17:49:20