summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-4/+4
* Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-051-1/+3
|\
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer2013-04-151-9/+12
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-311-1/+1
|\ \ | |/
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-1/+1
* | yuvPlanartouyvy_c: fix sign extensionMichael Niedermayer2012-10-161-2/+2
* | yuvPlanartoyuy2_c: fix sign extensionMichael Niedermayer2012-10-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-231-381/+387
|\ \ | |/
| * swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-211-332/+353
| * swscale: variable declaration and placement cosmeticsDiego Biurrun2012-02-211-77/+62
* | Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).Themaister2011-11-091-39/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-301-7/+0
|\ \ | |/
| * swscale: Remove disabled code.Diego Biurrun2011-05-291-7/+0
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-291-85/+85
|\ \ | |/
| * sws: replace all long with int.Anton Khirnov2011-05-281-85/+85
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-5/+3
|\ \ | |/
| * swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-261-5/+3
* | swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer2011-05-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-19/+0
|\ \ | |/
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-19/+0
| * swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-141-2143/+166
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge swscale bloatupMichael Niedermayer2011-05-251-2143/+166
* | rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer2011-05-051-0/+3
|/
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-181-12/+12
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-141-67/+67
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-131-5/+5
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-131-3/+14
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-121-2/+2
* rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla2010-09-111-11/+0
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-311-106/+43
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-271-11/+8
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-1/+1
* Remove unused PREFETCHW macroZuxy Meng2010-01-091-4/+0
* Indent.Ramiro Polla2009-09-071-9/+9
* Cosmetics:Ramiro Polla2009-08-161-145/+90
* Indent libswscale:Ramiro Polla2009-08-161-1368/+1368
* Remove disabled crufty code.Diego Biurrun2009-08-081-6/+0
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-6/+6
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-181-2/+0
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-211-4/+7
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-211-4/+110
* RevertMichael Niedermayer2009-03-191-28/+18
* Unscaled converters forMichael Niedermayer2009-03-191-1/+244
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-181-18/+28
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-181-14/+16
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-041-38/+23
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-11/+11
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-5/+5
OpenPOWER on IntegriCloud