summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
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
2001-09-05enable seeking in incomplete avisGuenter Bartsch
CVS patchset: 568 CVS date: 2001/09/05 17:08:18
2001-09-05miguel's latest patchesGuenter Bartsch
CVS patchset: 567 CVS date: 2001/09/05 16:02:29
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-03small bugfix, printf was missing parameterGuenter Bartsch
CVS patchset: 558 CVS date: 2001/09/03 17:47:41
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-01don't estimate bitrate twice for the same mrlGuenter Bartsch
CVS patchset: 545 CVS date: 2001/09/01 21:46:20
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-29sorting out demux close <-> stopGuenter Bartsch
CVS patchset: 518 CVS date: 2001/08/29 11:14:12
2001-08-29handle avi streams without / with unknown audioGuenter Bartsch
CVS patchset: 516 CVS date: 2001/08/29 02:23:58
2001-08-28Added sync code from Hubert Matthews [hubert.matthews@unicornportal.com]James Courtier-Dutton
Modified some memset's in input_file. CVS patchset: 512 CVS date: 2001/08/28 22:44:09
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-25fixed content type detectionGuenter Bartsch
CVS patchset: 489 CVS date: 2001/08/25 08:40:08
2001-08-25make avi demuxer take care of keyframesGuenter Bartsch
CVS patchset: 483 CVS date: 2001/08/25 07:42:30
2001-08-20*** empty log message ***James Courtier-Dutton
CVS patchset: 457 CVS date: 2001/08/20 22:56:36
2001-08-20AC3 handling changedJoachim Koenig
CVS patchset: 455 CVS date: 2001/08/20 11:17:20
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not ↵Guenter Bartsch
implemented yet), smaller memory footprint, deprecated mpg123 plugin CVS patchset: 449 CVS date: 2001/08/18 23:30:51
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
CVS patchset: 446 CVS date: 2001/08/17 16:15:36
2001-08-13Fixed segfault if Audio or Video Plugin not loaded.James Courtier-Dutton
CVS patchset: 422 CVS date: 2001/08/13 23:10:31
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-08-10FAQ updates and getting ready for 0.5.1Guenter Bartsch
CVS patchset: 407 CVS date: 2001/08/10 19:49:57
2001-08-05Enabled CLUT palette transfer from the input pluginEduard Hasenleithner
to the libspudec. Fixed palette idx order. CVS patchset: 385 CVS date: 2001/08/05 00:59:50
2001-08-02Fixed Video fifo buffer overflow.James Courtier-Dutton
CVS patchset: 381 CVS date: 2001/08/02 20:38:42
2001-08-01TS Streams with zero PES_Packet_Length should now play.James Courtier-Dutton
The PES_Packet_Length is recovered and patched into the PES Packet Removed Seq Header detection code. CVS patchset: 377 CVS date: 2001/08/01 19:09:42
2001-07-30demux_ts.c modified so it should work now.James Courtier-Dutton
It now plays the demo Transport Stream, "The Colt's Dream", which comes with the nCube Server. Some code readability changes. CVS patchset: 369 CVS date: 2001/07/30 16:00:21
2001-07-29...of course I forgot to add the file itself #-))Guenter Bartsch
CVS patchset: 364 CVS date: 2001/07/29 22:21:52
2001-07-29transport stream demultiplexer contributed by shaheedGuenter Bartsch
CVS patchset: 363 CVS date: 2001/07/29 22:21:07
2001-07-24PES demultiplexerJoachim Koenig
CVS patchset: 340 CVS date: 2001/07/24 16:08:51
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
CVS patchset: 308 CVS date: 2001/07/18 21:38:16
2001-07-14quick hack to make xine more responsive near mpeg1 stream ends (dangerous)Guenter Bartsch
CVS patchset: 277 CVS date: 2001/07/14 13:56:10
2001-07-14whoups, forgot to remove some spu_dec functions...Guenter Bartsch
CVS patchset: 276 CVS date: 2001/07/14 13:28:31