summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-08vcd input plugin now compiles on SolarisRobin KAY
CVS patchset: 3204 CVS date: 2002/11/08 15:49:03
2002-11-08document changes, new tasksGuenter Bartsch
CVS patchset: 3203 CVS date: 2002/11/08 11:51:52
2002-11-08vcd input plugin compiles againGuenter Bartsch
CVS patchset: 3202 CVS date: 2002/11/08 11:49:01
2002-11-08There was a bug in discontinuity handling.Thibaut Mattern
This should fix strange problems. CVS patchset: 3201 CVS date: 2002/11/08 07:53:52
2002-11-07return of the stdin pluginGuenter Bartsch
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01
2002-11-07this fixes a52 passthrough on my system (sblive 5.1 oss driver)Heiko Schaefer
CVS patchset: 3199 CVS date: 2002/11/07 22:39:55
2002-11-07ts demuxer compiles againGuenter Bartsch
CVS patchset: 3198 CVS date: 2002/11/07 04:08:14
2002-11-07bugfixes by Howdy PierceGuenter Bartsch
CVS patchset: 3197 CVS date: 2002/11/07 03:04:31
2002-11-06fix stream ending deadlock without audio driverDaniel Caujolle-Bert
CVS patchset: 3196 CVS date: 2002/11/06 23:20:45
2002-11-05Resets stream_length when opening a new stream.Thibaut Mattern
xine_get_pos_length should work a bit better with mp3. CVS patchset: 3195 CVS date: 2002/11/05 23:29:48
2002-11-05Extract metadata from the shoutcast header.Thibaut Mattern
Guenter, it's for you ;-) CVS patchset: 3194 CVS date: 2002/11/05 07:39:02
2002-11-04Vidix is back to life.Daniel Caujolle-Bert
CVS patchset: 3193 CVS date: 2002/11/04 22:48:14
2002-11-04grep '-m' option seems be part of very recent grep tool, revert change to ↵Daniel Caujolle-Bert
keep configure working CVS patchset: 3192 CVS date: 2002/11/04 22:35:05
2002-11-04Fix wrong which checks.Daniel Caujolle-Bert
CVS patchset: 3191 CVS date: 2002/11/04 20:23:58
2002-11-04sorry, typoMichael Roitzsch
CVS patchset: 3190 CVS date: 2002/11/04 16:55:17
2002-11-04fix some of the IA32 optimization flags and add new onesMichael Roitzsch
(btw: Is there any point of still using -mcpu instead of -march?) CVS patchset: 3189 CVS date: 2002/11/04 16:48:34
2002-11-04okay, that should be it...xine-1-alpha0-release1-alpha0Siggi Langauf
CVS patchset: 3188 CVS date: 2002/11/04 13:49:32
2002-11-04use self-dlsym()'d "xdisplayname" instead of referencing XDisplayName...Siggi Langauf
CVS patchset: 3187 CVS date: 2002/11/04 13:22:19
2002-11-04more spelling...Siggi Langauf
CVS patchset: 3186 CVS date: 2002/11/04 10:07:50
2002-11-04Update header informationPhilipp Hahn
CVS patchset: 3185 CVS date: 2002/11/04 08:09:54
2002-11-04UpdatePhilipp Hahn
CVS patchset: 3184 CVS date: 2002/11/04 08:09:04
2002-11-04SpellingPhilipp Hahn
CVS patchset: 3183 CVS date: 2002/11/04 08:05:12
2002-11-04Clean up code. Provde dlopen for XOpenDisplay, XDisplayName, and ↵Stephen Torri
XvQueryExtension. NOTE: On my system XDisplayName is not resolved. I do not understand this. I am committing this code to make it easier to spot the problem. I hopefully have provided enough there in the code for debug. CVS patchset: 3182 CVS date: 2002/11/04 06:30:15
2002-11-04Fix a compile bug for non-intel platforms.Stephen Torri
CVS patchset: 3181 CVS date: 2002/11/04 00:55:36
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
You would do: autogen.sh <configure flags> or autogen <shortcut> The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with <configure flags> or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18
2002-11-04adapt Cinepak decoder to handle both greyscale and palettized vectorMike Melanson
codebooks CVS patchset: 3179 CVS date: 2002/11/04 00:33:32
2002-11-04some more small fixes. Should be ready for release now.Siggi Langauf
CVS patchset: 3178 CVS date: 2002/11/04 00:31:49
2002-11-04eliminate possible register usage conflict between inline ASM andMike Melanson
compiler-generated ASM CVS patchset: 3177 CVS date: 2002/11/04 00:03:19
2002-11-03It would be nice to update the interface everyone is going to use.Stephen Torri
CVS patchset: 3176 CVS date: 2002/11/03 23:11:21
2002-11-03Added newer interface to xine_health_checkStephen Torri
CVS patchset: 3175 CVS date: 2002/11/03 23:07:14
2002-11-03some more release-related fixes...Siggi Langauf
CVS patchset: 3174 CVS date: 2002/11/03 23:03:30
2002-11-03add config.h header #include, remove bad characters, fix some compilation issuesGuenter Bartsch
CVS patchset: 3173 CVS date: 2002/11/03 22:39:22
2002-11-03fix memleakGuenter Bartsch
CVS patchset: 3172 CVS date: 2002/11/03 21:08:42
2002-11-03Reject non-seekable sources in the content detection stage rather than in ↵Robin KAY
general. CVS patchset: 3171 CVS date: 2002/11/03 21:03:09
2002-11-03log outputGuenter Bartsch
CVS patchset: 3170 CVS date: 2002/11/03 20:43:57
2002-11-03no logging by defaultGuenter Bartsch
CVS patchset: 3169 CVS date: 2002/11/03 20:41:55
2002-11-03never read() from a non-seekable input plugin in content detection stage ↵Guenter Bartsch
(other demuxers have no chance to seek back the stream\!) - use preview data instead CVS patchset: 3168 CVS date: 2002/11/03 20:39:28
2002-11-03fixed icecast support - next one who breaks my online radios I'll ... erm, ↵Guenter Bartsch
uohm ... you don't want to find out >:-> CVS patchset: 3167 CVS date: 2002/11/03 20:09:30
2002-11-03first bunch of 1-alpha0 preparationsSiggi Langauf
CVS patchset: 3166 CVS date: 2002/11/03 17:07:34
2002-11-03Ugly hack for ensure automake-1.6 is used first before using the default ↵Stephen Torri
'automake'. We need to make these one file. CVS patchset: 3165 CVS date: 2002/11/03 14:43:04
2002-11-03vo_flush is backThibaut Mattern
CVS patchset: 3164 CVS date: 2002/11/03 13:47:00
2002-11-03leak a little less memoryMike Melanson
CVS patchset: 3163 CVS date: 2002/11/03 06:08:54
2002-11-03Latest fixes from Manfred.Daniel Caujolle-Bert
CVS patchset: 3162 CVS date: 2002/11/03 01:46:38
2002-11-03Cleaned up WVE demuxer slightly.Robin KAY
CVS patchset: 3161 CVS date: 2002/11/03 01:11:14
2002-11-02added Robin Kay's EA WVE demuxerMike Melanson
CVS patchset: 3160 CVS date: 2002/11/02 23:45:47
2002-11-02activate the EA ADPCM decoderMike Melanson
CVS patchset: 3159 CVS date: 2002/11/02 23:37:33
2002-11-02Reinsert ifdefs around SPARC assembler code in pgx64. Enable building pgx64 ↵Robin KAY
on Solaris/IA32 again. Change xine to use -mcpu=ultrasparc on sun4u platform. CVS patchset: 3158 CVS date: 2002/11/02 22:30:20
2002-11-02Forgotten X related removal stuffDaniel Caujolle-Bert
CVS patchset: 3157 CVS date: 2002/11/02 22:21:02
2002-11-02Thanks to Siggi, Bastien, and Robin for their help.Stephen Torri
Used dlopen to grab reference to XvQueryExtension. Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed. (still need work here) Removed X11 libs from xine-config flag (--libs) CVS patchset: 3156 CVS date: 2002/11/02 21:53:00
2002-11-02bring the foovideo reference video decoder in line with the latest APIMike Melanson
revision CVS patchset: 3155 CVS date: 2002/11/02 21:38:38