summaryrefslogtreecommitdiff
path: root/src/video_out/yuv2rgb.c
AgeCommit message (Expand)Author
2012-08-29yuv2rgb: 2:3 line scalerTorsten Jager
2012-07-06yuv2rgb: added color matrix and fullrange supportTorsten Jager
2012-06-25Added 5:4 line scaling function (720 -> 1024)Torsten Jager
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-06-23Allow for <libavutil/base64.h> etc.Darren Salt
2008-06-20Merge the avutil branch; port the "raw" video output plugin.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-09Compilation fixes, mostly ffmpeg-related, and linkage fixes.Darren Salt
2008-03-01Update to the new FFmpeg's include directory.Diego 'Flameeyes' Pettenò
2008-01-05Merge from 1.2.Diego 'Flameeyes' Pettenò
2008-01-02Make scale_line description constant.Diego 'Flameeyes' Pettenò
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-12Use av_mallocz from libavutil rather than xine_xmalloc_aligned for allocating...Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2004-04-11Committed a modified version of Ian MacIntosh's patch.Robin KAY
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-19Mandrake patches fromRocky Bernstein
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-04-23Few more small changes for win32/msvc portTim Champagne
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-02Don't use globals for MMX yuv2rgb conversion variables (not thread-safe)Ewald Snel
2003-02-02Fix brightness, saturation control for MMX yuv2rgb using the XShm driverEwald Snel
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
2003-02-02Fix memory leak in XShm driverEwald Snel
2003-01-25Fix bug introduced by previous commitEwald Snel
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
2002-10-10Remove duplicate log messages about the scale_line variant we're usingJuergen Keil
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
2002-08-14Fix yuv2rgb pitches problem with yuy2 format (msvc codec)Ewald Snel
2002-05-28PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>Siggi Langauf
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-02-26yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>Guenter Bartsch
2002-02-16beginning of video_out_driver changesGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
2001-10-21more memcpy stuffMiguel Freitas
2001-10-09overlay clut colorspace conversionMiguel Freitas
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
2001-09-28NTSC DVD scale_line for 16:9 formatJuergen Keil