Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-01 | fixed lost pts | Andreas Heinchen | |
CVS patchset: 4736 CVS date: 2003/05/01 20:36:07 | |||
2003-05-01 | simplifications & improved seeking(no hole in audio) | Andreas Heinchen | |
CVS patchset: 4735 CVS date: 2003/05/01 19:04:32 | |||
2003-05-01 | corrected spelling, better warning | Andreas Heinchen | |
CVS patchset: 4734 CVS date: 2003/05/01 19:03:04 | |||
2003-05-01 | workaround for some mobility chips reporting zero ram size (from mplayer) | James Stembridge | |
CVS patchset: 4733 CVS date: 2003/05/01 14:23:38 | |||
2003-05-01 | pass the QT stsd atoms through to the ffmpeg decoders...who knows? could | Mike Melanson | |
be useful someday CVS patchset: 4732 CVS date: 2003/05/01 02:01:58 | |||
2003-04-30 | fix crash when resolution changes with certain deinterlace methods enabled | Miguel Freitas | |
CVS patchset: 4731 CVS date: 2003/04/30 22:14:59 | |||
2003-04-30 | make sure bad_frame=0 even if decoder forget about it | Miguel Freitas | |
CVS patchset: 4730 CVS date: 2003/04/30 20:19:20 | |||
2003-04-30 | ignore files | Michael Roitzsch | |
CVS patchset: 4729 CVS date: 2003/04/30 17:07:13 | |||
2003-04-30 | die, directory! | Michael Roitzsch | |
CVS patchset: 4728 CVS date: 2003/04/30 17:06:25 | |||
2003-04-30 | update libdvdnav version, remove libdvdread | Michael Roitzsch | |
CVS patchset: 4727 CVS date: 2003/04/30 17:04:15 | |||
2003-04-30 | libdvdread is now part of libdvdnav | Michael Roitzsch | |
CVS patchset: 4726 CVS date: 2003/04/30 17:03:18 | |||
2003-04-30 | * include nav_read.c for builds with included libdvdnav | Michael Roitzsch | |
* link correctly for standalone libdvdnav CVS patchset: 4725 CVS date: 2003/04/30 16:51:55 | |||
2003-04-30 | * when NOT using a standalone libdvdnav, we do NOT have to link the whole | Michael Roitzsch | |
libdvdnav into the spu decoder plugin statically, only nav_read.c is needed (read: revert to old linking behaviour for included libdvdnav) * beautification CVS patchset: 4724 CVS date: 2003/04/30 16:49:33 | |||
2003-04-30 | cleanup | Michael Roitzsch | |
CVS patchset: 4723 CVS date: 2003/04/30 16:46:10 | |||
2003-04-30 | when compiling with a standalone libdvdnav, we need to have the DVDNAV_CFLAGS | Michael Roitzsch | |
globally, since the spu decoder API header, which is included almost everywhere via xine_internal.h needs nav_types.h this is meant only a temporary measure, I will come up with a better solution later, but now it is needed for consistency CVS patchset: 4722 CVS date: 2003/04/30 16:45:34 | |||
2003-04-30 | the standalone libdvdnav can do raw device reads now, so this limitation | Michael Roitzsch | |
here is no longer necessary CVS patchset: 4721 CVS date: 2003/04/30 16:41:15 | |||
2003-04-30 | cleanup libdvdnav merge | Michael Roitzsch | |
CVS patchset: 4720 CVS date: 2003/04/30 16:39:07 | |||
2003-04-30 | added support for theora | Andreas Heinchen | |
CVS patchset: 4719 CVS date: 2003/04/30 11:09:48 | |||
2003-04-30 | fixed stupid mistake in previos commit | Andreas Heinchen | |
CVS patchset: 4718 CVS date: 2003/04/30 09:38:21 | |||
2003-04-30 | added support for theora | Andreas Heinchen | |
CVS patchset: 4717 CVS date: 2003/04/30 08:49:38 | |||
2003-04-30 | Don't forget to reset frame->bad_frame to 0 ! | Thibaut Mattern | |
Fix strange problems with viz plugins. CVS patchset: 4716 CVS date: 2003/04/30 06:58:50 | |||
2003-04-29 | Some useful tips. | James Courtier-Dutton | |
CVS patchset: 4715 CVS date: 2003/04/29 23:23:37 | |||
2003-04-29 | Update diff patch file. | James Courtier-Dutton | |
CVS patchset: 4714 CVS date: 2003/04/29 22:22:34 | |||
2003-04-29 | Oops. put xine back. | James Courtier-Dutton | |
CVS patchset: 4713 CVS date: 2003/04/29 22:18:14 | |||
2003-04-29 | Update from libdvdnav | James Courtier-Dutton | |
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46 | |||
2003-04-29 | DO NOT use c++ comments! | Stefan Holst | |
CVS patchset: 4711 CVS date: 2003/04/29 21:46:04 | |||
2003-04-29 | More syncing from libdvdnav at dvd.sf.net | James Courtier-Dutton | |
CVS patchset: 4710 CVS date: 2003/04/29 18:57:28 | |||
2003-04-29 | lpcm support to mpeg_demux.c. i have no sample to test it, may | Miguel Freitas | |
somebody please check if it works? CVS patchset: 4709 CVS date: 2003/04/29 18:43:18 | |||
2003-04-29 | Update from the libdvdnav project. | James Courtier-Dutton | |
CVS patchset: 4708 CVS date: 2003/04/29 15:58:27 | |||
2003-04-29 | fix off-by-one | Michael Roitzsch | |
CVS patchset: 4707 CVS date: 2003/04/29 15:14:16 | |||
2003-04-29 | sometimes 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-29 | Update | Philipp Hahn | |
CVS patchset: 4705 CVS date: 2003/04/29 08:46:41 | |||
2003-04-28 | do not show backup immediately when discarding frames | Miguel Freitas | |
CVS patchset: 4704 CVS date: 2003/04/28 23:52:27 | |||
2003-04-28 | beta11 preparationsxine-1-beta11-release1-beta11 | Guenter Bartsch | |
CVS patchset: 4703 CVS date: 2003/04/28 21:33:24 | |||
2003-04-28 | Enable Indeo3 decoder | Ewald Snel | |
CVS patchset: 4702 CVS date: 2003/04/28 19:10:01 | |||
2003-04-27 | fixed green flashing bug for divx & postprocessing | Andreas Heinchen | |
CVS patchset: 4701 CVS date: 2003/04/27 20:56:02 | |||
2003-04-27 | fix for missing syncpoints at beginnig of a stream | Andreas Heinchen | |
CVS patchset: 4700 CVS date: 2003/04/27 17:40:59 | |||
2003-04-27 | freetype fixes - thanks to Alan Chen and Frantisek Dvorak. | Stefan Holst | |
CVS patchset: 4699 CVS date: 2003/04/27 15:57:54 | |||
2003-04-27 | fixing selection of spu titles | Andreas Heinchen | |
CVS patchset: 4698 CVS date: 2003/04/27 15:56:45 | |||
2003-04-27 | Prevent 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-27 | recognise avid mjpeg | James Stembridge | |
CVS patchset: 4696 CVS date: 2003/04/27 15:10:57 | |||
2003-04-27 | note about QT fixes | Mike Melanson | |
CVS patchset: 4695 CVS date: 2003/04/27 13:01:18 | |||
2003-04-27 | quick Debian update for the upcoming release | Siggi Langauf | |
CVS patchset: 4694 CVS date: 2003/04/27 12:25:05 | |||
2003-04-27 | oki, 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-26 | bump up input plugin interface version number | Guenter Bartsch | |
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31 | |||
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch | |
CVS patchset: 4691 CVS date: 2003/04/26 20:15:52 | |||
2003-04-26 | I 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-26 | switch 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-26 | very very quick fix for subtitles+ac3 in vob files | Miguel Freitas | |
have to take a flight now.... cu CVS patchset: 4687 CVS date: 2003/04/26 19:28:54 |