summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
AgeCommit message (Collapse)Author
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
2002-04-14link syncfb plugin with X11 librariesEwald Snel
CVS patchset: 1720 CVS date: 2002/04/14 18:07:47
2002-03-26Adapted to interface 5.Matthias Hopf
Almost a complete rewrite, though. Actually working fine now :) CVS patchset: 1638 CVS date: 2002/03/26 19:43:42
2002-03-25framebuffer driver resurrectedMiguel Freitas
CVS patchset: 1631 CVS date: 2002/03/25 03:08:38
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-24scr unregister patch from Michael Roitzsch, buffer mem release fix, ↵Guenter Bartsch
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one CVS patchset: 1626 CVS date: 2002/03/24 14:15:36
2002-03-18video_out_syncfb.c now compiles... doesn't work yet thoughRich J Wareham
CVS patchset: 1585 CVS date: 2002/03/18 11:01:07
2002-03-17Simple fix to (I think) make FB work againRich J Wareham
CVS patchset: 1579 CVS date: 2002/03/17 16:53:24
2002-03-08Reenable AAlib output.Daniel Caujolle-Bert
CVS patchset: 1544 CVS date: 2002/03/08 13:05:42
2002-02-25DirectFB output plugin changedRich J Wareham
CVS patchset: 1517 CVS date: 2002/02/25 10:32:53
2002-02-25*phew* Xv video output driver works now, zoom feature has been stripped down ↵Guenter Bartsch
a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible) CVS patchset: 1516 CVS date: 2002/02/25 01:23:41
2002-02-24makefile cleanup, pause frame fixed for xshm, beginning to work on xv outputGuenter Bartsch
CVS patchset: 1512 CVS date: 2002/02/24 00:43:02
2002-02-16beginning of video_out_driver changesGuenter Bartsch
- driver will ask gui for output size on every frame - shm driver has a seperate yuv2rgb converter instance for every frame - all drivers disabled except xshm, until they're fixed I'm planning to introduce a queue of video_out_events in video_out.c, so events are delivered by video_out_loop which means that all driver functions are called from the same thread (no locking necessary, should help the opengl driver) CVS patchset: 1499 CVS date: 2002/02/16 22:43:24
2002-02-02Added a new DirectFB output plugin (experimental)Rich J Wareham
CVS patchset: 1470 CVS date: 2002/02/02 17:05:43
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-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-17SDL video out driverMiguel Freitas
CVS patchset: 1417 CVS date: 2002/01/17 02:35:20
2002-01-11video_out driver for linux framebuffer deviceMiguel Freitas
CVS patchset: 1390 CVS date: 2002/01/11 19:07:53
2001-11-03Replacing the old syncfb plugin with a totally reworked version. Also fixedMatthias Dahl
a bug within the XF86VidMode support that could crash XINE (no punishment please *grin*). CVS patchset: 933 CVS date: 2001/11/03 00:13:11