summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-26patch from Fredrik Noring <noring@nocrew.org> (slightly modified)Michael Roitzsch
bail out if video out cannot provide more pre-alloc'ed frames CVS patchset: 4013 CVS date: 2003/01/26 18:12:39
2003-01-26- Little cleanupThibaut Mattern
- Better detection of invalid packets - Fixes a potential bug with multiple segments CVS patchset: 4012 CVS date: 2003/01/26 17:38:41
2003-01-26fixing CDDA/VCD interaction bug...Siggi Langauf
CVS patchset: 4011 CVS date: 2003/01/26 16:41:15
2003-01-26reject RIFF-CDXA files and remove <pthread.h>Mike Melanson
CVS patchset: 4010 CVS date: 2003/01/26 15:58:36
2003-01-26no need for <pthread.h> or <sched.h>Mike Melanson
CVS patchset: 4009 CVS date: 2003/01/26 15:56:21
2003-01-26Better error correction handlingThibaut Mattern
CVS patchset: 4008 CVS date: 2003/01/26 00:12:07
2003-01-25Avoid to send garbage to decoders.Thibaut Mattern
CVS patchset: 4007 CVS date: 2003/01/25 15:00:07
2003-01-25Fix bug introduced by previous commitEwald Snel
CVS patchset: 4006 CVS date: 2003/01/25 12:46:10
2003-01-25- only default frame's extra_info to the video decoder one, when it is emptyMichael Roitzsch
- do not use extra_info from the backup image, it is outdated CVS patchset: 4005 CVS date: 2003/01/25 12:10:33
2003-01-25mask X11 plugin when building without itMichael Roitzsch
CVS patchset: 4004 CVS date: 2003/01/25 12:07:34
2003-01-25- mmx optimizations don't use MMXEXT instructionsThibaut Mattern
- be sure to initialize use_asm CVS patchset: 4003 CVS date: 2003/01/25 11:44:19
2003-01-25fix another API-rev holdover bugMike Melanson
CVS patchset: 4002 CVS date: 2003/01/25 03:04:15
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
This also allows for true bilinear filtering, which looks much better than the current 'horizontal filtering only' (TODO) CVS patchset: 4001 CVS date: 2003/01/24 17:04:37
2003-01-24mark sputext doneMichael Roitzsch
CVS patchset: 4000 CVS date: 2003/01/24 14:29:45
2003-01-23CDDA renamingSiggi Langauf
(doesn't hurt on ia32, but improves usability) CVS patchset: 3999 CVS date: 2003/01/23 22:58:09
2003-01-23add subtitle infoMiguel Freitas
obs: i don't have docbook installed here to rebuild html/txt CVS patchset: 3998 CVS date: 2003/01/23 22:08:07
2003-01-23updates (osd faq, plugin_info_t and Daniel's xinimin)Miguel Freitas
CVS patchset: 3997 CVS date: 2003/01/23 18:46:56
2003-01-23*** empty log message ***Miguel Freitas
CVS patchset: 3996 CVS date: 2003/01/23 16:15:03
2003-01-23preparations for beta3:Miguel Freitas
- disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56
2003-01-23non-seekableMike Melanson
CVS patchset: 3994 CVS date: 2003/01/23 15:10:55
2003-01-23annoying printfMiguel Freitas
CVS patchset: 3993 CVS date: 2003/01/23 12:47:24
2003-01-22sb live information provided by Marcel JanssenGuenter Bartsch
CVS patchset: 3992 CVS date: 2003/01/22 22:58:29
2003-01-22accounting for guenter's workMichael Roitzsch
CVS patchset: 3991 CVS date: 2003/01/22 21:32:57
2003-01-22mention the v4l input pluginGuenter Bartsch
CVS patchset: 3990 CVS date: 2003/01/22 18:52:17
2003-01-22using bswap.h, some more comments. May work on big endian architectures now.Stefan Holst
CVS patchset: 3989 CVS date: 2003/01/22 16:33:23
2003-01-22loggingStefan Holst
CVS patchset: 3988 CVS date: 2003/01/22 11:57:38
2003-01-22I have commented out the 'root' section of the configure.ac. This part wasStephen Torri
looking for the directory of where to install the xine m4 script. Checking the gnu.org web page and mailing list I found out that we are already doing what we need without do anything special like determining if root is running the configure script. If someone does not define ACLOCAL_DIR we use the $(datadir)/aclocal directory. Since this is a comestic change and affects the general quality of our builds I have only commented it out without removing it. Affects: Users configurating xine-lib as 'root' using one version of automake and autoconf on one machine and building on another with different versions of automake and autoconf. For example, ran autogen.sh --noconfig on system with automake 1.7.2 and autoconf 2.57 while build system had automake 1.6.3 and autoconf 2.53. Thanks to Chris Purnell <cjp@lost.org.uk> for helping me understand the nature of the problem. CVS patchset: 3987 CVS date: 2003/01/22 01:35:04
2003-01-22added demuxer for raw AC3 filesMike Melanson
CVS patchset: 3986 CVS date: 2003/01/22 01:30:05
2003-01-21added dxr3 info linkGuenter Bartsch
CVS patchset: 3985 CVS date: 2003/01/21 16:18:48
2003-01-21added dxr3 info linkGuenter Bartsch
CVS patchset: 3984 CVS date: 2003/01/21 16:18:46
2003-01-21Add some autoconf tests, so that the video-for-linux input plugin is notJuergen Keil
compiled on solaris. CVS patchset: 3983 CVS date: 2003/01/21 14:41:09
2003-01-20fix compilation when libFLAC is not installed:Michael Roitzsch
now it is not trying to build the plugin I hope I haven't broken compilation for those having libFLAC installed... CVS patchset: 3982 CVS date: 2003/01/20 16:46:34
2003-01-20no homedir pollution: move the registry file inside the ~/.xineMichael Roitzsch
CVS patchset: 3981 CVS date: 2003/01/20 12:51:47
2003-01-20get the formatting straight and show debug info for the audio chunkMike Melanson
sizes CVS patchset: 3980 CVS date: 2003/01/20 05:58:04
2003-01-20added configurable debugging and fixed pts bug introduced at an earlierMike Melanson
API change CVS patchset: 3979 CVS date: 2003/01/20 05:44:15
2003-01-20Tune up FILM demuxer: Added configurable debug facilities, modifiedMike Melanson
video duration calculation CVS patchset: 3978 CVS date: 2003/01/20 05:10:04
2003-01-20flac autoconfMiguel Freitas
CVS patchset: 3977 CVS date: 2003/01/20 02:31:17
2003-01-20add flac autoconf/m4 stuffMiguel Freitas
CVS patchset: 3976 CVS date: 2003/01/20 02:30:01
2003-01-20Add CDDB support to CDDA plugin.Daniel Caujolle-Bert
CVS patchset: 3975 CVS date: 2003/01/20 01:57:21
2003-01-19eliminate "vital stats" printout, long obsoleted by UI's info dialogMike Melanson
facilities CVS patchset: 3974 CVS date: 2003/01/19 23:33:33
2003-01-19define raw yuv frame buffer type for v4l inputGuenter Bartsch
CVS patchset: 3973 CVS date: 2003/01/19 21:29:55
2003-01-19hushGuenter Bartsch
CVS patchset: 3972 CVS date: 2003/01/19 19:42:48
2003-01-19a dummy video decoder for v4l inputGuenter Bartsch
CVS patchset: 3971 CVS date: 2003/01/19 19:42:00
2003-01-19a dummy demuxer for analogue tv inputGuenter Bartsch
CVS patchset: 3970 CVS date: 2003/01/19 19:41:33
2003-01-19v4l analog tv input pluginGuenter Bartsch
CVS patchset: 3969 CVS date: 2003/01/19 19:41:03
2003-01-19trying to fix color errors and endianness problems in yuy2Miguel Freitas
CVS patchset: 3968 CVS date: 2003/01/19 17:19:36
2003-01-19Update to cyberblade_vid driver. Fixes cache issues with EPIA-800 and ↵James Stembridge
improves TV-Out mode support. CVS patchset: 3967 CVS date: 2003/01/19 17:19:29
2003-01-19cleanupMichael Roitzsch
CVS patchset: 3966 CVS date: 2003/01/19 16:13:11
2003-01-19nvtv autoconf fixes by snaggenMiguel Freitas
CVS patchset: 3965 CVS date: 2003/01/19 14:55:56
2003-01-19implement audio demuxing and seekingMike Melanson
CVS patchset: 3964 CVS date: 2003/01/19 07:10:51