summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2006-12-13Added support for OSD layers with inverted alpha (e.g. Unichrome).Claudio Ciccani
2006-11-23Added support for the new x11 visual.Claudio Ciccani
2006-11-05Fix a compile problem which can mean that the Xv output plugin isn't linkedDarren Salt
2006-10-28Christoph Pfister's patch to support XINE_VISUAL_TYPE_X11_2 with XVMiguel Freitas
2006-10-28new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking.Miguel Freitas
2006-10-01Avoid usage of DirectFBSetOption().Claudio Ciccani
2006-09-14Update API for libcaca 0.99. Patch by cjacker huang.Diego 'Flameeyes' Pettenò
2006-09-04Proper configure fix,František Dvořák
2006-09-03Clear back buffer(s) when output area changes.Claudio Ciccani
2006-09-02Disabled support for subpicture overlay bacause of problems with Matrox'sClaudio Ciccani
2006-09-02Don't use linux/config.h and include mtrr.h unconditionally, close bug #973678.Diego 'Flameeyes' Pettenò
2006-09-02Avoid implicit declaration of close() function.Diego 'Flameeyes' Pettenò
2006-09-02Now that syncfb can be enabled, let it compile. This fixes the report #1547576.Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-30Added support for other types of subpicture layers (e.g. Matrox CRTC2's subpi...Claudio Ciccani
2006-06-22* directfb_subpicture_paint(): flush rectangles before changing the color.Claudio Ciccani
2006-06-22Added support for playback on layers that don't support YCbCr output (require...Claudio Ciccani
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-15Fix non-static assignment of static variable.Robin KAY
2006-06-10Remove the moved alphablend files, makes the update-po target fail.Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-06-02Trivial #warning fixup from Gentoo. Also fix the spelling of those warnings.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-05-02Fix a null dereference which occurs if enabling deinterlacing whenDarren Salt
2006-04-051) various warning fixesFrantišek Dvořák
2006-02-14Kill a printf() warning.Darren Salt
2006-02-09Added X11 OSD support to XDirectFB driver.Claudio Ciccani
2006-01-30Take into account the frame field when deinterlacing.Claudio Ciccani
2006-01-29Converted windows eol to unix eol (i.e. replaced '\r\n' by '\n').Claudio Ciccani
2006-01-28updates from Claudio CiccaniMiguel Freitas
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2006-01-08*BUGFIX*František Dvořák
2005-12-12*BUGFIX*František Dvořák
2005-11-28*BUGFIX*František Dvořák
2005-11-21*BUGFIX*František Dvořák
2005-11-14*BUGFIX*František Dvořák
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-09-19*BUGFIX*František Dvořák
2005-09-11new directfb plugin by Claudio CiccaniMiguel Freitas
2005-09-05Fixing broken build. Sorry.Matthias Hopf
2005-09-05Unified behavior of yuv2rgb brightness/contrast/saturation.Matthias Hopf
2005-08-29*BUGFIX*František Dvořák
2005-08-28Set up the framebuffer palette.Darren Salt
2005-08-25*BUGFIX*František Dvořák
2005-07-30*BUGFIX*František Dvořák
2005-07-29Use our own header for integer defsJames Stembridge
2005-07-05Fixed type missmatch warnings (char * vs. GLubyte *).Matthias Hopf
2005-06-09**BUGFIX**Thomas Hellström