summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-20plugin interface version number fixGuenter Bartsch
CVS patchset: 2888 CVS date: 2002/10/20 19:12:24
2002-10-20another attempt to make audio and video start at the same ptsGuenter Bartsch
CVS patchset: 2887 CVS date: 2002/10/20 19:03:43
2002-10-20make avi demuxer send preview buffers, libmad uses them to extract ↵Guenter Bartsch
stream/meta info CVS patchset: 2886 CVS date: 2002/10/20 18:23:33
2002-10-20bring the linear PCM decoder in line with the latest API revisionMike Melanson
CVS patchset: 2885 CVS date: 2002/10/20 18:23:20
2002-10-20bring the MSVC decoder in line with the latest API revisionMike Melanson
CVS patchset: 2884 CVS date: 2002/10/20 18:07:23
2002-10-20bring the MS RLE decoder in line with the latest API revisionMike Melanson
CVS patchset: 2883 CVS date: 2002/10/20 18:01:01
2002-10-20still trying to get a/v sync working, more lockingGuenter Bartsch
CVS patchset: 2882 CVS date: 2002/10/20 17:56:35
2002-10-20bring the YUV decoder in line with the latest API revisionMike Melanson
CVS patchset: 2881 CVS date: 2002/10/20 17:54:54
2002-10-20bring the raw RGB decoder in line with the latest API revisionMike Melanson
CVS patchset: 2880 CVS date: 2002/10/20 17:47:00
2002-10-20bring the CYUV decoder in line with the latest API revisionMike Melanson
CVS patchset: 2879 CVS date: 2002/10/20 17:34:11
2002-10-20bring the ADPCM decoder in line with the latest API revisionMike Melanson
CVS patchset: 2878 CVS date: 2002/10/20 17:19:11
2002-10-20bring the Cinepak decoder in line with the latest API revisionMike Melanson
CVS patchset: 2877 CVS date: 2002/10/20 16:47:05
2002-10-20bring the FILM demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2876 CVS date: 2002/10/20 16:45:27
2002-10-20stream_info fixesGuenter Bartsch
CVS patchset: 2875 CVS date: 2002/10/20 16:18:06
2002-10-20win32 decoder adapted to new apiGuenter Bartsch
CVS patchset: 2874 CVS date: 2002/10/20 15:56:27
2002-10-20turn healt_check into c-code ;>Guenter Bartsch
CVS patchset: 2873 CVS date: 2002/10/20 14:19:29
2002-10-20fix make debugGuenter Bartsch
CVS patchset: 2872 CVS date: 2002/10/20 14:18:33
2002-10-20whoups. wrong constants used for stream type detection methodGuenter Bartsch
CVS patchset: 2871 CVS date: 2002/10/20 13:50:41
2002-10-20return of the asf demuxerGuenter Bartsch
CVS patchset: 2870 CVS date: 2002/10/20 02:20:13
2002-10-20AUTHORS:Stephen Torri
Added myself to AUTHORS configure.ac: Removed a '-O' flag from DEBUG_CFLAGS when its initialized. The flag is added later depending on architecture of CPU. include/xine.h.in: src/xine-utils/Makefile.am: src/xine-utils/xine_check.h: src/xine-utils/xine_check.c: misc/xine-config.in: Moved some of the system checks from xine-config.in to xine_check.c. Now some of the checks are written in C instead of shell script. This is the first beta/bleeding edge/kick the tires/it might break for you version. It works for me (Intel P3). It will report to the stdout your kernel version, MTRR (x86) architecture only (depends on kernel), symbolic link for CDROM is ok, symbolic link for DVD is ok, and if environment variable "DISPLAY" is set. It will later support telling if DMA is turned on for IDE based DVD drives (Need help here - see below) and XVinfo. DMA: <HELP REQUIRED>: DMA is successfully check but I cannot determine that from the /dev/dvd symbolic link for those DVD drives that need to use the ide-scsi module (e.g. My DVD/CDRW). I can verify DMA is set if I hard code the link into the code (obviously not a prime choice). So if any solutions are known please pass them along. misc/Makefile.am: misc/xine-config.in: src/xine-engine/Makefile.am: Removed xine_logo information from xine-lib. Please let me know if I missed anyting. CVS patchset: 2869 CVS date: 2002/10/20 02:17:36
2002-10-20mms inpit plugin is backGuenter Bartsch
CVS patchset: 2868 CVS date: 2002/10/20 01:15:53
2002-10-20secured another DSP_RESET ioctlGuenter Bartsch
CVS patchset: 2867 CVS date: 2002/10/20 00:52:06
2002-10-19try to make a/v index position after seek more accurate (for streams with ↵Guenter Bartsch
long index entries) CVS patchset: 2866 CVS date: 2002/10/19 23:39:18
2002-10-19at least my sb live doesn't like it when a write() call is interrupted by a ↵Guenter Bartsch
SNDCTL_DSP_RESET ioctl CVS patchset: 2865 CVS date: 2002/10/19 23:38:15
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one ↵Guenter Bartsch
but it was agreed it should be that way), events contain a timestamp now CVS patchset: 2864 CVS date: 2002/10/19 21:23:52
2002-10-19fast seeking enabledGuenter Bartsch
CVS patchset: 2863 CVS date: 2002/10/19 19:47:27
2002-10-19more loggingGuenter Bartsch
CVS patchset: 2862 CVS date: 2002/10/19 19:36:54
2002-10-19call it LOG for consistencyGuenter Bartsch
CVS patchset: 2861 CVS date: 2002/10/19 18:51:22
2002-10-19send start header firstGuenter Bartsch
CVS patchset: 2860 CVS date: 2002/10/19 18:37:03
2002-10-19set audio_outGuenter Bartsch
CVS patchset: 2859 CVS date: 2002/10/19 18:08:01
2002-10-19really send headers in demux_avi_send_headerGuenter Bartsch
CVS patchset: 2858 CVS date: 2002/10/19 17:42:52
2002-10-19Reorganized AUTHORS fileRobin KAY
CVS patchset: 2857 CVS date: 2002/10/19 01:56:52
2002-10-19Added AXE_xx macros and assertions for alignmentRobin KAY
CVS patchset: 2856 CVS date: 2002/10/19 01:29:43
2002-10-18added support for little-used RGB palette modeMike Melanson
CVS patchset: 2855 CVS date: 2002/10/18 23:43:25
2002-10-18Add close vo plugin related function.Daniel Caujolle-Bert
CVS patchset: 2854 CVS date: 2002/10/18 20:17:07
2002-10-18Adapt AA vo plugin to new API (fully untested yet).Daniel Caujolle-Bert
CVS patchset: 2853 CVS date: 2002/10/18 20:04:24
2002-10-18Enable libmpeg2 for new api.James Courtier-Dutton
EVENTS and metainfo might not be sent yet. CVS patchset: 2852 CVS date: 2002/10/18 16:46:23
2002-10-18Do some checking in configure about necessary paths and advise users to doMichael Roitzsch
changes as needed. Inspired by Matthias Martin. CVS patchset: 2851 CVS date: 2002/10/18 16:44:01
2002-10-18Enable liba52 config values.James Courtier-Dutton
CVS patchset: 2850 CVS date: 2002/10/18 15:29:19
2002-10-18A52 audio is now output without volume set to 0 or off. :-)James Courtier-Dutton
Config entries not enabled yet. Possible multiple stream issues. CVS patchset: 2849 CVS date: 2002/10/18 14:20:58
2002-10-18Move alsa audio over to new api.James Courtier-Dutton
CVS patchset: 2848 CVS date: 2002/10/18 13:13:30
2002-10-18Enable liba52 for new api.James Courtier-Dutton
CVS patchset: 2847 CVS date: 2002/10/18 12:28:09
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.James Courtier-Dutton
CVS patchset: 2846 CVS date: 2002/10/18 07:13:10
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
stuff and plugins being instatiated several times). actually i got it to play something (have not tried sound though). CVS patchset: 2845 CVS date: 2002/10/18 04:04:10
2002-10-17events.h is gone, events are in xine.h nowMichael Roitzsch
CVS patchset: 2844 CVS date: 2002/10/17 17:44:01
2002-10-17move open_plugin function (used to create new plugin instances) from the ↵Michael Roitzsch
plugin info struct to the plugin class struct small nerby change in libffmpeg decoder plugin: access to video_out/audio_out in decoders should now be done via the appropriate members in xine_stream_t CVS patchset: 2843 CVS date: 2002/10/17 17:43:41
2002-10-16another interface version problem solved :)Guenter Bartsch
CVS patchset: 2842 CVS date: 2002/10/16 23:13:19
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ↵Guenter Bartsch
other audio output plugin from build process CVS patchset: 2841 CVS date: 2002/10/16 22:54:47
2002-10-16forgot to alloc event queueGuenter Bartsch
CVS patchset: 2840 CVS date: 2002/10/16 21:23:59
2002-10-16remove no longer needed scratch buffer, use config_name insteadGuenter Bartsch
CVS patchset: 2839 CVS date: 2002/10/16 21:20:19