summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-10-16trying to get Xv output plugin working; make sure xine parameters are not ↵Guenter Bartsch
registered as config options CVS patchset: 2838 CVS date: 2002/10/16 21:11:50
2002-10-16copy open pointer after plugin class is loadedGuenter Bartsch
CVS patchset: 2837 CVS date: 2002/10/16 21:10:56
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ↵Guenter Bartsch
caused by old plugins lying around... remove all video output plugins except xv from build process for now CVS patchset: 2836 CVS date: 2002/10/16 14:19:38
2002-10-16bump up plugin version numbersGuenter Bartsch
CVS patchset: 2835 CVS date: 2002/10/16 14:09:12
2002-10-15added missing stream end handling functionGuenter Bartsch
CVS patchset: 2834 CVS date: 2002/10/15 16:10:18
2002-10-14document changes, looks like automake didn't like my comments in the ↵Guenter Bartsch
src/Makefile.am CVS patchset: 2833 CVS date: 2002/10/14 21:23:13
2002-10-14dispose function was missing in audio decoder class too, mad plugin compiles nowGuenter Bartsch
CVS patchset: 2832 CVS date: 2002/10/14 20:50:17
2002-10-14forgot to merge init functionGuenter Bartsch
CVS patchset: 2831 CVS date: 2002/10/14 20:47:31
2002-10-14added missing dispose function to video_decoder.h, ffmpeg compiles nowGuenter Bartsch
CVS patchset: 2830 CVS date: 2002/10/14 19:29:18
2002-10-14small bugfixGuenter Bartsch
CVS patchset: 2829 CVS date: 2002/10/14 18:24:59
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48
2002-10-14Fix memory leak in libspudec.James Courtier-Dutton
Each time a dvd menu button was selected, we lost a few bytes. I recommend "memprof" for a quick and friendly memory leak tracker. CVS patchset: 2827 CVS date: 2002/10/14 14:00:19
2002-10-13yuv2rgb_mlib needs an even YUV2 width. It was segfaulting on Solaris SPARC withJuergen Keil
MediaLib. CVS patchset: 2826 CVS date: 2002/10/13 17:24:29
2002-10-13pgx64 video plugin was crashing xine during auto probe of video_out drivers,Juergen Keil
when the system has no usable /dev/m640 device: video_out_pgx64: can't open framebuffer device (/dev/m640) Segmentation fault (core dumped) CVS patchset: 2825 CVS date: 2002/10/13 15:39:30
2002-10-13GSM 6.10 decoder now has a proper dependency on the gsm610 subdirectoryMike Melanson
module CVS patchset: 2824 CVS date: 2002/10/13 12:49:19
2002-10-13Xine decoder plugin was as not rebuilt, when libavcodec has changed.Juergen Keil
The ffmpeg decoder plugin should have a dependancy on libavcodec. CVS patchset: 2823 CVS date: 2002/10/13 12:40:38
2002-10-12added/removed some ideasGuenter Bartsch
CVS patchset: 2822 CVS date: 2002/10/12 22:02:00
2002-10-12sched.h include missing for sched_yield() functionJuergen Keil
CVS patchset: 2821 CVS date: 2002/10/12 20:12:05
2002-10-12Discard buffered audio driver data after the demuxer is stopped & closed.Juergen Keil
CVS patchset: 2820 CVS date: 2002/10/12 19:22:05
2002-10-12Bind the audio_out thread to a separate LWP on solaris 8 (like video_out,Juergen Keil
video_decoder and audio_decoder) CVS patchset: 2819 CVS date: 2002/10/12 19:20:02
2002-10-12added GSM 6.10 audio decoderMike Melanson
CVS patchset: 2818 CVS date: 2002/10/12 19:18:48
2002-10-12added GSM 6.10 audio decoderMike Melanson
CVS patchset: 2817 CVS date: 2002/10/12 19:12:49
2002-10-12Use the audio_fifo - whenever it's possible - to send the demuxed audio data.Juergen Keil
CVS patchset: 2816 CVS date: 2002/10/12 17:14:41
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
demuxer loop, otherwise (on solaris) demux_*_stop() has no chance to lock the mutex and change the demuxer status variable for interrupting the demuxer. Fixes xine_stop() problems on solaris. CVS patchset: 2815 CVS date: 2002/10/12 17:11:58
2002-10-12enable the ASF demuxer to seek immediatelyMike Melanson
CVS patchset: 2814 CVS date: 2002/10/12 15:52:29
2002-10-12Make flush of audio work properly.James Courtier-Dutton
CVS patchset: 2813 CVS date: 2002/10/12 10:36:50
2002-10-12Fixed macro check to see if ARCH_PPC is defined. (Found by Bill ↵Stephen Torri
Fink<billfink@mindspring.com>). CVS patchset: 2812 CVS date: 2002/10/12 04:29:06
2002-10-12Improved support for moving and resizing video windowRobin KAY
CVS patchset: 2811 CVS date: 2002/10/12 01:34:46
2002-10-11because I only use the TV out, I forgot to adapt DXR3 overlay mode to the newMichael Roitzsch
frame output callback CVS patchset: 2810 CVS date: 2002/10/11 10:55:27
2002-10-10Various misc changes. Added support for XINE_VISUAL_TYPE_FB (pgx64fb).Robin KAY
CVS patchset: 2809 CVS date: 2002/10/10 20:00:28
2002-10-10Remove duplicate log messages about the scale_line variant we're usingJuergen Keil
CVS patchset: 2808 CVS date: 2002/10/10 14:05:19
2002-10-10Audio out reorganisation to improve sync.James Courtier-Dutton
Tested with alsa09 and oss. CVS patchset: 2807 CVS date: 2002/10/10 13:12:17
2002-10-09removed some redundant codeRobin KAY
CVS patchset: 2806 CVS date: 2002/10/09 23:48:46
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-10-08Fix a BUS error on SPARC, forJuergen Keil
ftp://ftp.mplayerhq.hu/MPlayer/samples/MPEG-4/CDR-Dinner_LAN_800k.mp4 (this sample does not yet work, now it crashes with a SIGFPE - devide by zero) CVS patchset: 2804 CVS date: 2002/10/08 12:45:58
2002-10-08Add mediaLib accelerated 16x16 pixel ops to ffmpegJuergen Keil
CVS patchset: 2803 CVS date: 2002/10/08 12:42:31
2002-10-08Fix a segfault when we reach the end of the playlist.James Courtier-Dutton
strdup segfaults if passed a NULL. CVS patchset: 2802 CVS date: 2002/10/08 10:29:42
2002-10-08decimal, not hexMike Melanson
CVS patchset: 2801 CVS date: 2002/10/08 05:05:05
2002-10-07Remove the vsscanf prototype for solaris, it's incompatible with the oneJuergen Keil
contained in the solaris9 <stdio.h> CVS patchset: 2800 CVS date: 2002/10/07 14:17:05
2002-10-07- Sun audio output plugin is able to play 8-bit sound. Announce this inJuergen Keil
the driver's capabilities flag word. - Several samples from Mike Melanson's testlist didn't work with the sun audio plugin on Solaris SPARC using the "audiocs" driver, because the clips use sample rates not directly supported by the sun audio hardware (e.g. 22478 Hz or 22254 Hz; the Sun audio HW supports 22050 Hz) Sound from: FILM format/Cinepak video/PCM audio ftp://ftp.mplayerhq.hu/MPlayer/samples/FILM/ and VOC format/PCM audio http://dod.hpi.net/samples/10M1PB1.VOC.bz2 should work now. CVS patchset: 2799 CVS date: 2002/10/07 14:14:30
2002-10-07- Check for vsscanf (needed inside libw32dll, use the version from libc ifJuergen Keil
the system has vsscanf) - Check for sys/mixer.h header file (Solaris8 and newer; for the sun audio output plugin) CVS patchset: 2798 CVS date: 2002/10/07 14:06:18
2002-10-06The following was crashing on SPARC with a BUS error:Juergen Keil
http://dod.hpi.net/samples/marymary-shackles.mov CVS patchset: 2797 CVS date: 2002/10/06 19:55:18
2002-10-06minor fix to pluginRobin KAY
CVS patchset: 2796 CVS date: 2002/10/06 16:12:10
2002-10-06Proper alignment is needed for the array of "xine_mrl_t" structures on SPARC.Juergen Keil
CVS patchset: 2795 CVS date: 2002/10/06 15:48:02
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ↵Robin KAY
moved to bswap.h CVS patchset: 2794 CVS date: 2002/10/06 03:48:13
2002-10-06atone for the sin of calling xine a "unix video player" rather than aMike Melanson
"free video player" CVS patchset: 2793 CVS date: 2002/10/06 02:35:08
2002-10-06added support for VBR audio in QT files and improved handling ofMike Melanson
audio-only QT files CVS patchset: 2792 CVS date: 2002/10/06 02:27:53
2002-10-06backed out earlier changes from endian translation macrosMike Melanson
CVS patchset: 2791 CVS date: 2002/10/06 01:37:27