summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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
2002-11-02added a reference audio decoder pluginMike Melanson
CVS patchset: 3154 CVS date: 2002/11/02 20:55:23
2002-11-02Disables vo_flush.Thibaut Mattern
CVS patchset: 3151 CVS date: 2002/11/02 16:22:19
2002-11-02these should better be broadcast signalsMichael Roitzsch
CVS patchset: 3149 CVS date: 2002/11/02 15:18:40
2002-11-02don't display crap in UI panel, xine-ui expects a xine_ui_data_t andMichael Roitzsch
I think this is right, so we provide one CVS patchset: 3148 CVS date: 2002/11/02 15:13:01
2002-11-02Fix "Volume" support in the sun audio driver, the ui now wants to operateJuergen Keil
on AO_PROP_MIXER_VOL CVS patchset: 3147 CVS date: 2002/11/02 14:39:51
2002-11-02Fix METHOD_BY_EXTENSION.Thibaut Mattern
CVS patchset: 3146 CVS date: 2002/11/02 12:50:14
2002-11-02add volume and compression settings to MRLs stream_setup partMichael Roitzsch
CVS patchset: 3145 CVS date: 2002/11/02 11:34:12
2002-11-02since the order is new----->open-->play--\Michael Roitzsch
dispose<-close<-stop<-/ we should call close in dipose instead of stop CVS patchset: 3144 CVS date: 2002/11/02 10:51:01
2002-11-02initialization for listener_thread missingMichael Roitzsch
caused segfaults in event_queue_dispose when joining a listener_thread which is not there CVS patchset: 3143 CVS date: 2002/11/02 10:45:46
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include ↵Robin KAY
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again. CVS patchset: 3139 CVS date: 2002/11/02 04:31:06
2002-11-02Less verbosity.Daniel Caujolle-Bert
CVS patchset: 3138 CVS date: 2002/11/02 03:13:44
2002-11-02Beta version of xine_health_check. Double check XV detection function.Stephen Torri
CVS patchset: 3137 CVS date: 2002/11/02 02:59:44
2002-11-02Added macros for xine health check.Stephen Torri
Redefined functions to make use of xine_health_check_s struct. CVS patchset: 3136 CVS date: 2002/11/02 02:58:52
2002-11-02Added flags -L/usr/X11R6/lib and -lX11 to build of libxineutils.Stephen Torri
CVS patchset: 3135 CVS date: 2002/11/02 02:57:32
2002-11-02Fix xine_get_file_extensions() multi segfaults.Daniel Caujolle-Bert
CVS patchset: 3131 CVS date: 2002/11/02 00:36:03
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
CVS patchset: 3128 CVS date: 2002/11/01 17:51:57
2002-11-01use freshly introduced content detection methodMichael Roitzsch
CVS patchset: 3127 CVS date: 2002/11/01 17:48:18
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
CVS patchset: 3126 CVS date: 2002/11/01 17:41:02
2002-11-01Time for fast navigation now !Thibaut Mattern
CVS patchset: 3124 CVS date: 2002/11/01 11:48:59
2002-11-01Fix seeking at the end of the stream.Thibaut Mattern
CVS patchset: 3123 CVS date: 2002/11/01 11:15:05
2002-11-01Add stricter checking.James Courtier-Dutton
Try to remove SPU_WIPE bug. CVS patchset: 3122 CVS date: 2002/11/01 11:02:52
2002-11-01move file signature validation to open_file() functionsMike Melanson
CVS patchset: 3121 CVS date: 2002/11/01 03:36:24
2002-11-01use pts values only internallyGuenter Bartsch
CVS patchset: 3120 CVS date: 2002/11/01 01:47:51
2002-11-01that patch was pending in my inbox for quite some timeMiguel Freitas
From: Sysoltsev, Vyatcheslav <vyatcheslav.sysoltsev@intel.com> Subject: RE: macro mmx_m2r in xineutils.h allows operation with regs/immediate not allowed really, this disallow extensive optimization CVS patchset: 3119 CVS date: 2002/11/01 01:14:06
2002-11-01avoid div by zeroGuenter Bartsch
CVS patchset: 3118 CVS date: 2002/11/01 01:10:01
2002-10-31Complete frame rate calculation.Thibaut Mattern
CVS patchset: 3117 CVS date: 2002/10/31 22:22:23
2002-10-31Little optimization.Thibaut Mattern
CVS patchset: 3116 CVS date: 2002/10/31 21:58:41