summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
AgeCommit message (Collapse)Author
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
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-09-16software deinterlacer filter (BOB)Miguel Freitas
currently only working with Xv and MMX CVS patchset: 641 CVS date: 2001/09/16 15:14:30
2001-07-30aalib makefile patch provided by Damien ClermontéGuenter Bartsch
CVS patchset: 368 CVS date: 2001/07/30 15:47:58
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-07-10subtitle patches (esp. for XShm) from JamesGuenter Bartsch
CVS patchset: 263 CVS date: 2001/07/10 19:33:05
2001-07-05added missing header files to Makefile.amsGuenter Bartsch
CVS patchset: 255 CVS date: 2001/07/05 21:42:29
2001-07-04spu support updated (unfinished) from Jamesuid32519
CVS patchset: 250 CVS date: 2001/07/04 17:10:24
2001-07-04* mediaLib accelerated yuv2rgb conversion routines (for sparc solaris)uid56437
* fix a few compiler warnings in video_out_syncfb.c * yuv2rgb overwrites memory when vertical scale factor is exactly 2.0 (step_dy == 16384) CVS patchset: 244 CVS date: 2001/07/04 14:01:50
2001-06-14Fixed symbols resolution.Daniel Caujolle-Bert
CVS patchset: 184 CVS date: 2001/06/14 22:57:27
2001-06-14Kill the recurrent libXv.so problem with MDK.Daniel Caujolle-Bert
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for automake, to use it with libtool 1.4. CVS patchset: 183 CVS date: 2001/06/14 22:04:56
2001-06-10link libaa to aa output plugin.Daniel Caujolle-Bert
CVS patchset: 159 CVS date: 2001/06/10 23:57:57
2001-06-10introducing aalib based video outputHeiko Schaefer
CVS patchset: 157 CVS date: 2001/06/10 23:10:52
2001-06-04video_out_xshm compiles (yuv2rgb conversion not working yet), video_out_xv ↵Guenter Bartsch
bugfixes CVS patchset: 121 CVS date: 2001/06/04 15:04:11
2001-05-28syncfb for 0.5Joachim Koenig
CVS patchset: 95 CVS date: 2001/05/28 19:00:12
2001-05-28further aspect ratio fixes, begin to work on xshm driverGuenter Bartsch
CVS patchset: 90 CVS date: 2001/05/28 12:35:54
2001-05-28use thread compliant signal handling. Fixed deadlock in xine_stop().Daniel Caujolle-Bert
Fixed elementary demuxer (and perhaps mpgaudio too). Fix some code error in ac3/xine_decoder.c. CVS patchset: 87 CVS date: 2001/05/28 01:28:10
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-05-08some more video_out fixesGuenter Bartsch
CVS patchset: 71 CVS date: 2001/05/08 23:00:03
2001-04-28fixed some typos in the demuxer pluginsGuenter Bartsch
CVS patchset: 40 CVS date: 2001/04/28 21:23:04
2001-04-26Add (forgotten) libraries linking against XV plugin. Fixed wrong init callDaniel Caujolle-Bert
of vo plugins in load_plugins.c. CVS patchset: 30 CVS date: 2001/04/26 21:40:17
2001-04-24Fix some install patch (forgotten), plus nofpic builds.Daniel Caujolle-Bert
CVS patchset: 24 CVS date: 2001/04/24 21:36:31
2001-04-24Reunification of xine-lib and xine-output. Some code cleanups.Daniel Caujolle-Bert
CVS patchset: 21 CVS date: 2001/04/24 20:53:00