summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2002-01-25Really remove guenter_rpms.sh ;-)Daniel Caujolle-Bert
CVS patchset: 1451 CVS date: 2002/01/25 01:05:53
2002-01-25Remove guenter_rpms.sh from configure.in. Check INPUT_CAP_CLUT capabilityDaniel Caujolle-Bert
of current input plugin before retrieving the clut. send UI events when audio/spu channel changes. CVS patchset: 1450 CVS date: 2002/01/25 00:35:45
2002-01-23Linking libm when using libGLUDaniel Caujolle-Bert
CVS patchset: 1446 CVS date: 2002/01/23 23:52:38
2002-01-23Change/fix opengl checks, add a glut fallback (GLU).Daniel Caujolle-Bert
CVS patchset: 1445 CVS date: 2002/01/23 23:27:10
2002-01-23Modified the OpenGL plugin to use proper 2D textures which a) ImprovesRich J Wareham
flicker on slow cards (like mine), b) Makes it a little faster (on my card at least) and c) Allows one to do funky tricks (try uncommenting #define SPHERE) CVS patchset: 1443 CVS date: 2002/01/23 15:05:46
2002-01-23add pt_BRMiguel Freitas
CVS patchset: 1442 CVS date: 2002/01/23 00:54:00
2002-01-22New OpenGL output plugin. Will only work with upcoming changes in xine-ui.Matthias Hopf
EXPERIMENTAL. Read README.opengl in xine-ui. CVS patchset: 1439 CVS date: 2002/01/22 20:15:00
2002-01-21SDL 1.1.5 appears to work, too.Juergen Keil
CVS patchset: 1435 CVS date: 2002/01/21 19:58:57
2002-01-21Add new check for "setenv" functionJuergen Keil
CVS patchset: 1432 CVS date: 2002/01/21 09:52:01
2002-01-20Change SDL checks.Daniel Caujolle-Bert
CVS patchset: 1431 CVS date: 2002/01/20 23:21:52
2002-01-20alsa 05 support: terminated.Daniel Caujolle-Bert
CVS patchset: 1428 CVS date: 2002/01/20 12:33:45
2002-01-17mark cvs versionGuenter Bartsch
CVS patchset: 1419 CVS date: 2002/01/17 15:56:50
2002-01-17SDL video out driverMiguel Freitas
CVS patchset: 1417 CVS date: 2002/01/17 02:35:20
2002-01-140.9.8 preparations...Guenter Bartsch
CVS patchset: 1403 CVS date: 2002/01/14 02:13:54
2002-01-11linux framebuffer deviceMiguel Freitas
CVS patchset: 1391 CVS date: 2002/01/11 19:10:08
2002-01-05enable libspucc compilationMiguel Freitas
CVS patchset: 1346 CVS date: 2002/01/05 21:59:43
2001-12-27ffmpeg updateMiguel Freitas
CVS patchset: 1312 CVS date: 2001/12/27 20:10:12
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-12-18configure hack to prevent the hppa linker from dying (cannot link staticSiggi Langauf
archives to shared libs, better fix is welcome) CVS patchset: 1269 CVS date: 2001/12/18 01:14:18
2001-12-16merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpegHarm van der Heijden
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg encoding otherwise (provided encoding support is compiled in). some remarks: - dxr3enc is no more. I've added some transition code in loadplugins.c (look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin from a previous install and to print a message if someone tries to run xine -V dxr3enc. - small updates to configure.in and _xine.m4. Mostly about the messages, no new checks or anything. - both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and only dxr3 video out driver is aptly named dxr3_video_out.c CVS patchset: 1256 CVS date: 2001/12/16 19:05:44
2001-12-12How i loved when it was automatic ;-)Daniel Caujolle-Bert
CVS patchset: 1226 CVS date: 2001/12/12 00:48:01
2001-12-11- major code cleanup in dxr3enc driver. Still one big c file, but nowHarm van der Heijden
easy to split into core + fame + rte - now official support for librte-0.4 (zapping.sf.net); updated configure scripts, checks for librte added. Possible to compile both librte and libfame support in at the same time, configuration via .xinerc. - fixed YUY2 decoding, both for libfame and librte. Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy right now. I think I'll wait with it for a bit, because perhaps the dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't expect that; all mpeg stuff is done in the dxr3 decoder plugin) CVS patchset: 1220 CVS date: 2001/12/11 02:26:58
2001-12-100.9.7 preparations0.9.7Guenter Bartsch
CVS patchset: 1218 CVS date: 2001/12/10 23:43:02
2001-12-08Turned altivec on by default. Made asf build optional.Daniel Caujolle-Bert
CVS patchset: 1182 CVS date: 2001/12/08 13:48:26
2001-12-08osd fonts and interface updateGuenter Bartsch
CVS patchset: 1174 CVS date: 2001/12/08 00:37:38
2001-12-05altivec support by Jeffrey W. Baker <jwbaker@acm.org>Guenter Bartsch
CVS patchset: 1171 CVS date: 2001/12/05 15:12:02
2001-12-04fixed library version infoSiggi Langauf
WARNING: you'll have to rebuild xine-ui! CVS patchset: 1169 CVS date: 2001/12/04 23:52:00
2001-12-01mark cvs versions as such (so it's easier to see if people complaining on ↵Guenter Bartsch
the mailing list are using a cvs checkout instead of a release CVS patchset: 1156 CVS date: 2001/12/01 23:19:32
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
2001-11-28Fix cvs versionDaniel Caujolle-Bert
CVS patchset: 1125 CVS date: 2001/11/28 21:35:20
2001-11-28last 0.9.6 preparationsxine-0_9_6-release0.9.6Guenter Bartsch
CVS patchset: 1124 CVS date: 2001/11/28 16:13:07
2001-11-27Fix automake breakage.Daniel Caujolle-Bert
CVS patchset: 1123 CVS date: 2001/11/27 19:59:18
2001-11-26Add autoconf 2.5x patch from Bernhard Rosenkraenzer <bero@redhat.de>.Daniel Caujolle-Bert
CVS patchset: 1119 CVS date: 2001/11/26 21:07:49
2001-11-24Fixed iface version of alsa plugin.Daniel Caujolle-Bert
CVS patchset: 1103 CVS date: 2001/11/24 13:44:33
2001-11-23preparing for 0.9.5, AUTHORS updateGuenter Bartsch
CVS patchset: 1098 CVS date: 2001/11/23 13:14:13
2001-11-19Add zlib checks. qt build is now zlib dependend (same for rpm spec file).Daniel Caujolle-Bert
CVS patchset: 1074 CVS date: 2001/11/19 02:45:38
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-15- direct show makefileMiguel Freitas
- AUTHORS update (Marcelo helped me with w32 audio code) CVS patchset: 1042 CVS date: 2001/11/15 00:44:21
2001-11-04Made "cvs" mark more dynamic ('make dist' automatically remove this mark).Daniel Caujolle-Bert
CVS patchset: 956 CVS date: 2001/11/04 23:39:38
2001-11-04cvs version markGuenter Bartsch
CVS patchset: 955 CVS date: 2001/11/04 23:12:03
2001-11-04Bill's force audio rate patches, preparing for 0.9.40.9.4Guenter Bartsch
CVS patchset: 953 CVS date: 2001/11/04 22:49:38
2001-11-04Add a small summary at end of configure process.Daniel Caujolle-Bert
CVS patchset: 946 CVS date: 2001/11/04 01:07:17
2001-11-03Added a default to the architecture switch, so people are encouraged to trySiggi Langauf
porting and report useful portability bugs (instead of "configure says I'm not supported :-(") CVS patchset: 941 CVS date: 2001/11/03 20:34:59
2001-11-02Wrong version !!.Daniel Caujolle-Bert
CVS patchset: 932 CVS date: 2001/11/02 16:51:16
2001-11-02bumped versionHeiko Schaefer
CVS patchset: 930 CVS date: 2001/11/02 10:13:35
2001-11-01Fixed new version.xine-0_9_3-release0.9.3Daniel Caujolle-Bert
CVS patchset: 928 CVS date: 2001/11/01 21:42:01
2001-11-01preparing for 0.9.3Guenter Bartsch
CVS patchset: 927 CVS date: 2001/11/01 18:32:08
2001-11-01enable autoconfig for dxr3enc pluginMike Lampard
CVS patchset: 926 CVS date: 2001/11/01 15:31:34
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09