summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
AgeCommit message (Collapse)Author
2004-03-16video_out_pgx32 no longer needs to be linked against alphablend.o. Removed ↵Robin KAY
defunct prototype from alphablend.h. CVS patchset: 6266 CVS date: 2004/03/16 01:16:57
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-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-01-04video_out_win32.h is no longer neededMichael Roitzsch
CVS patchset: 5991 CVS date: 2004/01/04 17:46:50
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
2003-12-31Compilation under CygWin.František Dvořák
CVS patchset: 5966 CVS date: 2003/12/31 18:31:39
2003-11-26prevent 'last' empty variableDaniel Caujolle-Bert
CVS patchset: 5798 CVS date: 2003/11/26 20:32:06
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup note: support added to xv, xshm and vidix CVS patchset: 5780 CVS date: 2003/11/26 01:03:31
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
fix "make dist". Now tarball is complete. don't expect people have doc formatting tools (check for sgmltools and fig2dev). rename the spaced name file in win32 (Tim, can you check if i didn't break anything please ?). CVS patchset: 5589 CVS date: 2003/10/25 00:49:11
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
CVS patchset: 5553 CVS date: 2003/10/20 00:33:28
2003-10-19Refactor code. Rewrite chroma keying implementation.Robin KAY
CVS patchset: 5540 CVS date: 2003/10/19 03:12:47
2003-10-12replace this line (it belongs to Xv)Michael Roitzsch
CVS patchset: 5490 CVS date: 2003/10/12 18:51:08
2003-10-06- add XvMC supportMiguel Freitas
- bump vo and post interface versions obs: video_out_xvmc.c needs some more work, see todo. CVS patchset: 5459 CVS date: 2003/10/06 21:52:42
2003-09-21Add support for chroma keyed overlay graphics to video_out_pgx64 and fix ↵Robin KAY
various bugs. Fix incorrect colours when blending frame with a big-endian RGB pixel format. CVS patchset: 5406 CVS date: 2003/09/21 02:53:19
2003-08-12Disable building video_out_pgx64 if X11 isn't available.Robin KAY
CVS patchset: 5280 CVS date: 2003/08/12 14:52:49
2003-08-09- temptatively fix the directfb video output plugin, maybe it works, maybe ↵Bastien Nocera
it doesn't CVS patchset: 5262 CVS date: 2003/08/09 22:41:19
2003-08-04vo for libstkMiguel Freitas
CVS patchset: 5240 CVS date: 2003/08/04 02:31:07
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-03-14include dha code in xineplug_vo_out_vidix.so rather than each and every ↵James Stembridge
vidix driver CVS patchset: 4416 CVS date: 2003/03/14 21:07:04
2003-02-21Build vidix vo driver if we have X11 or linux framebuffer supportJames Stembridge
CVS patchset: 4224 CVS date: 2003/02/21 01:16:32
2003-02-19Fix missing mediaLib include pathRobin KAY
CVS patchset: 4202 CVS date: 2003/02/19 21:21:49
2003-02-17this should be wrong hereMichael Roitzsch
CVS patchset: 4185 CVS date: 2003/02/17 16:49:18
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
CVS patchset: 3589 CVS date: 2002/12/19 21:40:02
2002-12-13- bring syncfb back (yuy2 doesn't seem to work though)Miguel Freitas
- check for sdl support on class initialization CVS patchset: 3504 CVS date: 2002/12/13 01:03:55
2002-12-13fix sdlMiguel Freitas
CVS patchset: 3503 CVS date: 2002/12/13 00:20:11
2002-12-08bring fb driver backMiguel Freitas
CVS patchset: 3467 CVS date: 2002/12/08 23:35:45
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-11-11add none vo pluginDaniel Caujolle-Bert
CVS patchset: 3238 CVS date: 2002/11/11 19:46:24
2002-11-04Vidix is back to life.Daniel Caujolle-Bert
CVS patchset: 3193 CVS date: 2002/11/04 22:48:14
2002-10-29Updated pgx64 to newest API. Changed alphablend code to handle pitches.Robin KAY
CVS patchset: 3078 CVS date: 2002/10/29 00:36:21
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-22First attempt at re-enabling the XShm pluginJuergen Keil
CVS patchset: 2934 CVS date: 2002/10/22 16:42:24
2002-10-18Adapt AA vo plugin to new API (fully untested yet).Daniel Caujolle-Bert
CVS patchset: 2853 CVS date: 2002/10/18 20:04:24
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ↵Guenter Bartsch
caused by old plugins lying around... remove all video output plugins except xv from build process for now CVS patchset: 2836 CVS date: 2002/10/16 14:19:38
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-10-05Ported plugin to new api. Nasty bug fixed thanks to Howdy Pierce.Robin KAY
CVS patchset: 2784 CVS date: 2002/10/05 04:11:58
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-09-18Revival of AA vo plugin.Daniel Caujolle-Bert
CVS patchset: 2695 CVS date: 2002/09/18 20:58:28
2002-09-08XShm is backMichael Roitzsch
CVS patchset: 2629 CVS date: 2002/09/08 22:10:29
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-08-24linking fixesMichael Roitzsch
CVS patchset: 2507 CVS date: 2002/08/24 10:01:32
2002-08-20Link video output plugins to xine library to fix unresolved symbolsEwald Snel
(vo_scale_init, XGetWindowAttributes) CVS patchset: 2497 CVS date: 2002/08/20 22:55:35
2002-08-16PGX64 video out driver addedRobin KAY
CVS patchset: 2463 CVS date: 2002/08/16 14:56:42
2002-07-22Build fixes for DirectFBRich J Wareham
CVS patchset: 2339 CVS date: 2002/07/22 17:48:40
2002-07-16Fix unresolved symbols and replace duplicate code in video output pluginsEwald Snel
CVS patchset: 2295 CVS date: 2002/07/16 19:33:36
2002-06-01Add vidix/libdha from mplayerxp and Miguel's video ouput vidix.Daniel Caujolle-Bert
CVS patchset: 1976 CVS date: 2002/06/01 14:08:36
2002-05-13SDL should be usable againMiguel Freitas
CVS patchset: 1873 CVS date: 2002/05/13 02:42:11
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
CVS patchset: 1745 CVS date: 2002/04/20 14:02:45