summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-04-29Update diff patch file.James Courtier-Dutton
CVS patchset: 4714 CVS date: 2003/04/29 22:22:34
2003-04-29Oops. put xine back.James Courtier-Dutton
CVS patchset: 4713 CVS date: 2003/04/29 22:18:14
2003-04-29Update from libdvdnavJames Courtier-Dutton
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46
2003-04-29DO NOT use c++ comments!Stefan Holst
CVS patchset: 4711 CVS date: 2003/04/29 21:46:04
2003-04-29More syncing from libdvdnav at dvd.sf.netJames Courtier-Dutton
CVS patchset: 4710 CVS date: 2003/04/29 18:57:28
2003-04-29lpcm support to mpeg_demux.c. i have no sample to test it, mayMiguel Freitas
somebody please check if it works? CVS patchset: 4709 CVS date: 2003/04/29 18:43:18
2003-04-29Update from the libdvdnav project.James Courtier-Dutton
CVS patchset: 4708 CVS date: 2003/04/29 15:58:27
2003-04-29fix off-by-oneMichael Roitzsch
CVS patchset: 4707 CVS date: 2003/04/29 15:14:16
2003-04-29sometimes old frames are displayed after a seek (reset)Miguel Freitas
mark them as bad so that doesn't happen obs: i'm aware this is a delicate code, please report if this change causes any problems (like with dvd menus). i hope it won't. CVS patchset: 4706 CVS date: 2003/04/29 13:47:48
2003-04-28do not show backup immediately when discarding framesMiguel Freitas
CVS patchset: 4704 CVS date: 2003/04/28 23:52:27
2003-04-28Enable Indeo3 decoderEwald Snel
CVS patchset: 4702 CVS date: 2003/04/28 19:10:01
2003-04-27fixed green flashing bug for divx & postprocessingAndreas Heinchen
CVS patchset: 4701 CVS date: 2003/04/27 20:56:02
2003-04-27fix for missing syncpoints at beginnig of a streamAndreas Heinchen
CVS patchset: 4700 CVS date: 2003/04/27 17:40:59
2003-04-27freetype fixes - thanks to Alan Chen and Frantisek Dvorak.Stefan Holst
CVS patchset: 4699 CVS date: 2003/04/27 15:57:54
2003-04-27fixing selection of spu titlesAndreas Heinchen
CVS patchset: 4698 CVS date: 2003/04/27 15:56:45
2003-04-27Prevent mjpeg files created by canon digital cameras from being misdetected ↵James Stembridge
as having been created by avid. CVS patchset: 4697 CVS date: 2003/04/27 15:16:11
2003-04-27recognise avid mjpegJames Stembridge
CVS patchset: 4696 CVS date: 2003/04/27 15:10:57
2003-04-27oki, so let's get the old content detection code completely in here, not ↵Guenter Bartsch
just some parts of it ;) CVS patchset: 4693 CVS date: 2003/04/27 11:56:13
2003-04-26bump up input plugin interface version numberGuenter Bartsch
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
CVS patchset: 4691 CVS date: 2003/04/26 20:15:52
2003-04-26I guess there is no reason to discard audio buffers because no video ↵Thibaut Mattern
keyframe has been reached. CVS patchset: 4690 CVS date: 2003/04/26 20:09:16
2003-04-26*** empty log message ***Miguel Freitas
CVS patchset: 4689 CVS date: 2003/04/26 19:39:30
2003-04-26switch back to old demux behaviour: use demux_mpeg for mpeg1, ↵Guenter Bartsch
demux_mpeg_block for mpeg2/vob files CVS patchset: 4688 CVS date: 2003/04/26 19:36:23
2003-04-26very very quick fix for subtitles+ac3 in vob filesMiguel Freitas
have to take a flight now.... cu CVS patchset: 4687 CVS date: 2003/04/26 19:28:54
2003-04-26- a ton of sanity checks.Thibaut Mattern
- little cleanup CVS patchset: 4686 CVS date: 2003/04/26 17:53:16
2003-04-26check mms response code.Thibaut Mattern
CVS patchset: 4685 CVS date: 2003/04/26 16:36:42
2003-04-26fix multiple lines subtitles' display in OGM containerAndreas Heinchen
CVS patchset: 4682 CVS date: 2003/04/26 13:46:47
2003-04-26some doc and todo listThibaut Mattern
CVS patchset: 4681 CVS date: 2003/04/26 13:26:28
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-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-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-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