| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-10 | 1 | -3/+2 |
|\ |
|
| * | swscale: K&R reformatting cosmetics for header files | Diego Biurrun | 2012-01-08 | 1 | -3/+2 |
* | | libswscale: increase LIBSWSCALE_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -24/+23 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -24/+23 |
* | | sws: update copyright dates | Michael Niedermayer | 2011-11-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 1 | -1/+8 |
|\| |
|
| * | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -1/+8 |
* | | lsws: remove deprecated and unused stuff after the 0->1 major bump | Stefano Sabatini | 2011-08-04 | 1 | -16/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -3/+4 |
|\| |
|
| * | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -1/+2 |
|\| |
|
| * | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| * | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| * | doxygen: Remove spurious documentation for non-existing function parameters. | Diego Biurrun | 2011-07-03 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -6/+6 |
|\| |
|
| * | Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07b | Reinhard Tartler | 2011-06-20 | 1 | -4/+4 |
* | | 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 |