summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-26- shushBastien Nocera
CVS patchset: 4680 CVS date: 2003/04/26 00:19:21
2003-04-25avoid segfault with subtitle WITHOUT path.Daniel Caujolle-Bert
CVS patchset: 4679 CVS date: 2003/04/25 22:27:35
2003-04-25Invalid packet length detection.Thibaut Mattern
Now detects an error with these streams: mmst://sr-wm.qbrick.com/02038_p1-wm-High mmst://sr-wm.qbrick.com/02038_p2-musik-wm-High (It fixes the deadlock) CVS patchset: 4678 CVS date: 2003/04/25 21:46:49
2003-04-25http response parsing fixesThibaut Mattern
These mrls work now : mmsh://sr-wm.qbrick.com/02038_p1-wm-High mmsh://sr-wm.qbrick.com/02038_p2-musik-wm-High CVS patchset: 4677 CVS date: 2003/04/25 20:37:21
2003-04-25prevent avcodec_flush_buffers from corrupting memory when decoding mjpegJames Stembridge
CVS patchset: 4676 CVS date: 2003/04/25 17:31:31
2003-04-25header beautificationMichael Roitzsch
CVS patchset: 4675 CVS date: 2003/04/25 15:34:44
2003-04-25- use demux_mpeg.c for non-block devices by default. it's more robust toMiguel Freitas
broken streams (resync logic) than demux_mpeg_block.c. - fix rate/time position for demux_mpeg.c and mpeg2 streams CVS patchset: 4674 CVS date: 2003/04/25 14:13:43
2003-04-25memleak fixAndreas Heinchen
CVS patchset: 4673 CVS date: 2003/04/25 00:23:21
2003-04-24- just don't deinterlace when the method is not supported, rather than ↵Bastien Nocera
silently slowing down xine with memcpy's CVS patchset: 4672 CVS date: 2003/04/24 17:39:04
2003-04-24make it more obvious that we are doing floating point subtractionJames Stembridge
CVS patchset: 4671 CVS date: 2003/04/24 11:03:50
2003-04-24more accurate description of scaling fixJames Stembridge
CVS patchset: 4670 CVS date: 2003/04/24 11:02:21
2003-04-24fix for spuogmAndreas Heinchen
CVS patchset: 4669 CVS date: 2003/04/24 00:27:27
2003-04-24fix scaling of video with aspect ratio != 1James Stembridge
CVS patchset: 4668 CVS date: 2003/04/24 00:21:01
2003-04-23check if something could be frieed.Daniel Caujolle-Bert
CVS patchset: 4667 CVS date: 2003/04/23 19:58:57
2003-04-23ffmpeg buffer management is quite odd.Miguel Freitas
this hopefuly fixes problems with B frames and DR1 CVS patchset: 4666 CVS date: 2003/04/23 18:42:39
2003-04-23preserve win32 patches for later merges of new versionsMichael Roitzsch
CVS patchset: 4665 CVS date: 2003/04/23 16:24:18
2003-04-23I am not a Win32 developer, but I guess this is a sweet misunderstanding:Michael Roitzsch
audio_directx_out is an audio OUTPUT plugin, not a audio DECODER plugin therefore this buffer type is wrong here, since only DECODERS need to register buffer types CVS patchset: 4664 CVS date: 2003/04/23 16:15:00
2003-04-23do not build libdvdread, when we do not need itMichael Roitzsch
CVS patchset: 4663 CVS date: 2003/04/23 15:51:52
2003-04-23silence, pleaseMichael Roitzsch
CVS patchset: 4662 CVS date: 2003/04/23 15:51:02
2003-04-23*** empty log message ***Miguel Freitas
CVS patchset: 4661 CVS date: 2003/04/23 14:33:59
2003-04-23faster seeking (heavily based on Thibaut's patch)Miguel Freitas
rework xine_play_internal, wait for first frame after seek CVS patchset: 4660 CVS date: 2003/04/23 14:33:01
2003-04-23The Win32/msvc gui now builds and works; There are many known issues with ↵Tim Champagne
the win32 xine/ui which will need to be addressed at a later time CVS patchset: 4659 CVS date: 2003/04/23 14:11:08
2003-04-23Win32/msvc makfile cleanupTim Champagne
CVS patchset: 4658 CVS date: 2003/04/23 13:32:41
2003-04-23fix yv12->yuy2 conversionJames Stembridge
CVS patchset: 4657 CVS date: 2003/04/23 10:49:48
2003-04-23calculate hardware pitches depending on output rather than input image formatJames Stembridge
CVS patchset: 4656 CVS date: 2003/04/23 10:46:00
2003-04-23check type of mixer element before trying to use itJames Stembridge
CVS patchset: 4655 CVS date: 2003/04/23 10:39:33
2003-04-23this might solve some problems with seeking beyond the 2GB markMike Melanson
CVS patchset: 4654 CVS date: 2003/04/23 02:28:01
2003-04-23this should fix time-based seeking beyond the 2GB mark in a fileMike Melanson
CVS patchset: 4653 CVS date: 2003/04/23 00:38:48
2003-04-23Few more small changes for win32/msvc portTim Champagne
CVS patchset: 4652 CVS date: 2003/04/23 00:28:04
2003-04-22I missed this in my last commit. This is needed only for the win32/msvc portTim Champagne
CVS patchset: 4651 CVS date: 2003/04/22 23:53:28
2003-04-22Additional changes for win32/msvc port; This is my first real commit so ↵Tim Champagne
please be gentle with me; Everything builds except for the win32 ui CVS patchset: 4650 CVS date: 2003/04/22 23:30:29
2003-04-22Removed some unneeded files from the Win32/msvc port commitTim Champagne
CVS patchset: 4649 CVS date: 2003/04/22 20:21:20
2003-04-22Adding a couple of files missing files for the Win32/msvc port (audio and ↵Tim Champagne
video directx) CVS patchset: 4648 CVS date: 2003/04/22 20:09:38
2003-04-21- fix the image/png decoder on big endian machinesBastien Nocera
CVS patchset: 4647 CVS date: 2003/04/21 13:26:29
2003-04-21avoid implicit declarations. Less warnings.Daniel Caujolle-Bert
CVS patchset: 4646 CVS date: 2003/04/21 06:12:23
2003-04-21driver might get closed while filling gap so check it is open before writingJames Stembridge
CVS patchset: 4645 CVS date: 2003/04/21 00:25:55
2003-04-20credit to tim and matthew for their work on porting xine to win32Guenter Bartsch
CVS patchset: 4644 CVS date: 2003/04/20 21:17:00
2003-04-20merging in win32 portGuenter Bartsch
CVS patchset: 4643 CVS date: 2003/04/20 21:13:21
2003-04-20missing dirGuenter Bartsch
CVS patchset: 4642 CVS date: 2003/04/20 16:50:41
2003-04-20importing win32 contrib sources and msvc build environmentGuenter Bartsch
CVS patchset: 4641 CVS date: 2003/04/20 16:42:06
2003-04-18another Debian releaseSiggi Langauf
CVS patchset: 4640 CVS date: 2003/04/18 23:00:18
2003-04-18Minister of English CompositionMike Melanson
CVS patchset: 4639 CVS date: 2003/04/18 20:45:30
2003-04-18document equalizer changes, give creditGuenter Bartsch
CVS patchset: 4638 CVS date: 2003/04/18 20:09:03
2003-04-18equalizer apiGuenter Bartsch
CVS patchset: 4637 CVS date: 2003/04/18 20:04:26
2003-04-18- fix crash when playing a PNG fileBastien Nocera
CVS patchset: 4636 CVS date: 2003/04/18 14:11:04
2003-04-18a simple 10-band equalizer - public interface not there yetGuenter Bartsch
CVS patchset: 4635 CVS date: 2003/04/18 03:00:33
2003-04-17xine crashed when an oggfile with an unknwon stream was played - fixedAndreas Heinchen
CVS patchset: 4634 CVS date: 2003/04/17 23:23:58
2003-04-17*** empty log message ***Miguel Freitas
CVS patchset: 4633 CVS date: 2003/04/17 19:05:52
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
CVS patchset: 4632 CVS date: 2003/04/17 19:01:23
2003-04-17using non-blocking open mode, in order to avoid infinite waiting when theSiggi Langauf
ALSA device is busy (eg. in ise by ESD) CVS patchset: 4631 CVS date: 2003/04/17 17:04:12