| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inconsistent indentation. | Ramiro Polla | 2009-08-22 | 1 | -2/+2 |
* | Check return values of sws_allocVec() and sws_getConstVec(). | Ramiro Polla | 2009-08-20 | 1 | -0/+21 |
* | Free initial swscale context, too. Avoids a valgrind warning. | Reimar Döffinger | 2009-08-19 | 1 | -0/+1 |
* | Remove useless casts of malloc return value. | Reimar Döffinger | 2009-08-19 | 1 | -3/+3 |
* | Introduce and use sws_allocVec(). | Ramiro Polla | 2009-08-19 | 2 | -18/+23 |
* | Reuse sws_getConstVec() where possible. | Ramiro Polla | 2009-08-19 | 1 | -34/+10 |
* | swscale-example: Make selection of dstW, dstH, and flags more clear. | Ramiro Polla | 2009-08-17 | 1 | -8/+12 |
* | More indentation changes leftover from r29522: | Ramiro Polla | 2009-08-16 | 2 | -693/+693 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 15 | -766/+579 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 8 | -1756/+1756 |
* | Indent. | Ramiro Polla | 2009-08-15 | 1 | -4/+4 |
* | Vertical yuv -> yuv16 scaler. | Ramiro Polla | 2009-08-14 | 2 | -0/+101 |
* | BGR32 MMX special convertor. | Peter Schlaile | 2009-08-14 | 2 | -21/+85 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -20/+20 |
* | swscale-example: Don't check for chroma planes in mono formats. | Ramiro Polla | 2009-08-13 | 1 | -1/+6 |
* | MMX2 horizontal scaler: Determine code size at runtime. | Ramiro Polla | 2009-08-13 | 2 | -14/+24 |
* | Protect mmx2 filter code buffers so they are not executable and writeable at | Ramiro Polla | 2009-08-13 | 1 | -2/+7 |
* | Remove duplicate define (it is the same in the lum code). | Ramiro Polla | 2009-08-13 | 1 | -21/+0 |
* | Rename "funny" code to "mmx2 filter" code. | Ramiro Polla | 2009-08-13 | 3 | -50/+50 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -2/+2 |
* | swscale-example: Remove hack to end loop by setting variables to break. | Ramiro Polla | 2009-08-13 | 1 | -13/+5 |
* | swscale-example: Don't return random value from main(). | Ramiro Polla | 2009-08-13 | 1 | -1/+1 |
* | swscale-example: Check for Gray formats. | Ramiro Polla | 2009-08-13 | 1 | -3/+9 |
* | Remove disabled debug code. | Diego Biurrun | 2009-08-10 | 1 | -9/+0 |
* | Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. | Ramiro Polla | 2009-08-09 | 1 | -2/+2 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | Kostya Shishkov | 2009-08-09 | 1 | -66/+66 |
* | Remove disabled crufty code. | Diego Biurrun | 2009-08-08 | 3 | -42/+0 |
* | Fix regression when converting to nv12/nv21. | Guennadi Liakhovetski | 2009-08-01 | 1 | -1/+3 |
* | MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -19/+16 |
* | MMX2 scaler: factorize initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -30/+10 |
* | MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -3/+4 |
* | Indent. | Ramiro Polla | 2009-07-28 | 1 | -45/+45 |
* | Remove duplicate horizontal scaling when there aren't enough lines in a slice | Ramiro Polla | 2009-07-28 | 1 | -52/+15 |
* | Remove useless code. | Ramiro Polla | 2009-07-28 | 1 | -3/+1 |
* | Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them | Ramiro Polla | 2009-07-27 | 2 | -85/+79 |
* | Factorize x86 fast_bilinear assembly. | Ramiro Polla | 2009-07-27 | 1 | -24/+12 |
* | Fix assembly comments for x86 fast_bilinear so they match the C code. | Ramiro Polla | 2009-07-27 | 1 | -16/+16 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 4 | -16/+15 |
* | Remove unnecessary #include <unistd.h> | Måns Rullgård | 2009-07-23 | 1 | -1/+0 |
* | Remove unused variables. | Ramiro Polla | 2009-07-21 | 2 | -4/+0 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | Ramiro Polla | 2009-07-09 | 2 | -7/+10 |
* | The AltiVec code in libswscale no longer is under GPL. | Diego Biurrun | 2009-07-05 | 1 | -1/+1 |
* | Use enum PixelFormat in sws_format_name() prototype | Måns Rullgård | 2009-07-01 | 1 | -1/+1 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | Diego Biurrun | 2009-06-25 | 1 | -5/+5 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | Diego Biurrun | 2009-06-25 | 1 | -1/+1 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | Diego Biurrun | 2009-06-25 | 1 | -2/+1 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | Vitor Sessak | 2009-06-17 | 1 | -0/+2 |
* | Kill warnings of possibly unused variables by using av_unused. | Ramiro Polla | 2009-06-11 | 1 | -8/+8 |
* | Fix compilation: #undef standard library functions that are | Diego Biurrun | 2009-06-11 | 1 | -0/+6 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | Diego Biurrun | 2009-06-11 | 1 | -0/+1 |