summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
2002-03-08Reenable AAlib output.Daniel Caujolle-Bert
CVS patchset: 1544 CVS date: 2002/03/08 13:05:42
2002-03-07Small clean up.James Courtier-Dutton
From Michael Roitzsch CVS patchset: 1541 CVS date: 2002/03/07 13:26:15
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
---------------------------------------------------------------------- CVS patchset: 1539 CVS date: 2002/03/05 22:31:06
2002-03-01memleak fixes from ewald snelGuenter Bartsch
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
2002-03-01another zoom patch from Thibaut MATTERNGuenter Bartsch
CVS patchset: 1534 CVS date: 2002/03/01 09:23:21
2002-02-28aspect ratio change in fullscreen mode hopefully fixedGuenter Bartsch
CVS patchset: 1533 CVS date: 2002/02/28 18:32:57
2002-02-27Fixed datatype.Daniel Caujolle-Bert
CVS patchset: 1532 CVS date: 2002/02/27 20:23:41
2002-02-27Include bsd headers only in bsd.Daniel Caujolle-Bert
CVS patchset: 1531 CVS date: 2002/02/27 19:40:29
2002-02-27bsd include file fixGuenter Bartsch
CVS patchset: 1527 CVS date: 2002/02/27 11:42:39
2002-02-27patch from Thibaut MATTERN, removes height hack and another onefield fixGuenter Bartsch
CVS patchset: 1526 CVS date: 2002/02/27 08:54:14
2002-02-26yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>Guenter Bartsch
CVS patchset: 1523 CVS date: 2002/02/26 22:53:58
2002-02-26onefield / zoom patches from thibaut matternGuenter Bartsch
CVS patchset: 1522 CVS date: 2002/02/26 21:50:42
2002-02-26allocate frame data memory depending on colorspace formatGuenter Bartsch
CVS patchset: 1521 CVS date: 2002/02/26 21:41:41
2002-02-26Fix segfault with Xv and remote display.Daniel Caujolle-Bert
CVS patchset: 1520 CVS date: 2002/02/26 00:55:34
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-24clean black bars on window/frame size changeGuenter Bartsch
CVS patchset: 1513 CVS date: 2002/02/24 15:14:39
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-18VO_PROP_MAX_NUM_FRAMES, expose event handlingGuenter Bartsch
CVS patchset: 1509 CVS date: 2002/02/18 17:30:38
2002-02-18cleanup/added debug messages, small metronom fixGuenter Bartsch
CVS patchset: 1508 CVS date: 2002/02/18 15:55:44
2002-02-18new deinterlacing method (linear blend).Miguel Freitas
CVS patchset: 1504 CVS date: 2002/02/18 02:05:06
2002-02-17more bugfixes, I can now see video using xshm :-)Guenter Bartsch
CVS patchset: 1502 CVS date: 2002/02/17 15:53:28
2002-02-17each frame has an id for debugging purposes now; xshm driver can at least ↵Guenter Bartsch
display the logo without crashing now :-) CVS patchset: 1501 CVS date: 2002/02/17 00:06:58
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-10Yet again things were pulled from under my feet.. removed references to ↵Rich J Wareham
IMGFMT_RGB CVS patchset: 1491 CVS date: 2002/02/10 12:42:49
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-02-04First attempt at making DirectFB output use a layer rather than surfaceRich J Wareham
CVS patchset: 1473 CVS date: 2002/02/04 17:25:52
2002-02-02Added YUY2 supportRich J Wareham
CVS patchset: 1471 CVS date: 2002/02/02 23:37:18
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-24video_out will take care of logo display now ... video_out needs more work ↵Guenter Bartsch
btw, duration per frame and still frame detection in libmpeg2 are top items on my todo-list now CVS patchset: 1449 CVS date: 2002/01/24 23:09:53
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-23Fix Menu overlay button colours.James Courtier-Dutton
CVS patchset: 1441 CVS date: 2002/01/23 00:15:43
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-22cr and cb swappedMiguel Freitas
CVS patchset: 1438 CVS date: 2002/01/22 02:13:55
2002-01-22- small w32codec bugfixesMiguel Freitas
- remove (hopefully) unneeded memcpy - fix SDL capabilities - add fb and SDL warnings CVS patchset: 1436 CVS date: 2002/01/22 01:43:13
2002-01-21Use our own xine_setenv, for systems that don't have "setenv" in libcJuergen Keil
CVS patchset: 1434 CVS date: 2002/01/21 09:54:03
2002-01-18small fix to alphablendMiguel Freitas
CVS patchset: 1423 CVS date: 2002/01/18 13:50:35
2002-01-18Try to fix some bleeding in the menus.James Courtier-Dutton
CVS patchset: 1422 CVS date: 2002/01/18 02:32:31
2002-01-17SDL video out driverMiguel Freitas
CVS patchset: 1417 CVS date: 2002/01/17 02:35:20
2002-01-16New blend_yuv routine.James Courtier-Dutton
This should fix menus on DVDs like Stargate, latest edition, R2 Big trouble in little China (bonus disk) Still need to modify blend_yuy2, and all rgb blends. CVS patchset: 1415 CVS date: 2002/01/16 00:54:34
2002-01-15Made changes to fix clut on yuv2rgb, similar to XShm, but cannot test it.James Courtier-Dutton
CVS patchset: 1413 CVS date: 2002/01/15 20:39:39
2002-01-15Fix XShm menu and spu colours.James Courtier-Dutton
CVS patchset: 1412 CVS date: 2002/01/15 20:35:24
2002-01-15Beginning of overlay highlights correction work.James Courtier-Dutton
XV colours look good, XShm colours do not. CVS patchset: 1411 CVS date: 2002/01/15 20:22:43
2002-01-13Fix a few compile warnings.James Courtier-Dutton
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48
2002-01-11small hint about fbsetMiguel Freitas
CVS patchset: 1392 CVS date: 2002/01/11 19:45:47
2002-01-11video_out driver for linux framebuffer deviceMiguel Freitas
CVS patchset: 1390 CVS date: 2002/01/11 19:07:53
2002-01-10Forgot to update xine.h.tmpl.in with the new video_out api.James Courtier-Dutton
CVS patchset: 1384 CVS date: 2002/01/10 15:31:26
2002-01-09video_driver api changed.James Courtier-Dutton
dxr3 decoder only functions if the dxr3 video_out driver loaded. xine_t changed. CVS patchset: 1381 CVS date: 2002/01/09 22:33:03
2002-01-05XV_DOUBLE_BUFFER support, missing header on libspudec makefileMiguel Freitas
CVS patchset: 1339 CVS date: 2002/01/05 13:49:30