Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-12 | Mistakenly disabled some code I shouldn't have in the previous revision. Now ↵ | Robin KAY | |
fixed. CVS patchset: 5274 CVS date: 2003/08/12 00:43:48 | |||
2003-08-11 | Cleaned up code. Removed support for XINE_VISUAL_TYPE_FB. Added support for ↵ | Robin KAY | |
double buffering if sufficient video memory is available. CVS patchset: 5273 CVS date: 2003/08/11 22:19:33 | |||
2003-08-09 | bleh to "//" | Bastien Nocera | |
CVS patchset: 5263 CVS date: 2003/08/09 22:44:09 | |||
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-04 | support for arbitrary aspect ratios | Miguel Freitas | |
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09 | |||
2003-08-04 | vo for libstk | Miguel Freitas | |
CVS patchset: 5240 CVS date: 2003/08/04 02:31:07 | |||
2003-08-04 | patch from matthias | Miguel Freitas | |
CVS patchset: 5237 CVS date: 2003/08/04 02:14:12 | |||
2003-07-20 | fix G400 chroma bug | James Stembridge | |
CVS patchset: 5202 CVS date: 2003/07/20 20:07:39 | |||
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch | |
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13 | |||
2003-06-15 | Properly deinterlace YUY2 frames. | Robin KAY | |
CVS patchset: 5051 CVS date: 2003/06/15 20:04:35 | |||
2003-06-15 | Remove linear blend deinterlacer from video_out_pgx64. Add C implementation ↵ | Robin KAY | |
of linear blend deinterlacer to tvtime post plugin. CVS patchset: 5047 CVS date: 2003/06/15 11:44:57 | |||
2003-05-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas | |
img->displayed is obsolete now, drivers should use img->free. CVS patchset: 4994 CVS date: 2003/05/31 18:33:28 | |||
2003-05-26 | - quiet xv plugin | Bastien Nocera | |
CVS patchset: 4943 CVS date: 2003/05/26 11:35:52 | |||
2003-05-26 | - quieter adpcm plugin and xshm one | Bastien Nocera | |
CVS patchset: 4942 CVS date: 2003/05/26 11:33:01 | |||
2003-05-14 | These are part of the old video out API and should not be needed any longer | Michael Roitzsch | |
CVS patchset: 4845 CVS date: 2003/05/14 16:27:22 | |||
2003-05-14 | as 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-05-14 | force redraw when drawable changes | Miguel Freitas | |
CVS patchset: 4843 CVS date: 2003/05/14 16:17:20 | |||
2003-05-12 | Cleaned up console output | Robin KAY | |
CVS patchset: 4830 CVS date: 2003/05/12 07:07:12 | |||
2003-05-07 | DVD play sort of works on Win32. Also added a couple more plugings to the ↵ | Tim Champagne | |
Win32 build. CVS patchset: 4795 CVS date: 2003/05/07 17:54:18 | |||
2003-05-04 | Fix annoying XVideo lockup (probably another bug in the X11 library) | Ewald Snel | |
CVS patchset: 4761 CVS date: 2003/05/04 10:09:34 | |||
2003-05-02 | make sure colour keying is turned off for frame buffer output | James Stembridge | |
CVS patchset: 4747 CVS date: 2003/05/02 01:10:10 | |||
2003-05-02 | only need to set this once | James Stembridge | |
CVS patchset: 4746 CVS date: 2003/05/02 01:07:15 | |||
2003-05-02 | remove option for disabling colour keying as there's no good reason for ↵ | James Stembridge | |
wanting to do that CVS patchset: 4745 CVS date: 2003/05/02 00:54:21 | |||
2003-05-02 | add support for rgb intensity controls | James Stembridge | |
CVS patchset: 4744 CVS date: 2003/05/02 00:46:20 | |||
2003-05-02 | Set colour key control registers in same way that gatos and windows drivers do | James Stembridge | |
CVS patchset: 4743 CVS date: 2003/05/02 00:17:18 | |||
2003-05-02 | remove unused variable | James Stembridge | |
CVS patchset: 4742 CVS date: 2003/05/02 00:09:22 | |||
2003-05-01 | 24 and 32 bpp settings are the same so collapse into single case | James Stembridge | |
CVS patchset: 4741 CVS date: 2003/05/01 23:52:02 | |||
2003-05-01 | fix unwanted fall through in select | James Stembridge | |
CVS patchset: 4740 CVS date: 2003/05/01 23:49:52 | |||
2003-05-01 | According to gatos (and as suspected) r100 colour keying is no different | James Stembridge | |
CVS patchset: 4739 CVS date: 2003/05/01 23:39:16 | |||
2003-05-01 | workaround for some mobility chips reporting zero ram size (from mplayer) | James Stembridge | |
CVS patchset: 4733 CVS date: 2003/05/01 14:23:38 | |||
2003-04-30 | fix crash when resolution changes with certain deinterlace methods enabled | Miguel Freitas | |
CVS patchset: 4731 CVS date: 2003/04/30 22:14:59 | |||
2003-04-24 | - just don't deinterlace when the method is not supported, rather than ↵ | Bastien Nocera | |
silently slowing down xine with memcpy's CVS patchset: 4672 CVS date: 2003/04/24 17:39:04 | |||
2003-04-23 | fix yv12->yuy2 conversion | James Stembridge | |
CVS patchset: 4657 CVS date: 2003/04/23 10:49:48 | |||
2003-04-23 | calculate hardware pitches depending on output rather than input image format | James Stembridge | |
CVS patchset: 4656 CVS date: 2003/04/23 10:46:00 | |||
2003-04-23 | Few more small changes for win32/msvc port | Tim Champagne | |
CVS patchset: 4652 CVS date: 2003/04/23 00:28:04 | |||
2003-04-22 | Additional changes for win32/msvc port; This is my first real commit so ↵ | Tim Champagne | |
please be gentle with me; Everything builds except for the win32 ui CVS patchset: 4650 CVS date: 2003/04/22 23:30:29 | |||
2003-04-22 | Adding a couple of files missing files for the Win32/msvc port (audio and ↵ | Tim Champagne | |
video directx) CVS patchset: 4648 CVS date: 2003/04/22 20:09:38 | |||
2003-04-16 | die completion events, die die die | Miguel Freitas | |
i fell stupid: how didn't i realized before that handling completion events was not needed? the only trick is to call XSync after drawing! this not only improves smoothness and schedulability issues but also moves the frame dropping to video_out.c were they can be accounted properly. not to mention it makes frontend programming a lot easier. CVS patchset: 4621 CVS date: 2003/04/16 11:30:13 | |||
2003-04-12 | simpler handling of handling output window changes | James Stembridge | |
CVS patchset: 4595 CVS date: 2003/04/12 16:43:48 | |||
2003-04-12 | fix video ram stride calculation for yuy2 | James Stembridge | |
CVS patchset: 4591 CVS date: 2003/04/12 13:02:30 | |||
2003-04-09 | now uses generic framebuffer device name and checks real_type | Robin KAY | |
CVS patchset: 4581 CVS date: 2003/04/09 21:47:35 | |||
2003-04-03 | rearrange code handling framebuffer registers | Robin KAY | |
CVS patchset: 4538 CVS date: 2003/04/03 21:30:25 | |||
2003-03-31 | libdl don't exist on all system | Daniel Caujolle-Bert | |
CVS patchset: 4516 CVS date: 2003/03/31 07:48:38 | |||
2003-03-19 | clear all memory on frame size change to avoid artefacts from previous | Stefan Holst | |
streams. CVS patchset: 4449 CVS date: 2003/03/19 15:29:27 | |||
2003-03-19 | fb_visual_t for fb video driver, enable frame_output_cb in that driver. | Stefan Holst | |
CVS patchset: 4448 CVS date: 2003/03/19 01:11:12 | |||
2003-03-18 | - add many more locks for the Xv driver when needed, should fix some problems | Bastien Nocera | |
with async replies in Totem (hopefully) CVS patchset: 4447 CVS date: 2003/03/18 23:41:48 | |||
2003-03-16 | fix segfault when no vidix driver is found | James Stembridge | |
CVS patchset: 4433 CVS date: 2003/03/16 22:28:14 | |||
2003-03-14 | libvidix uses libdl | James Stembridge | |
CVS patchset: 4420 CVS date: 2003/03/14 22:40:25 | |||
2003-03-14 | simpler solution to not loading mga_crtc2_vid with g200 and don't print ↵ | James Stembridge | |
message when card not found CVS patchset: 4419 CVS date: 2003/03/14 22:36:01 | |||
2003-03-14 | Only probe driver files with a .so extension | James Stembridge | |
CVS patchset: 4417 CVS date: 2003/03/14 21:18:09 |