| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16 | Matthieu Bouron | 2015-12-08 | 2 | -59/+167 |
* | swscale/utils: Fix for runtime error: left shift of negative value -1 | Michael Niedermayer | 2015-12-04 | 1 | -1/+1 |
* | swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range options | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon | Matthieu Bouron | 2015-11-23 | 4 | -3/+232 |
* | swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init | Andreas Cadhalpun | 2015-10-29 | 4 | -4/+4 |
* | swscale: rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2015-10-29 | 3 | -4/+4 |
* | swscale/swscale: add av_warn_unused_result to sws_init_context | Ganesh Ajjanagadde | 2015-10-16 | 1 | -0/+1 |
* | swscale: fix ticket #4881 | Pedro Arthur | 2015-10-13 | 3 | -19/+22 |
* | doc/scaler, swscale/options: use proper capitalization | Ganesh Ajjanagadde | 2015-10-10 | 1 | -2/+2 |
* | all: add _DEFAULT_SOURCE locally wherever needed | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+1 |
* | swscale: fix ticket #4877 | Pedro Arthur | 2015-09-25 | 1 | -11/+12 |
* | swscale: fix ticket 4850 | Pedro Arthur | 2015-09-20 | 1 | -4/+4 |
* | swscale/output: fix undefined left shifts of negative numbers | Ganesh Ajjanagadde | 2015-09-20 | 1 | -16/+16 |
* | libswscale/swscale: fix -Wunused-function | Ganesh Ajjanagadde | 2015-09-18 | 1 | -0/+2 |
* | swscale/swscale: silence unused function warning | Ganesh Ajjanagadde | 2015-09-16 | 1 | -0/+2 |
* | swscale/swscale: Fix "unused variable" warning | Michael Niedermayer | 2015-09-11 | 1 | -1/+1 |
* | swscale: Forward colorspace updates to the 2nd cascaded context in case of al... | Michael Niedermayer | 2015-09-10 | 2 | -2/+4 |
* | swscale/utils: Forward luma range to the cascaded context for alphablending | Michael Niedermayer | 2015-09-10 | 1 | -3/+10 |
* | swscale/utils: handle gray+alpha formats like gray for luma ranges | Michael Niedermayer | 2015-09-10 | 1 | -0/+3 |
* | swscale/utils: If the source has no alpha then disable alpha blendaway | Michael Niedermayer | 2015-09-10 | 1 | -0/+4 |
* | swscale: use AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -3/+1 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 6 | -17/+17 |
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 5 | -15/+15 |
|\ |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 5 | -16/+15 |
* | | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249' | Hendrik Leppkes | 2015-09-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Bump major versions of all libraries | Vittorio Giovara | 2015-08-28 | 1 | -1/+1 |
* | | Merge commit '9d58639e270f7612874681e0ca30fa461e2667b7'n2.9-dev | Hendrik Leppkes | 2015-09-05 | 2 | -23/+0 |
|\ \
| |/ |
|
| * | sws: Drop deprecated SWS_CPU_CAPS defines | Vittorio Giovara | 2015-08-28 | 2 | -23/+0 |
| * | ppc: Restrict some Altivec implementations to Big Endian | Luca Barbato | 2015-05-31 | 1 | -1/+1 |
* | | swscale: re-enable gamma | Pedro Arthur | 2015-09-04 | 7 | -10/+109 |
* | | swscale: added proper error check for ff_init_filters | Pedro Arthur | 2015-09-04 | 1 | -6/+11 |
* | | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails... | Michael Niedermayer | 2015-08-31 | 1 | -3/+6 |
* | | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes... | Michael Niedermayer | 2015-08-31 | 1 | -1/+66 |
* | | swscale: Silence an unused variable warning | Timothy Gu | 2015-08-25 | 1 | -2/+2 |
* | | swscale/alphablend: fix pointer cast | Ganesh Ajjanagadde | 2015-08-22 | 1 | -1/+1 |
* | | swscale/alphablend: Fix pointer type warnings | Michael Niedermayer | 2015-08-21 | 1 | -9/+9 |
* | | swscale: refactor vertical scaler | Pedro Arthur | 2015-08-19 | 6 | -42/+380 |
* | | swscale: Fixed typos | Pedro Arthur | 2015-08-18 | 1 | -2/+2 |
* | | swscale: fixed compiler warnings | Pedro Arthur | 2015-08-18 | 3 | -16/+25 |
* | | swscale: add license headers and copyrights | Pedro Arthur | 2015-08-18 | 2 | -0/+40 |
* | | swscale: process horizontal lines in batches | Pedro Arthur | 2015-08-18 | 3 | -16/+49 |
* | | swscale: refactor horizontal scaling | Pedro Arthur | 2015-08-18 | 7 | -11/+751 |
* | | swscale/swscale-test: Fix slice height in random reference data creation. | Michael Niedermayer | 2015-08-17 | 1 | -1/+1 |
* | | swscale/alphablend: Support chroma subsampling | Michael Niedermayer | 2015-08-09 | 2 | -15/+62 |
* | | swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARD | Michael Niedermayer | 2015-08-09 | 3 | -11/+18 |
* | | swscale/alphablend: Factor target computation out of the loops | Michael Niedermayer | 2015-08-09 | 1 | -8/+9 |
* | | swscale/alphablend: Fix big endian formats on LE | Michael Niedermayer | 2015-08-09 | 1 | -1/+1 |
* | | swscale/alphablend: support packed pixel formats | Michael Niedermayer | 2015-08-09 | 2 | -11/+53 |
* | | swscale/swscale: Document param[0..1] | Michael Niedermayer | 2015-08-09 | 1 | -0/+6 |
* | | swscale: Implement alphablendaway for planar 4:4:4 formats | Michael Niedermayer | 2015-08-08 | 5 | -1/+192 |