Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-25 | demux api change to report supported mimetypes | Miguel Freitas | |
CVS patchset: 882 CVS date: 2001/10/25 00:46:58 | |||
2001-10-24 | removing remainging recursive dynamic lib linking | Guenter Bartsch | |
CVS patchset: 875 CVS date: 2001/10/24 13:45:27 | |||
2001-10-22 | an http input plugin, small demuxer bugfixes/additions | Guenter Bartsch | |
CVS patchset: 862 CVS date: 2001/10/22 23:24:34 | |||
2001-10-22 | Some modification for seeking in unpredictable streams (like DVDs) | Rich J Wareham | |
CVS patchset: 861 CVS date: 2001/10/22 22:50:01 | |||
2001-10-22 | Fixed libxineutils linking. | Daniel Caujolle-Bert | |
CVS patchset: 859 CVS date: 2001/10/22 21:34:54 | |||
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch | |
CVS patchset: 852 CVS date: 2001/10/22 00:52:09 | |||
2001-10-21 | Some minor changes. | James Courtier-Dutton | |
DVDs only have 8 audio streams. CVS patchset: 849 CVS date: 2001/10/21 15:04:13 | |||
2001-10-20 | big 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-19 | forgot to update unterface version number on this one | Guenter Bartsch | |
CVS patchset: 835 CVS date: 2001/10/19 14:35:52 | |||
2001-10-18 | remove hardcoded lpcm audio format information, try to extract the information | Juergen Keil | |
from the mpeg stream CVS patchset: 827 CVS date: 2001/10/18 14:29:44 | |||
2001-10-17 | demux / 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) seeking | Guenter Bartsch | |
CVS patchset: 814 CVS date: 2001/10/15 00:49:09 | |||
2001-10-14 | an asf demuxer | Guenter Bartsch | |
CVS patchset: 792 CVS date: 2001/10/14 00:18:27 | |||
2001-10-09 | fix playing mpeg movies with sound disabled | Miguel Freitas | |
CVS patchset: 781 CVS date: 2001/10/09 18:49:33 | |||
2001-10-08 | Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). Clean | Daniel 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-08 | Conditional compilation of the 'ogg' demuxer; don't compile it when ogg/vorbis | Juergen Keil | |
stuff is not available on the system CVS patchset: 766 CVS date: 2001/10/08 11:15:44 | |||
2001-10-08 | fix serious buffer leak at the estimation function | Miguel 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-07 | minor cleanups | Guenter Bartsch | |
CVS patchset: 764 CVS date: 2001/10/07 22:56:39 | |||
2001-10-07 | code 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-07 | if 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-07 | initial ogg/vorbis support added | Heiko Schaefer | |
CVS patchset: 755 CVS date: 2001/10/07 03:53:10 | |||
2001-10-06 | Change the text printed when we see a CSS MPEG2 stream to something similar to | Juergen 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-06 | Added check for encrypted streams. | James Courtier-Dutton | |
CVS patchset: 746 CVS date: 2001/10/06 11:54:49 | |||
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 |