| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will | Reimar Döffinger | 2010-01-08 | 1 | -0/+4 |
* | Implement sws_isSupportedInput() and sws_isSupportedOutput(). | Stefano Sabatini | 2010-01-07 | 1 | -0/+12 |
* | Prefer enum PixelFormat over int for the type of the format parameter | Stefano Sabatini | 2010-01-03 | 1 | -1/+1 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Simplify usePal() macro, make it use av_pix_fmt_descriptors. | Stefano Sabatini | 2010-01-03 | 1 | -7/+1 |
* | Simplify getSubSampleFactors(), make it use the values provided by | Stefano Sabatini | 2010-01-03 | 1 | -47/+2 |
* | Indentation. | Ramiro Polla | 2009-12-20 | 1 | -6/+6 |
* | Document the differences between the two asm fragments in initMMX2HScaler(). | Ramiro Polla | 2009-12-07 | 1 | -0/+6 |
* | Add support for nv12/nv21 input. | Ramiro Polla | 2009-12-03 | 1 | -0/+2 |
* | Make sws_format_name() use av_pix_fmt_descriptors. | Stefano Sabatini | 2009-11-26 | 1 | -109/+4 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+11 |
* | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | NVIDIA Corporation | 2009-11-10 | 1 | -0/+2 |
* | Reset slice direction at end of each frame. | Ramiro Polla | 2009-09-13 | 1 | -0/+8 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | Ramiro Polla | 2009-09-06 | 1 | -20/+20 |
* | Indent. | Ramiro Polla | 2009-09-05 | 1 | -6/+6 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | Lars Täuber | 2009-09-05 | 1 | -30/+30 |
* | Curly brackets cosmetics for previous commit. | Ramiro Polla | 2009-08-29 | 1 | -6/+3 |
* | Check for return value of initFilter(). | Ramiro Polla | 2009-08-29 | 1 | -8/+12 |
* | swscale: Check for return values of malloc. | Ramiro Polla | 2009-08-29 | 1 | -22/+38 |
* | Restore comment that was partially removed. | Ramiro Polla | 2009-08-29 | 1 | -0/+1 |
* | Check return values of sws_allocVec() and sws_getConstVec(). | Ramiro Polla | 2009-08-20 | 1 | -0/+21 |
* | Introduce and use sws_allocVec(). | Ramiro Polla | 2009-08-19 | 1 | -18/+18 |
* | Reuse sws_getConstVec() where possible. | Ramiro Polla | 2009-08-19 | 1 | -34/+10 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -349/+278 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 1 | -135/+135 |
* | Vertical yuv -> yuv16 scaler. | Ramiro Polla | 2009-08-14 | 1 | -0/+81 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -20/+20 |
* | MMX2 horizontal scaler: Determine code size at runtime. | Ramiro Polla | 2009-08-13 | 1 | -14/+22 |
* | Protect mmx2 filter code buffers so they are not executable and writeable at | Ramiro Polla | 2009-08-13 | 1 | -2/+7 |
* | Rename "funny" code to "mmx2 filter" code. | Ramiro Polla | 2009-08-13 | 1 | -24/+24 |
* | Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. | Ramiro Polla | 2009-08-09 | 1 | -2/+2 |
* | Remove disabled crufty code. | Diego Biurrun | 2009-08-08 | 1 | -26/+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 |
* | 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 | 1 | -38/+32 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -5/+4 |
* | Remove unnecessary #include <unistd.h> | Måns Rullgård | 2009-07-23 | 1 | -1/+0 |
* | Remove unused variables. | Ramiro Polla | 2009-07-21 | 1 | -3/+0 |
* | 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 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | Pavel Pavlov | 2009-06-04 | 1 | -10/+10 |
* | YUV into RGB48 BE/LE conversion support | Kostya Shishkov | 2009-06-02 | 1 | -0/+18 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | Kostya Shishkov | 2009-06-02 | 1 | -0/+44 |
* | Move colorspace conversion functions implemented in pure C from template | Kostya Shishkov | 2009-05-25 | 1 | -0/+115 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | Kostya Shishkov | 2009-05-19 | 1 | -0/+4 |