Age | Commit message (Expand) | Author |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
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 |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-06 | [PATCH] video_out_fb crash | Steve Freeland |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-09-25 | move alphablend to core | Miguel Freitas |
2005-09-24 | - rename all clip_top, clip_left, clip_color... to hili_xxxx. that | Miguel Freitas |
2005-09-05 | Fixing broken build. Sorry. | Matthias Hopf |
2005-09-05 | Unified behavior of yuv2rgb brightness/contrast/saturation. | Matthias Hopf |
2005-08-28 | Set up the framebuffer palette. | Darren Salt |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-24 | patch to further improve overlay blending and to elimiate static variables | Michael Roitzsch |
2004-10-09 | two more plugins for the centralized scaling option | Michael Roitzsch |
2004-09-22 | - added cropping capability (thanks James Stembridge) | Miguel Freitas |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-26 | * new unscaled overlay feature (using XShape extension) | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-23 | cleanup in video_out.h | Michael Roitzsch |
2003-10-22 | Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi... | Robin KAY |
2003-10-06 | - add XvMC support | Miguel Freitas |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-05-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas |
2003-03-19 | clear all memory on frame size change to avoid artefacts from previous | Stefan Holst |
2003-03-19 | fb_visual_t for fb video driver, enable frame_output_cb in that driver. | Stefan Holst |
2003-02-02 | Add support for brightness, saturation, contrast (not functional yet) | Ewald Snel |
2003-01-31 | - MAX_PREVIEW_SIZE = 4096 | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-08 | bring fb driver back | Miguel Freitas |
2002-12-06 | - update api version, adding new "copy_called" flag. | Miguel Freitas |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-09-05 | make all the plugin init functions static | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-23 | - update framebuffer driver to use scaling helper. this is the last one of | Miguel Freitas |
2002-08-10 | syncing my local tree: | Miguel Freitas |
2002-07-15 | Add 'pitch' support to video decoders (pitch != width) | Ewald Snel |
2002-07-10 | handle freshly introduced pan&scan aspect like anamorphic aspect | Michael Roitzsch |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-05-06 | - remove deprecated zoom_mpeg1 (resizing policies are ui's job now) | Miguel Freitas |
2002-03-25 | framebuffer driver resurrected | Miguel Freitas |
2002-03-17 | Simple fix to (I think) make FB work again | Rich J Wareham |