summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.h
Commit message (Expand)AuthorAge
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-21
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* rgb2rgb: rgb12to15()Paul B Mahol2012-01-12
* rgb2rgb: rgb12tobgr12()Paul B Mahol2012-01-11
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-08
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: Remove orphaned, commented-out function declaration.Diego Biurrun2011-05-26
* swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-26
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* sws: remove disabled cruft.Anton Khirnov2011-04-19
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-12
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-01
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-03
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Indent libswscale:Ramiro Polla2009-08-16
* Unscaled converters forMichael Niedermayer2009-03-19
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Fix broken palette8to*.Vitor Sessak2008-10-23
* spelling/wording cosmeticsDiego Biurrun2008-09-10
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* 1l: Update wrong #endif comment.Diego Biurrun2007-10-18
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-18
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Fix 'make checkheaders'.Diego Biurrun2007-07-02
* Remove obsolete and misleading comment.Diego Biurrun2007-07-02
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-28
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Add proper GPL headers.Diego Biurrun2006-09-09
* Remove unneeded codeLuca Abeni2006-07-01
* Move postproc ---> libswscaleLuca Abeni2006-06-30