Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-05 | Fix 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-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil | |
xine, whenever a pthread_create fails CVS patchset: 729 CVS date: 2001/10/03 17:15:43 | |||
2001-10-03 | Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine is | Juergen Keil | |
compiled with a non-gcc compiler CVS patchset: 720 CVS date: 2001/10/03 15:08:06 | |||
2001-09-25 | block demuxer lost packages - hopefully fixed now | Guenter Bartsch | |
CVS patchset: 696 CVS date: 2001/09/25 23:44:46 | |||
2001-09-25 | implemented 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-20 | attempt at viewing 3ivx sample streams - video is wrong somehow | Heiko Schaefer | |
CVS patchset: 676 CVS date: 2001/09/20 13:25:40 | |||
2001-09-18 | ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handle | Juergen 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-17 | Add .trp extension recognition. | James Courtier-Dutton | |
CVS patchset: 652 CVS date: 2001/09/17 14:35:19 | |||
2001-09-17 | Begin support for Multiple Programs (Channels) in one stream. | James Courtier-Dutton | |
CVS patchset: 651 CVS date: 2001/09/17 14:32:05 | |||
2001-09-16 | Update 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-16 | Prevent 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-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 |