Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | Fix video driver crash when accessing unsupported properties | Torsten Jager | |
2012-01-12 | Added const | Petri Hintukainen | |
2012-01-12 | Hide "warning: cast from pointer to integer of different size" | Petri Hintukainen | |
2011-12-16 | Added missing const | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-03-02 | Recognize changes of cropping parameters within a frame and trigger ↵ | Andreas Auras | |
recalculation of displayed window. This issue comes up when a post plugin only changes the cropping parameters of a frame without changing width, height or ratio of the frame. | |||
2010-04-08 | Add support for Xv gamma adjustment. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2008-12-28 | Report when defaulting due to the requested Xv port type not being available. | Darren Salt | |
2008-12-28 | Fix up Xv textured video selection for use with drivers for nvidia gfx hw. | Darren Salt | |
These drivers use "NV* Video Texture" instead of "* Textured Video". | |||
2008-12-28 | Centralise some Xv-related static string array declarations. | Darren Salt | |
2008-12-28 | Fix xcbxv Xv port fallback (was failing to find an Xv port). | Darren Salt | |
2008-12-27 | Recognise XV_BICUBIC for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Recognise XV_VSYNC == XV_SYNC_TO_BLANK for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Clean up Xv attribute-setting functions; fix a related off-by-one (xcbxv). | Darren Salt | |
--HG-- extra : transplant_source : %A0%EE%CC%FA%D3%AF2%8B%96%1F%B1%8E%00%01%96%8E%9E%AC%93Y | |||
2008-12-20 | Remove unused variable. | Diego E. 'Flameeyes' Pettenò | |
2008-08-13 | Apply the deinterlacer size fix to the XCB Xv plugin. | Darren Salt | |
2008-03-10 | Add Xv port selection by type (overlay or textured video). | Darren Salt | |
This uses the adapter names reported by the X 2D graphics driver. (Transplanted from 8c06e053c6dbb2f31c004f6eb615ebbf3f67d667) | |||
2008-02-25 | When auto-detecting Xv ports, prefer port nos. >= configured. | Darren Salt | |
(Transplanted from f03669a2395d97a3e40615db1089af084a69d299) | |||
2008-02-02 | Move more shared Xv config desc. & help strings; add new location to POTFILES. | Darren Salt | |
(Transplanted from 574fefcee8b1b6456fd8dc9c06191cf4622f07eb) | |||
2008-02-02 | Handle invalid port nos. properly (avoids a possible xcbxv segfault). | Darren Salt | |
(Transplanted from 378582ca7b95e634cb0b04b714df0170b60688b3) | |||
2008-02-02 | Convert the plain Xv plugins to use the new header file. | Darren Salt | |
Also, a few trivial constness cleanups. (Transplanted from 83c85e349d6d09b06faa6d34c090038d7bd1ac81) | |||
2008-02-01 | Add Xv port selection to the XCB xv plugin. | Darren Salt | |
(Transplanted from b2dd043f187b6332248fd58410ffebf7e7727aeb) | |||
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò | |
The xine_xmalloc() function is going to be deprecated, as its behaviour is rarely needed as such, and it's thus misused. With this, almost all uses of xine_xmalloc() with static size (for instance the value returned by sizeof()) or with a size that is guaranteed not to be zero (like strlen()+1) are replaced with calls to either calloc(1, ...) or malloc(). malloc() is used whenever the allocated memory is going to be immediately overwritten, while calloc() is used in every other case, as it sets the whole memory area to zero. --HG-- extra : transplant_source : %8F%98%EC%02%1E%83%F0s%06X%83C%205Y%80%B12%CC%E1 | |||
2008-02-17 | nvidia driver uses XV_SYNC_TO_VBLANK attribute, not XV_DOUBLE_BUFFER as xine ↵ | Miguel Freitas | |
expected. add code to set this attribute from xine and mention nvidia-settings, since the user may need to select a sync device as well. | |||
2007-10-08 | Revert cheating invalid frame sizes after fixed frame allocation (continued). | Reinhard Nißl | |
These cheats where hiding a frame allocation bug in FFmpeg decoder which was previously fixed. (transplanted from c7cc5ff1e184791683ba13bdc54c53b5887e6587) --HG-- extra : transplant_source : %C7%CC_%F1%E1%84y%16%83%BA%13%BD%C5LS%B5%88%7Ee%87 | |||
2007-12-27 | Add VO_PROP_OUTPUT_* to some other video output drivers (where trivial). | Darren Salt | |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt | |
Some instances of "key colour" remain; ffmpeg is unmodified. This change has caused two strings with two translations to collide (the strings have become identical since some instances already used "colour"). I have therefore arbitrarily dropped the first of the differing translations, the one for the string at src/video_out/video_out_directfb.c:1365. | |||
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt | |
--HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB | |||
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò | |
For contributed code, leave whatever the version we last synced for is using to make simpler future syncs. | |||
2007-08-12 | Add a few missing "\n"s. | Darren Salt | |
2007-06-15 | fix possible crash in xcbxv output plugin | "Christoph Pfister" | |
A null pointer dereference happens if reading a xv port attribute (which has been reported as readable) fails. This issue exists for example with proprietary (and a bit buggy ...) ati drivers; nevertheless it shouldn't cause a segmentation fault (the non-xcb version simply stores an unitialised value). This patches solves the issue in a clean way for both branches. Fixes debian bug #428612 :-) | |||
2007-06-01 | Port Simon Farnsworth's xv deinterlacing fix to xcbxv. | Darren Salt | |
2007-04-14 | Remove #ifdef wrappers from the Xv & XcbXv plugins. Allows XcbXv to be built. | Darren Salt | |
2007-03-29 | Reorder to fill hole. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8770 CVS date: 2007/03/29 18:58:21 | |||
2007-03-25 | Create at least a 1×1 shared image when the first frame is skipped (and ↵ | Diego 'Flameeyes' Pettenò | |
thus reported as 0×0), to avoid disabling shared memory for all others. Patch by Reinhard Nissl. CVS patchset: 8748 CVS date: 2007/03/25 23:13:53 | |||
2007-03-25 | Fix messages for video out modules. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8746 CVS date: 2007/03/25 23:07:23 | |||
2007-02-19 | Fix building with LOG enabled by changing an the Xlib constant XvPacked into ↵ | Diego 'Flameeyes' Pettenò | |
the proper XCB enum. CVS patchset: 8599 CVS date: 2007/02/19 22:22:32 | |||
2007-02-15 | Properly repaint the whole surface during expose events. Patch by Christoph ↵ | Diego 'Flameeyes' Pettenò | |
Pfister. CVS patchset: 8596 CVS date: 2007/02/15 18:26:55 | |||
2007-02-15 | Commit the XCB output plugins by Christoph Pfister after testing on Gentoo ↵ | Diego 'Flameeyes' Pettenò | |
packages for about ten days. CVS patchset: 8595 CVS date: 2007/02/15 15:19:32 |