Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-26 | - shush | Bastien Nocera | |
CVS patchset: 4680 CVS date: 2003/04/26 00:19:21 | |||
2003-04-25 | avoid segfault with subtitle WITHOUT path. | Daniel Caujolle-Bert | |
CVS patchset: 4679 CVS date: 2003/04/25 22:27:35 | |||
2003-04-25 | Invalid 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-25 | http response parsing fixes | Thibaut 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-25 | prevent avcodec_flush_buffers from corrupting memory when decoding mjpeg | James Stembridge | |
CVS patchset: 4676 CVS date: 2003/04/25 17:31:31 | |||
2003-04-25 | header beautification | Michael 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 to | Miguel 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-25 | memleak fix | Andreas 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-24 | make it more obvious that we are doing floating point subtraction | James Stembridge | |
CVS patchset: 4671 CVS date: 2003/04/24 11:03:50 | |||
2003-04-24 | more accurate description of scaling fix | James Stembridge | |
CVS patchset: 4670 CVS date: 2003/04/24 11:02:21 | |||
2003-04-24 | fix for spuogm | Andreas Heinchen | |
CVS patchset: 4669 CVS date: 2003/04/24 00:27:27 | |||
2003-04-24 | fix scaling of video with aspect ratio != 1 | James Stembridge | |
CVS patchset: 4668 CVS date: 2003/04/24 00:21:01 | |||
2003-04-23 | check if something could be frieed. | Daniel Caujolle-Bert | |
CVS patchset: 4667 CVS date: 2003/04/23 19:58:57 | |||
2003-04-23 | ffmpeg 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-23 | preserve win32 patches for later merges of new versions | Michael Roitzsch | |
CVS patchset: 4665 CVS date: 2003/04/23 16:24:18 | |||
2003-04-23 | I 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-23 | do not build libdvdread, when we do not need it | Michael Roitzsch | |
CVS patchset: 4663 CVS date: 2003/04/23 15:51:52 | |||
2003-04-23 | silence, please | Michael 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-23 | faster 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-23 | The 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-23 | Win32/msvc makfile cleanup | Tim Champagne | |
CVS patchset: 4658 CVS date: 2003/04/23 13:32:41 | |||
2003-04-23 | fix yv12->yuy2 conversion | James Stembridge | |
CVS patchset: 4657 CVS date: 2003/04/23 10:49:48 | |||
2003-04-23 | calculate hardware pitches depending on output rather than input image format | James Stembridge | |
CVS patchset: 4656 CVS date: 2003/04/23 10:46:00 | |||
2003-04-23 | check type of mixer element before trying to use it | James Stembridge | |
CVS patchset: 4655 CVS date: 2003/04/23 10:39:33 | |||
2003-04-23 | this might solve some problems with seeking beyond the 2GB mark | Mike Melanson | |
CVS patchset: 4654 CVS date: 2003/04/23 02:28:01 | |||
2003-04-23 | this should fix time-based seeking beyond the 2GB mark in a file | Mike Melanson | |
CVS patchset: 4653 CVS date: 2003/04/23 00:38:48 | |||
2003-04-23 | Few more small changes for win32/msvc port | Tim Champagne | |
CVS patchset: 4652 CVS date: 2003/04/23 00:28:04 | |||
2003-04-22 | I missed this in my last commit. This is needed only for the win32/msvc port | Tim Champagne | |
CVS patchset: 4651 CVS date: 2003/04/22 23:53:28 | |||
2003-04-22 | Additional 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-22 | Removed some unneeded files from the Win32/msvc port commit | Tim Champagne | |
CVS patchset: 4649 CVS date: 2003/04/22 20:21:20 | |||
2003-04-22 | Adding 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 machines | Bastien Nocera | |
CVS patchset: 4647 CVS date: 2003/04/21 13:26:29 | |||
2003-04-21 | avoid implicit declarations. Less warnings. | Daniel Caujolle-Bert | |
CVS patchset: 4646 CVS date: 2003/04/21 06:12:23 | |||
2003-04-21 | driver might get closed while filling gap so check it is open before writing | James Stembridge | |
CVS patchset: 4645 CVS date: 2003/04/21 00:25:55 | |||
2003-04-20 | credit to tim and matthew for their work on porting xine to win32 | Guenter Bartsch | |
CVS patchset: 4644 CVS date: 2003/04/20 21:17:00 | |||
2003-04-20 | merging in win32 port | Guenter Bartsch | |
CVS patchset: 4643 CVS date: 2003/04/20 21:13:21 | |||
2003-04-20 | missing dir | Guenter Bartsch | |
CVS patchset: 4642 CVS date: 2003/04/20 16:50:41 | |||
2003-04-20 | importing win32 contrib sources and msvc build environment | Guenter Bartsch | |
CVS patchset: 4641 CVS date: 2003/04/20 16:42:06 | |||
2003-04-18 | another Debian release | Siggi Langauf | |
CVS patchset: 4640 CVS date: 2003/04/18 23:00:18 | |||
2003-04-18 | Minister of English Composition | Mike Melanson | |
CVS patchset: 4639 CVS date: 2003/04/18 20:45:30 | |||
2003-04-18 | document equalizer changes, give credit | Guenter Bartsch | |
CVS patchset: 4638 CVS date: 2003/04/18 20:09:03 | |||
2003-04-18 | equalizer api | Guenter Bartsch | |
CVS patchset: 4637 CVS date: 2003/04/18 20:04:26 | |||
2003-04-18 | - fix crash when playing a PNG file | Bastien Nocera | |
CVS patchset: 4636 CVS date: 2003/04/18 14:11:04 | |||
2003-04-18 | a simple 10-band equalizer - public interface not there yet | Guenter Bartsch | |
CVS patchset: 4635 CVS date: 2003/04/18 03:00:33 | |||
2003-04-17 | xine crashed when an oggfile with an unknwon stream was played - fixed | Andreas 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-17 | cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de> | Miguel Freitas | |
CVS patchset: 4632 CVS date: 2003/04/17 19:01:23 | |||
2003-04-17 | using non-blocking open mode, in order to avoid infinite waiting when the | Siggi Langauf | |
ALSA device is busy (eg. in ise by ESD) CVS patchset: 4631 CVS date: 2003/04/17 17:04:12 |