summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2001-11-19Add zlib checks. qt build is now zlib dependend (same for rpm spec file).Daniel Caujolle-Bert
CVS patchset: 1074 CVS date: 2001/11/19 02:45:38
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17don't abort demuxer if unknow audio codecMiguel Freitas
CVS patchset: 1058 CVS date: 2001/11/17 19:40:27
2001-11-17commenting some debug messagesMiguel Freitas
CVS patchset: 1057 CVS date: 2001/11/17 19:39:17
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-16don't defrag if "reordering" is not neededMiguel Freitas
CVS patchset: 1048 CVS date: 2001/11/16 17:53:10
2001-11-15bugfixes / byte reordering on audio streams if needed. FIXME: do we need toMiguel Freitas
interpolate the pts values coming out of defrag buffer? CVS patchset: 1037 CVS date: 2001/11/15 00:29:39
2001-11-13metronom logic changedHeiko Schaefer
CVS patchset: 1030 CVS date: 2001/11/13 21:47:57
2001-11-12Pass PCR/SCR into the fifo.James Courtier-Dutton
CVS patchset: 1025 CVS date: 2001/11/12 13:58:51
2001-11-12Initial attempt at handling A52 audio in transport streams.James Courtier-Dutton
CVS patchset: 1024 CVS date: 2001/11/12 03:00:12
2001-11-11Added CRC32 checking of PAT and PMT sections.James Courtier-Dutton
A stream will not play unless the CRC32 checks ok. CVS patchset: 1021 CVS date: 2001/11/11 19:14:06
2001-11-11Improve debug output.James Courtier-Dutton
CVS patchset: 1020 CVS date: 2001/11/11 17:09:33
2001-11-11Use PCR and not EPCR.James Courtier-Dutton
CVS patchset: 1019 CVS date: 2001/11/11 16:23:50
2001-11-11PCR is now extracted, but not inserted into the fifo yet.James Courtier-Dutton
CVS patchset: 1017 CVS date: 2001/11/11 02:31:34
2001-11-11Partial decoding of adaption field.James Courtier-Dutton
More to follow. CVS patchset: 1016 CVS date: 2001/11/11 01:45:44
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-11-07buf types cleanup (audio stuff)Miguel Freitas
CVS patchset: 989 CVS date: 2001/11/07 19:06:15
2001-11-07buf type cleanup (1st part)Miguel Freitas
CVS patchset: 987 CVS date: 2001/11/07 18:26:36
2001-11-06ogg mime typeMiguel Freitas
CVS patchset: 973 CVS date: 2001/11/06 21:47:30
2001-11-06ASF bugfixes / variable to check for fifo buffer sizeMiguel Freitas
CVS patchset: 971 CVS date: 2001/11/06 21:46:05
2001-11-04fix playing small filesMiguel Freitas
CVS patchset: 952 CVS date: 2001/11/04 22:49:28
2001-10-30make xine recognize the new windows media formats and a small audio output ↵Guenter Bartsch
plugin loader bugfix CVS patchset: 914 CVS date: 2001/10/30 09:42:26
2001-10-27small bug fix for time based seeking in mpeg1 filesGuenter Bartsch
CVS patchset: 892 CVS date: 2001/10/27 13:59:31
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