| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add const qualifier to param argument of sws_getContext() and | Diego Biurrun | 2009-05-10 | 1 | -2/+3 |
* | Move preprocessor condition before variable declaration, fixes the warning: | Diego Biurrun | 2009-05-10 | 1 | -1/+1 |
* | Fix sliced yuv410 -> yuv420 conversion | Vitor Sessak | 2009-05-07 | 1 | -4/+8 |
* | Make reset_ptr() void. | Carl Eugen Hoyos | 2009-04-23 | 1 | -1/+1 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | Michael Niedermayer | 2009-04-21 | 1 | -1/+34 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | Michael Niedermayer | 2009-04-21 | 1 | -90/+37 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | Michael Niedermayer | 2009-04-21 | 1 | -5/+28 |
* | Use generic BE check instead of checking for gray16LE. | Michael Niedermayer | 2009-04-20 | 1 | -1/+1 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | Stefano Sabatini | 2009-04-18 | 1 | -1/+1 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | Stefano Sabatini | 2009-04-18 | 1 | -8/+0 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | Ramiro Polla | 2009-04-08 | 1 | -10/+10 |
* | swscale: Remove X86 commented out code. | Ramiro Polla | 2009-04-05 | 1 | -11/+1 |
* | swscale: Use function pointers for swScale functions. | Ramiro Polla | 2009-04-04 | 1 | -2/+15 |
* | swscale: {}-related cosmetics. | Ramiro Polla | 2009-04-04 | 1 | -7/+10 |