Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-12 | small patch for null audio output | Guenter Bartsch | |
CVS patchset: 628 CVS date: 2001/09/12 23:14:39 | |||
2001-09-12 | further 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-12 | small bugfix to make audio work when seeking back | Guenter Bartsch | |
CVS patchset: 622 CVS date: 2001/09/12 16:55:42 | |||
2001-09-11 | fixed no-resample audio output, fixed qt stream end detection | Guenter Bartsch | |
CVS patchset: 620 CVS date: 2001/09/11 23:02:47 | |||
2001-09-11 | linking 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-10 | Fixes 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 doubles | Juergen Keil | |
(fixes a gcc warning) CVS patchset: 602 CVS date: 2001/09/10 13:39:33 | |||
2001-09-10 | a 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-10 | Re-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-09 | Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxer | Juergen 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-08 | big 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-08 | patch provided by David D. Hagood <wowbagger@sktc.net> | Guenter Bartsch | |
CVS patchset: 587 CVS date: 2001/09/08 15:41:20 | |||
2001-09-08 | rich's patches (menu support) | Guenter Bartsch | |
CVS patchset: 586 CVS date: 2001/09/08 00:44:40 | |||
2001-09-07 | demux_mpeg_block logged to stderr instead of stdout | Guenter Bartsch | |
CVS patchset: 585 CVS date: 2001/09/07 21:26:12 | |||
2001-09-06 | DTS via SPDIF | Joachim Koenig | |
CVS patchset: 581 CVS date: 2001/09/06 15:23:14 | |||
2001-09-05 | generate index only once per mrl | Guenter Bartsch | |
CVS patchset: 569 CVS date: 2001/09/05 17:49:20 | |||
2001-09-05 | enable seeking in incomplete avis | Guenter Bartsch | |
CVS patchset: 568 CVS date: 2001/09/05 17:08:18 | |||
2001-09-05 | miguel's latest patches | Guenter Bartsch | |
CVS patchset: 567 CVS date: 2001/09/05 16:02:29 | |||
2001-09-04 | race 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-03 | small bugfix, printf was missing parameter | Guenter Bartsch | |
CVS patchset: 558 CVS date: 2001/09/03 17:47:41 | |||
2001-09-02 | last bugfixes: make xine engine handle demuxer that may fail to initialize | Guenter Bartsch | |
CVS patchset: 554 CVS date: 2001/09/02 22:26:54 | |||
2001-09-02 | demuxer bugfixes | Guenter Bartsch | |
CVS patchset: 551 CVS date: 2001/09/02 16:19:44 | |||
2001-09-01 | don't estimate bitrate twice for the same mrl | Guenter Bartsch | |
CVS patchset: 545 CVS date: 2001/09/01 21:46:20 | |||
2001-09-01 | big 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-01 | Better 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-31 | Fix byte order problems for AVI files with LPCM sound. | Juergen Keil | |
CVS patchset: 534 CVS date: 2001/08/31 17:57:54 | |||
2001-08-30 | Fix byteorder problem for bigendian cpus | Juergen Keil | |
CVS patchset: 520 CVS date: 2001/08/30 12:46:31 | |||
2001-08-29 | sorting out demux close <-> stop | Guenter Bartsch | |
CVS patchset: 518 CVS date: 2001/08/29 11:14:12 | |||
2001-08-29 | handle avi streams without / with unknown audio | Guenter Bartsch | |
CVS patchset: 516 CVS date: 2001/08/29 02:23:58 | |||
2001-08-28 | Added 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-28 | update 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-25 | fixed content type detection | Guenter Bartsch | |
CVS patchset: 489 CVS date: 2001/08/25 08:40:08 | |||
2001-08-25 | make avi demuxer take care of keyframes | Guenter 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-20 | AC3 handling changed | Joachim Koenig | |
CVS patchset: 455 CVS date: 2001/08/20 11:17:20 | |||
2001-08-18 | various 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-17 | Add xine_seek() and friends. | Daniel Caujolle-Bert | |
CVS patchset: 446 CVS date: 2001/08/17 16:15:36 | |||
2001-08-13 | Fixed segfault if Audio or Video Plugin not loaded. | James Courtier-Dutton | |
CVS patchset: 422 CVS date: 2001/08/13 23:10:31 | |||
2001-08-12 | cancel demux thread on xine_stop instead of pthread_join to prevent hang | Guenter Bartsch | |
CVS patchset: 415 CVS date: 2001/08/12 15:12:54 | |||
2001-08-10 | FAQ updates and getting ready for 0.5.1 | Guenter Bartsch | |
CVS patchset: 407 CVS date: 2001/08/10 19:49:57 | |||
2001-08-05 | Enabled CLUT palette transfer from the input plugin | Eduard Hasenleithner | |
to the libspudec. Fixed palette idx order. CVS patchset: 385 CVS date: 2001/08/05 00:59:50 | |||
2001-08-02 | Fixed Video fifo buffer overflow. | James Courtier-Dutton | |
CVS patchset: 381 CVS date: 2001/08/02 20:38:42 | |||
2001-08-01 | TS 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-30 | demux_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-29 | transport stream demultiplexer contributed by shaheed | Guenter Bartsch | |
CVS patchset: 363 CVS date: 2001/07/29 22:21:07 | |||
2001-07-24 | PES demultiplexer | Joachim Koenig | |
CVS patchset: 340 CVS date: 2001/07/24 16:08:51 | |||
2001-07-18 | Split 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-14 | quick 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-14 | whoups, forgot to remove some spu_dec functions... | Guenter Bartsch | |
CVS patchset: 276 CVS date: 2001/07/14 13:28:31 |