| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: reintroduce sws_format_name() symbol | Stefano Sabatini | 2011-06-03 | 1 | -1/+4 |
* | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -2/+2 |
|\ |
|
| * | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -2/+2 |
| * | swscale: revive SWS_CPU_CAPS until next major bump. | Anton Khirnov | 2011-05-26 | 1 | -0/+16 |
* | | swscale: revive SWS_CPU_CAPS until next major bump. | Anton Khirnov | 2011-05-28 | 1 | -1/+9 |
* | | swscale: document SWS_CPU_CAPS* | Michael Niedermayer | 2011-05-25 | 1 | -0/+1 |
* | | Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4 | Michael Niedermayer | 2011-05-25 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -7/+0 |
|\| |
|
| * | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -7/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 1 | -0/+1 |
|\| |
|
| * | swscale: point out an alternative to sws_getContext | Clément Bœsch | 2011-05-21 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-29 | 1 | -1/+1 |
|\| |
|
| * | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-04-28 | 1 | -1/+1 |
| * | sws: remove disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -16/+0 |
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-07 | 1 | -3/+3 |
|\| |
|
| * | swscale: postpone sws_getContext removal until next major bump. | Anton Khirnov | 2011-04-06 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-03-26 | 1 | -1/+1 |
|/ |
|
* | Deprecate sws_getContext(), use sws_alloc_context() and | Stefano Sabatini | 2010-09-28 | 1 | -0/+11 |
* | Add documentation for the returned value of sws_init_context(). | Stefano Sabatini | 2010-09-28 | 1 | -0/+3 |
* | Bump minor version after the addition of sws_alloc_context() and | Stefano Sabatini | 2010-09-28 | 1 | -1/+1 |
* | fix typos and grammar | Ramiro Polla | 2010-09-26 | 1 | -3/+4 |
* | Split alloc and init of context so that parameters can be set in the context | Michael Niedermayer | 2010-09-26 | 1 | -0/+12 |
* | rgb2rgb: build SSE2 codepath | Ramiro Polla | 2010-09-08 | 1 | -0/+1 |
* | Revert commit: | Stefano Sabatini | 2010-07-28 | 1 | -24/+24 |
* | Prefer impersonal form over third person, for consistency with the | Stefano Sabatini | 2010-07-22 | 1 | -24/+24 |
* | deprecate palette8topacked32 in favor of public API functions sws_convertPale... | Reinhard Tartler | 2010-06-01 | 1 | -1/+26 |
* | Add empty newline to separate function declarations, for better | Stefano Sabatini | 2010-05-23 | 1 | -0/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | 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 |