| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swscale: Add const to some swScale functions' parameters. | Ramiro Polla | 2009-04-04 | 1 | -12/+12 |
* | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion | Cédric Schieli | 2009-03-24 | 1 | -2/+8 |
* | Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane | Cédric Schieli | 2009-03-24 | 1 | -0/+6 |
* | Enable unscaled packed422 -> planar 420 converters by default as the | Michael Niedermayer | 2009-03-21 | 1 | -5/+4 |
* | Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi... | Reimar Döffinger | 2009-03-21 | 1 | -1/+3 |
* | Avoid crash on planarCopy to a destination without alpha. | Reimar Döffinger | 2009-03-20 | 1 | -1/+2 |
* | YUVA420P is now supported as output format | Cédric Schieli | 2009-03-20 | 1 | -8/+10 |
* | Add alpha channel scaling | Cédric Schieli | 2009-03-20 | 1 | -50/+188 |
* | Use a simpler and more general check for the gray case in the planarCopy func... | Cédric Schieli | 2009-03-20 | 1 | -4/+1 |
* | Allocate executable memory with VirtualAlloc() in Windows. | Ramiro Polla | 2009-03-19 | 1 | -0/+10 |
* | Drop unnecessary cast and cosmetically align. | Ramiro Polla | 2009-03-19 | 1 | -5/+5 |
* | Fix 10l typo. | Michael Niedermayer | 2009-03-19 | 1 | -4/+4 |
* | Unscaled converters for | Michael Niedermayer | 2009-03-19 | 1 | -0/+53 |
* | Do not assume long is same width as x86 register. | Ramiro Polla | 2009-03-18 | 1 | -6/+6 |
* | Consistently use ff_ prefixes for internal symbols. | Diego Biurrun | 2009-03-18 | 1 | -3/+3 |
* | Add a fillPlane function to fill a plane with one constant value | Cédric Schieli | 2009-03-17 | 1 | -8/+11 |
* | Don't write outside of the picture buffer in planarCopy in the gray case | Cédric Schieli | 2009-03-17 | 1 | -2/+8 |
* | In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el... | Cédric Schieli | 2009-03-11 | 1 | -1/+1 |
* | Let the 4th plane reach the swScale function | Cédric Schieli | 2009-03-07 | 1 | -6/+8 |
* | Fix bug introduced by me in r28756 | Cédric Schieli | 2009-03-05 | 1 | -2/+2 |
* | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli | 2009-02-28 | 1 | -4/+4 |
* | Use YUV420P code path for YUVA420P where appropriate | Cédric Schieli | 2009-02-27 | 1 | -3/+4 |
* | New LGPLed YUV2RGB table generator for SwScaler | Kostya Shishkov | 2009-02-22 | 1 | -2/+0 |
* | Use sws_printVec2() instead of the deprecated sws_printVec(). | Stefano Sabatini | 2009-02-14 | 1 | -2/+2 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | Stefano Sabatini | 2009-02-14 | 1 | -4/+10 |
* | Some AltiVec functions in SwScaler produce different output than their | Kostya Shishkov | 2009-02-14 | 1 | -0/+1 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | Stefano Sabatini | 2009-02-10 | 1 | -4/+0 |