summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-29log outputGuenter Bartsch
CVS patchset: 3083 CVS date: 2002/10/29 01:55:44
2002-10-29enhance log outputGuenter Bartsch
CVS patchset: 3082 CVS date: 2002/10/29 01:29:46
2002-10-29meta info, handling of small files fixedGuenter Bartsch
CVS patchset: 3081 CVS date: 2002/10/29 01:28:41
2002-10-29only open mms-urlsGuenter Bartsch
CVS patchset: 3080 CVS date: 2002/10/29 01:17:46
2002-10-29strengthen QT content detectionMike Melanson
CVS patchset: 3079 CVS date: 2002/10/29 00:37:26
2002-10-29Updated pgx64 to newest API. Changed alphablend code to handle pitches.Robin KAY
CVS patchset: 3078 CVS date: 2002/10/29 00:36:21
2002-10-29fix content detection, handles non-seekable streamsGuenter Bartsch
CVS patchset: 3077 CVS date: 2002/10/29 00:25:06
2002-10-28I want to build xine-lib without automake > 1.5Daniel Caujolle-Bert
CVS patchset: 3076 CVS date: 2002/10/28 22:11:23
2002-10-28fix a deadlockGuenter Bartsch
CVS patchset: 3075 CVS date: 2002/10/28 20:15:56
2002-10-28AC_PROG_EGREP introduces a dependancy on autoconf 2.54, removed. Just useJuergen Keil
egrep. CVS patchset: 3074 CVS date: 2002/10/28 14:03:59
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-28Solaris' make cannot decide, whether the make variable 'include_HEADERS'Juergen Keil
has to contain relative or absolute pathnames, in a build with separate source and object directory hierarchies. Simply install the headers into the destination directory, and let the install program figure out the target filename from the source file name. CVS patchset: 3072 CVS date: 2002/10/28 13:27:10
2002-10-28- Use AC_PROG_EGREP to search for a working 'egrep', and use $EGREP in theJuergen Keil
configure script - xine-lib was installing static versions of the plugin modules in the default configuration, which seems like a waste of time and space. default to '--disable-static' - Use the new AC_PROG_LIBTOOL_SANITYCHECK macro from _xine.m4, to work around libtool problems on solaris with GCC + system linker - build xine-plugins with a minimal dynamic linker symbol table, using a libtool symbol filter. An xine plugin only needs to export 'xine_plugin_info', and nothing else - xine-lib needs ngettext, for "plural forms" support. Check that with AM_GNU_GETTEXT's need-ngettext parameter - verify that the system's msgfmt command is able to compile message files with "plural forms". Reject the one from GNU gettext 0.10.35. CVS patchset: 3071 CVS date: 2002/10/28 13:25:31
2002-10-28xine-lib's local modification to gettext.m4 (check for ngettext) seems toJuergen Keil
be unnecessary. The second parameter for the AM_WITH_NLS macro [ M_WITH_NLS(..., need-ngettext) ] already includes the necessary checks for a working ngettext. CVS patchset: 3070 CVS date: 2002/10/28 13:16:00
2002-10-28- Add a new test to check whether the GNU msgfmt found by gettext.m4 isJuergen Keil
acceptable for an xine-lib compilation. xine-lib needs a msgfmt with working "plural forms", and GNU gettext 0.10.35 cannot compile them. - Add an ugly hack for libtool failures on solaris, when GNU CC is used with the system's linker /usr/ccs/bin/ld For some obscure reason, with this combination libtool prefers to use the linker to build shared libraries, but it does not link them against libgcc.{a,so}. Many xine-plugins cannot be loaded with dlopen, because some subroutine from -lgcc is missing. Hack the generated libtool to use "gcc -shared -mimpure-text" to build xine plugin modules. CVS patchset: 3069 CVS date: 2002/10/28 13:12:08
2002-10-28Handle the case when the user has no working/acceptable GNU msgfmt utilityJuergen Keil
installed, so that GMSGFMT is defined as ':' (noop, in gettext.m4). This causes problems in our build system, because now there are no .gmo compiled message files available for installation, and the 'make install' fails. Print a warning and continue. CVS patchset: 3068 CVS date: 2002/10/28 13:03:37
2002-10-28Fix an automake-1.7.1 warning. Automake 1.7.1 complains that our Makefile.amJuergen Keil
shouldn't override CFLAGS and suggests we use AM_CFLAGS instead. CFLAGS is not needed here, apparently - so away with it. CVS patchset: 3067 CVS date: 2002/10/28 12:59:51
2002-10-28Fix an automake-1.7.1 warning. Automake 1.7.1 complains that our Makefile.amJuergen Keil
shouldn't override CFLAGS and suggest we use AM_CFLAGS instead. CVS patchset: 3066 CVS date: 2002/10/28 12:58:07
2002-10-28Solaris' make cannot decide, whether the make variable 'include_HEADERS'Juergen Keil
has to contain relative or absolute pathnames, in a build with separate source and object directory hierarchies. Simply install the headers into the destination directory, and let the install program figure out the source file name. CVS patchset: 3065 CVS date: 2002/10/28 12:54:00
2002-10-28do not flush on xine_handle_stream_endMiguel Freitas
CVS patchset: 3064 CVS date: 2002/10/28 11:19:51
2002-10-28Don't use a default value for invalid frame_rate_code.Thibaut Mattern
CVS patchset: 3063 CVS date: 2002/10/28 07:57:50
2002-10-28Tell the engine to compute frame duration instead of using a default value ↵Thibaut Mattern
when frame_rate_code is invalid. CVS patchset: 3062 CVS date: 2002/10/28 07:55:59
2002-10-28New way to handle streams with invalid img_duration (eg some mpeg streams).Thibaut Mattern
The concept in simple : compute duration using pts. Here the formula : duration = ( pts - last_pts ) / (nb img between the 2 pts) I've tested with libmpeg2 and ffmpeg. It works. CVS patchset: 3061 CVS date: 2002/10/28 07:53:52
2002-10-28bump the interface versionMike Melanson
CVS patchset: 3060 CVS date: 2002/10/28 05:26:35
2002-10-28bump the interface versionMike Melanson
CVS patchset: 3059 CVS date: 2002/10/28 05:21:20
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
- time to cleanup demuxer mess... no more pthread stuff on any demuxer. of course i haven't tested all demuxers, but they at least compile. (sorry Mike, we will need to move a few variables around to make most of your demuxers work again - not big deal i think) - make api more consistent by providing xine_open/xine_close and xine_start/xine_stop. CVS patchset: 3058 CVS date: 2002/10/28 03:24:42
2002-10-28using select for read-timeouts, improved error detection and handlingGuenter Bartsch
CVS patchset: 3057 CVS date: 2002/10/28 00:50:01
2002-10-27asf content detection for seekable, but non-preview input pluginsGuenter Bartsch
CVS patchset: 3056 CVS date: 2002/10/27 23:01:39
2002-10-27fix extensions detectionGuenter Bartsch
CVS patchset: 3055 CVS date: 2002/10/27 22:56:08
2002-10-27Little cleanup.Thibaut Mattern
CVS patchset: 3054 CVS date: 2002/10/27 22:50:01
2002-10-27file plugin should handle file:// - type uris now, '#' is used as subtitle ↵Guenter Bartsch
delimiter CVS patchset: 3053 CVS date: 2002/10/27 22:48:57
2002-10-27add some important points from my own TODO listMichael Roitzsch
CVS patchset: 3052 CVS date: 2002/10/27 20:12:00
2002-10-27less noiseMichael Roitzsch
CVS patchset: 3051 CVS date: 2002/10/27 20:08:41
2002-10-27less noise and register skip_behaviour (chapter skip keys work again)Michael Roitzsch
CVS patchset: 3050 CVS date: 2002/10/27 20:07:39
2002-10-27modified to handle sign/magnitude audio in early FILM filesMike Melanson
CVS patchset: 3049 CVS date: 2002/10/27 18:48:40
2002-10-27yep, another buffer typeMike Melanson
CVS patchset: 3048 CVS date: 2002/10/27 18:31:58
2002-10-27add some notes on what is left to do before the 1.0 releaseGuenter Bartsch
CVS patchset: 3047 CVS date: 2002/10/27 18:23:56
2002-10-27modified a52 decoder to support RealAudio dnet dataMike Melanson
CVS patchset: 3046 CVS date: 2002/10/27 18:02:52
2002-10-27initial support for RealAudio (*.ra) filesMike Melanson
CVS patchset: 3045 CVS date: 2002/10/27 18:00:29
2002-10-27get the logic straightMike Melanson
CVS patchset: 3044 CVS date: 2002/10/27 17:28:24
2002-10-27specfile update by Manfred TremmelMichael Roitzsch
CVS patchset: 3043 CVS date: 2002/10/27 16:27:52
2002-10-27load up the XINE_STREAM_INFO_HAS_AUDIO/VIDEO informationMike Melanson
CVS patchset: 3042 CVS date: 2002/10/27 16:14:22
2002-10-27eliminate obsolete VALID_ENDS stringsMike Melanson
CVS patchset: 3041 CVS date: 2002/10/27 15:51:53
2002-10-27reinstate the MPEG elementary stream demuxerMike Melanson
CVS patchset: 3040 CVS date: 2002/10/27 04:32:41
2002-10-27bring the elementary MPEG stream demuxer in line with the latest APIMike Melanson
revision CVS patchset: 3039 CVS date: 2002/10/27 04:14:27
2002-10-27bring back a bunch of demuxersMike Melanson
CVS patchset: 3038 CVS date: 2002/10/27 03:31:44
2002-10-27bring the unfinished Real demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3037 CVS date: 2002/10/27 03:18:11
2002-10-27bring the CDA demuxer in line with the latest API revision, although itMike Melanson
remains untested until the CDA input plugin is brought up to spec CVS patchset: 3036 CVS date: 2002/10/27 02:40:00
2002-10-27bring the VQA demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3035 CVS date: 2002/10/27 02:20:35
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
CVS patchset: 3034 CVS date: 2002/10/27 01:52:15