summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2004-05-08fix .po install with new automakeDaniel Caujolle-Bert
CVS patchset: 6501 CVS date: 2004/05/08 20:19:45
2004-05-05make it possible for the CDDA plugin to give away Musicbrainz CD Index IDBastien Nocera
base64.[ch] are now relicensed under the GNU General Public License as per section 3 of the GNU Less General Public License sha1.[ch] are still under a public domain license, see headers for details CVS patchset: 6485 CVS date: 2004/05/05 09:11:38
2004-05-02finally removing the unmaintained libdivx4, libmpg123 and libxvid decodersMichael Roitzsch
CVS patchset: 6478 CVS date: 2004/05/02 19:49:52
2004-04-29Test for libdga needs to specifiy the library path.Robin KAY
CVS patchset: 6461 CVS date: 2004/04/29 19:58:28
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these ↵Robin KAY
routines as well as the recently synced ffmpeg tree. CVS patchset: 6454 CVS date: 2004/04/28 00:38:08
2004-04-27gcc 3.4 has renamed mcpu to mtune.Daniel Caujolle-Bert
CVS patchset: 6451 CVS date: 2004/04/27 17:50:54
2004-04-25rc4 preparationsMiguel Freitas
CVS patchset: 6438 CVS date: 2004/04/25 22:21:41
2004-04-25ffmpeg syncMiguel Freitas
CVS patchset: 6437 CVS date: 2004/04/25 18:57:04
2004-04-25Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses ↵Robin KAY
the appropriate overlay type automatically. Misc changes. CVS patchset: 6434 CVS date: 2004/04/25 15:05:22
2004-04-16video_out_pgx32 now properly clips video output. video_out_pgx64 now ↵Robin KAY
disables overlay when fully occluded, fixed displaying some frames out of order when multi-buffering. Added missing X lock. Misc changes. CVS patchset: 6409 CVS date: 2004/04/16 12:16:50
2004-04-11update vcd libsMiguel Freitas
CVS patchset: 6389 CVS date: 2004/04/11 12:21:34
2004-04-07release preparationsSiggi Langauf
CVS patchset: 6340 CVS date: 2004/04/07 17:55:02
2004-03-16release preparations...Siggi Langauf
CVS patchset: 6277 CVS date: 2004/03/16 21:36:08
2004-03-14revise the codec listMike Melanson
CVS patchset: 6258 CVS date: 2004/03/14 21:32:08
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11
2004-03-07made libtool-nofpic silent (again!). WTH is this regexp!?Daniel Caujolle-Bert
CVS patchset: 6230 CVS date: 2004/03/07 20:32:17
2004-03-05properly use AC_HELP_STRING, properly use $enableval for AC_ARG_ENABLEMichael Roitzsch
CVS patchset: 6217 CVS date: 2004/03/05 16:34:32
2004-03-03* use AC_HELP_STRING for the configure options (should do the same in all ↵Michael Roitzsch
the m4's) * use $enableval and $withval properly, because users can pass --disable-something as well as --enable-something and they should behave differently * remove the superfluous x86_64 case branch, because there is already one further above, so the second one would never be reached CVS patchset: 6208 CVS date: 2004/03/03 19:52:53
2004-03-01Via Ezra detection.Thibaut Mattern
Patch from Yann Vernier (yann at algonet dot se) CVS patchset: 6200 CVS date: 2004/03/01 21:14:33
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-28New caca video output plugin - color ASCII art.František Dvořák
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
2004-02-20build dxr3 even on non-x86 architectures, the next release of the driverMichael Roitzsch
will work on Alpha and Sparc (thanks to Nicolas Boullis for the patch) CVS patchset: 6178 CVS date: 2004/02/20 18:15:28
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
2004-02-17PGX32 video output plugin added. More cosmetic changes to video_out_pgx64.Robin KAY
CVS patchset: 6171 CVS date: 2004/02/17 19:44:02
2004-02-16Disable syncfb plugin on platforms which don't have the kernel endpoint. ↵Robin KAY
Tweak pgx64 plugin, mainly cosmetic. CVS patchset: 6166 CVS date: 2004/02/16 23:17:05
2004-02-14Add -DEMULATE_FAST_INT to libffmpeg CFLAGS if [u]int_fastxx_t typedefs are ↵Robin KAY
not defined. CVS patchset: 6149 CVS date: 2004/02/14 00:54:03
2004-02-12* remove some unneeded AM_CONDITIONALsMichael Roitzsch
* mention the mod demuxer in the build list CVS patchset: 6131 CVS date: 2004/02/12 17:57:40
2004-02-11Amiga MOD music file demuxer from Paul Eggleton (uses the ModPlug engine).Thibaut Mattern
configure.ac and Makefile.am from Daniel I've ported the demuxer to current cvs (BUF_FLAG_FRAME_END issue), i've fixed the seeking problem and the pts computing. Tested with some .mod files, it rocks ;) Back to the amiga era ;) (you have to install the ModPlug engine first) CVS patchset: 6130 CVS date: 2004/02/11 20:40:00
2004-02-05initial commit for Sierra VMD demuxer (no audio yet)Mike Melanson
CVS patchset: 6121 CVS date: 2004/02/05 02:51:14
2004-02-01housekeeping with respect to the ffmpeg syncMike Melanson
CVS patchset: 6096 CVS date: 2004/02/01 06:08:08
2004-01-12* adding Thibaut's matroska demuxerMichael Roitzsch
* changing libtool hacking to correctly work with 1.5 (should still work with oder versions - crossing fingers) CVS patchset: 6031 CVS date: 2004/01/12 19:34:18
2004-01-04rename pl_PL.po to pl.poDaniel Caujolle-Bert
CVS patchset: 5993 CVS date: 2004/01/04 20:21:24
2004-01-03Add directx output plugins to the list of plugins.František Dvořák
CVS patchset: 5983 CVS date: 2004/01/03 20:27:28
2004-01-03some changes to build iff-demuxerManfred Tremmel
CVS patchset: 5981 CVS date: 2004/01/03 20:04:22
2004-01-01Win32 port, mainly DirectX:František Dvořák
* use DirectX under CygWin and basic auto-stuff * move some my macros in configure.ac * I don't know why, but shared directx plugins can't be linked with libdxguid.a. Used cute-hack, idea is from mplayer. Also thanks to hexedit, because I haven't sources of w32api. * Fix some warnings in vo directx and ao directx. * Decrease version of directx. It seems it still works. For compilation with DirectX under Cygwin you need header files from directx-sdk. Autoconf macros are only basic, but it works. for example: DIRECTX_CFLAGS=-I/cygrive/c/Program\ Files/Directx/include ./autogen.sh CVS patchset: 5971 CVS date: 2004/01/01 18:14:51
2004-01-01Necessary libs for libcdio and libvcd under CygWin. Probably it would beFrantišek Dvořák
needed also under mingw. CVS patchset: 5970 CVS date: 2004/01/01 18:06:59
2003-12-28a new release is due. Last tests are running...Siggi Langauf
CVS patchset: 5953 CVS date: 2003/12/28 11:02:35
2003-12-21don't check for xvid, we don't use it anymoreDaniel Caujolle-Bert
CVS patchset: 5934 CVS date: 2003/12/21 22:43:43
2003-12-19mention the raw AAC demuxerMike Melanson
CVS patchset: 5924 CVS date: 2003/12/19 05:45:06
2003-12-14version bounceSiggi Langauf
CVS patchset: 5913 CVS date: 2003/12/14 22:33:22
2003-12-07remove backtrace/printstack checksDaniel Caujolle-Bert
CVS patchset: 5862 CVS date: 2003/12/07 15:49:14
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). ↵Daniel Caujolle-Bert
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only. CVS patchset: 5860 CVS date: 2003/12/07 15:34:29
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). ↵František Dvořák
When configure won't find it, it will be used fseek() with 2 GB limit. CVS patchset: 5778 CVS date: 2003/11/24 22:52:15
2003-11-18fix inconsistencyMichael Roitzsch
CVS patchset: 5761 CVS date: 2003/11/18 20:26:42
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-05remove audio_out specific stuff from cflagsMiguel Freitas
CVS patchset: 5691 CVS date: 2003/11/05 18:34:43
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
- basename() is added to xine-utils, if it isn't found by configure - macros with variable number of arguments are simplified to ignore additional arguments (only for MSVC), lprintf macro simplified with full functionality - minor update for building a52, some preparation for ffmpeg CVS patchset: 5687 CVS date: 2003/11/04 14:38:26
2003-11-02fixing vcd checksMichael Roitzsch
CVS patchset: 5678 CVS date: 2003/11/02 18:31:50
2003-11-01big ffmpeg patchMichael Roitzsch
* do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER, which will only compile an I-frame-only MPEG1 encoder (speeds up compile time) * fix a lot of warnings in ffmpeg (a good deal of which have already been submitted to the ffmpeg project by Mike) * simplify some Makefiles CVS patchset: 5667 CVS date: 2003/11/01 18:12:53