summaryrefslogtreecommitdiff
path: root/src/dxr3/Makefile.am
AgeCommit message (Collapse)Author
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
The problem arises because of inconsistent usage of libdvdread's functions regarding NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions, but they used to have private copies of the relevant files of libdvdread. These do not work any more now, since the internal layout of NAV packets in libdvdread changed lately. So we should always use the functions from current libdvdread. Please note that highlights might not work yet. The next step will be to sync libdvdnav. Stay tuned. CVS patchset: 4371 CVS date: 2003/03/08 14:11:52
2003-03-02nicer linkingMichael Roitzsch
CVS patchset: 4316 CVS date: 2003/03/02 09:33:36
2003-02-17libfame cflag fixMichael Roitzsch
CVS patchset: 4182 CVS date: 2003/02/17 14:58:40
2003-01-11I almost forgot...Michael Roitzsch
CVS patchset: 3869 CVS date: 2003/01/11 11:36:51
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-08-24linking fixesMichael Roitzsch
CVS patchset: 2507 CVS date: 2002/08/24 10:01:32
2002-08-18fix conditional X11 linking for older automake versionsMichael Roitzsch
CVS patchset: 2471 CVS date: 2002/08/18 13:43:13
2002-08-17finally (nearly) full overlay functionality for the dxr3 by doing spuMichael Roitzsch
encoding to place overlays over mpeg playback CVS patchset: 2469 CVS date: 2002/08/17 14:30:09
2002-08-11(hopefully) make dxr3 compile without X11Michael Roitzsch
CVS patchset: 2429 CVS date: 2002/08/11 13:22:55
2002-06-28/usr/src/linux is not needed as an include pathMichael Roitzsch
In fact, it causes problems when users have an old em8300.h file in their kernel tree. CVS patchset: 2171 CVS date: 2002/06/28 16:50:27
2002-05-24- dxr3 cleanup from Michael Roitzsch <amalthea@freenet.de>Miguel Freitas
- audio fifo size adjust CVS patchset: 1937 CVS date: 2002/05/24 22:09:44
2002-05-06Some clean ups and adjustments submitted by Michael Roitzsch ↵James Courtier-Dutton
<amalthea@freenet.de> CVS patchset: 1856 CVS date: 2002/05/06 11:26:37
2002-05-02Small re-org to some dxr3 code.James Courtier-Dutton
CVS patchset: 1834 CVS date: 2002/05/02 14:33:30
2002-04-29Fix 'make dist', all files are included in tarball now.Daniel Caujolle-Bert
CVS patchset: 1809 CVS date: 2002/04/29 21:05:40
2002-04-29Make dxr3 compile from the "make dist" sources.James Courtier-Dutton
CVS patchset: 1807 CVS date: 2002/04/29 20:14:45
2002-04-28Add some files which were left out of the "make dist" for the dxr3.James Courtier-Dutton
CVS patchset: 1804 CVS date: 2002/04/28 23:55:57
2002-04-04latest dxr3 patches from Michael Roitzsch and Zoltan BoszormenyiMiguel Freitas
It adresses the following issues: * the dxr3 now handles overlays * dxr3 video decoder priority is now customizable, this way the user can choose between hardware decoding and libmpeg2 decoding (because overlays don't work with hardware decoding) * I hope I finally got the dxr3 playmode handling right CVS patchset: 1673 CVS date: 2002/04/04 00:08:36
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
2002-03-07Improvements to dxr3 support.James Courtier-Dutton
Added some nav packet decoding to help menus disappear. by Michael Roitzsch CVS patchset: 1542 CVS date: 2002/03/07 13:33:44
2002-01-13Half way to a fix for aaxine and dxr3.James Courtier-Dutton
CVS patchset: 1396 CVS date: 2002/01/13 15:30:39
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-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-02switched to librte for mpeg encoding from the zapping projectHarm van der Heijden
(zapping.sf.net). librte is a wrapper for the mp1e backend. This works very well. I'm considering throwing out support for libfame (current default) and libffmpeg to be able to clean up the code. It's now a tangled mess of defines... Read the comments at the top of dxr3_vo_encoder.c to find out how to enable librte. CVS patchset: 1161 CVS date: 2001/12/02 21:14:51
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-07breakup of dxr3 videoout plugin to allow for easier syncronisation ofMike Lampard
encoding and standard plugins CVS patchset: 979 CVS date: 2001/11/07 12:30:54
2001-11-01enable autoconfig for dxr3enc pluginMike Lampard
CVS patchset: 926 CVS date: 2001/11/01 15:31:34
2001-10-29added support for encoding mpeg1 with libavcodec from ffmpeg.Harm van der Heijden
Doesn't work with xine's ffmpeg sources and needs some improving anyhow. CVS patchset: 913 CVS date: 2001/10/29 23:33:30
2001-10-27- added dxr3 mpeg1 encoding vo driver. Based on Mike Lampard's work,Harm van der Heijden
this version is functional without other changes to xine sources. See comments in source for features and TODO. - very much an alpha version; you must manually enable compilation in Makefile.am (see comments there) CVS patchset: 893 CVS date: 2001/10/27 15:50:34
2001-10-24removing remainging recursive dynamic lib linkingGuenter Bartsch
CVS patchset: 875 CVS date: 2001/10/24 13:45:27
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
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
2001-08-08Added the X_CFLAGS in order to allow compiling on systemsEduard Hasenleithner
where no /usr/include/X11 exists. CVS patchset: 403 CVS date: 2001/08/08 23:55:28
2001-07-31Overlay should now work with Xinerama too.Eduard Hasenleithner
CVS patchset: 374 CVS date: 2001/07/31 17:41:32
2001-07-26New Feature: Hardware overlay in xine output windowEduard Hasenleithner
CVS patchset: 354 CVS date: 2001/07/26 16:03:10
2001-07-25Removed the --with-dxr3-path argument and added --disable-dxr3.Eduard Hasenleithner
Did some cosmetic stuff too. CVS patchset: 347 CVS date: 2001/07/25 15:03:14
2001-07-24Change DXR3 checkings. Some cosmetic changes.Daniel Caujolle-Bert
CVS patchset: 339 CVS date: 2001/07/24 15:02:05
2001-07-22Moved check for dxr3 to _xine.m4.Eduard Hasenleithner
Made the linux path accessible. CVS patchset: 319 CVS date: 2001/07/22 10:58:32
2001-07-20Initial commit of the dxr3/hw+ hardware decoder plugin.Eduard Hasenleithner
CVS patchset: 312 CVS date: 2001/07/20 17:28:21