| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply misc fixes to sws_getCoefficients() doxy. | Stefano Sabatini | 2010-02-05 | 1 | -2/+4 |
* | Satisfy consistency need: | Stefano Sabatini | 2010-02-05 | 1 | -1/+1 |
* | Add function to translate SWS_CS_* to coefficient array | David Conrad | 2010-02-05 | 1 | -1/+7 |
* | More const-correctness for sws_scale | David Conrad | 2010-01-21 | 1 | -3/+3 |
* | Make const prototypes for input sources of sws_scale_* stricter. | Alexis Ballier | 2010-01-19 | 1 | -2/+2 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 1 | -2/+2 |
* | Implement sws_isSupportedInput() and sws_isSupportedOutput(). | Stefano Sabatini | 2010-01-07 | 1 | -2/+14 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Make sws_format_name() use av_pix_fmt_descriptors. | Stefano Sabatini | 2009-11-26 | 1 | -1/+1 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+10 |
* | Document sws_freeContext(). | Stefano Sabatini | 2009-11-07 | 1 | -0/+4 |
* | Document slice ordering assumption done by sws_scale(). | Stefano Sabatini | 2009-10-30 | 1 | -1/+5 |
* | Document that slices can be bottom to top or top to bottom. | Ramiro Polla | 2009-09-09 | 1 | -1/+1 |
* | Introduce and use sws_allocVec(). | Ramiro Polla | 2009-08-19 | 1 | -0/+5 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | Stefano Sabatini | 2009-06-06 | 1 | -16/+15 |
* | Add const qualifier to param argument of sws_getContext() and | Diego Biurrun | 2009-05-10 | 1 | -2/+2 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | Stefano Sabatini | 2009-04-18 | 1 | -1/+9 |
* | whitespace cosmetics: Break some overly long lines. | Diego Biurrun | 2009-04-14 | 1 | -10/+18 |
* | New LGPLed YUV2RGB table generator for SwScaler | Kostya Shishkov | 2009-02-22 | 1 | -1/+1 |
* | Rename the "src" parameter in the sws_scale() declaration to | Stefano Sabatini | 2009-02-18 | 1 | -3/+3 |
* | Document sws_scale(). | Stefano Sabatini | 2009-02-18 | 1 | -0/+23 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | Stefano Sabatini | 2009-02-14 | 1 | -3/+15 |
* | Document sws_normalizeVec(). | Stefano Sabatini | 2009-02-14 | 1 | -0/+5 |
* | Apply misc fixes for sws_getCachedContext() documentation. | Stefano Sabatini | 2009-02-12 | 1 | -7/+10 |
* | Bump micro version, related to r28491. | Stefano Sabatini | 2009-02-12 | 1 | -1/+1 |
* | Document sws_getContext(). | Stefano Sabatini | 2009-02-11 | 1 | -0/+13 |
* | Document sws_getIdentityVec(). | Stefano Sabatini | 2009-02-11 | 1 | -0/+5 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | Stefano Sabatini | 2009-02-10 | 1 | -0/+5 |
* | Document sws_cloneVec(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+5 |
* | Fix typo: lenght -> length. | Stefano Sabatini | 2009-02-10 | 1 | -1/+1 |
* | Document sws_scaleVec(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+4 |
* | Document sws_getConstVec(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+5 |
* | Move documentation of sws_getCachedContext() from swscale.c to | Stefano Sabatini | 2009-02-10 | 1 | -0/+10 |
* | Add a @deprecated notice to swscale_get_ordered(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+3 |
* | Document coeff and length fields in SwsVector. | Stefano Sabatini | 2009-02-09 | 1 | -2/+2 |
* | Drop the deprecated sws_scale_ordered() at the next major version | Stefano Sabatini | 2009-02-08 | 1 | -0/+2 |
* | Replace int type with enum PixelFormat for the dstFormat/srcFormat | Stefano Sabatini | 2009-02-08 | 1 | -3/+3 |
* | Fix a typo: lumaSarpen -> lumaSharpen. | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add bitexact flag. | Michael Niedermayer | 2008-09-12 | 1 | -0/+1 |
* | Change headers' guardnames consistently with r15120. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Implement swscale_version(). | Stefano Sabatini | 2008-08-29 | 1 | -1/+6 |
* | change sws_format_name to return const char*, supress many warnings | Baptiste Coudurier | 2008-03-06 | 1 | -1/+1 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -4/+10 |
* | #include "libavutil/avutil.h" in swscale.h | Måns Rullgård | 2008-02-25 | 1 | -1/+1 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+4 |
* | remove duplicate AV_STRINGIFY() definition | Måns Rullgård | 2008-02-17 | 1 | -3/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-18 | 1 | -3/+3 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-13 | 1 | -2/+2 |