summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-12
* swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-23
* Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-23
* Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer2015-03-16
|\
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-27
* | swscale: Use av_clip_uintp2()Michael Niedermayer2015-02-21
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-11
* | sws: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-16
* | sws: Move fast bilinear C code into seperate fileMichael Niedermayer2014-07-19
* | swscale/swscale: replace potentially slow % by &Michael Niedermayer2014-06-18
* | swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-04-16
* | swscale: factor ff_sws_init_range_convert() outMichael Niedermayer2014-04-14
* | swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer2014-04-14
* | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer2014-04-13
|\|
* | swscale/swscale: fix integer overflowMichael Niedermayer2014-03-24
* | swscale: fix rgb48Toxyz12() endiannessMichael Niedermayer2014-01-10
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-29
|\|
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-29
|\|
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-29
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* | swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2013-08-16
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-16
|\|
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* | Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer2013-08-16
|\|
| * swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-15
| * swscale: GBRP output supportMichael Niedermayer2013-01-27
* | sws: add dither enumMichael Niedermayer2013-08-15
* | libswscale: Adding RGB => XYZ supportclook2013-07-23
* | swscale: remove unneeded include assert.hMichael Niedermayer2013-07-19
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | sws: add casts to silence pointer type mismatch warningsMichael Niedermayer2013-05-10
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-08
* | sws: fix typo in xyz2rgb matrix use.Michael Niedermayer2013-04-28
* | sws: Check for malloc failure of rgb0_tmpMichael Niedermayer2013-04-28
* | sws: support xyz inputMichael Niedermayer2013-04-28
* | sws: init input_rgb2yuv_table depending on yuv colorspaceMichael Niedermayer2013-04-15
* | sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer2013-04-15
* | sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer2013-04-14
* | sws: Fix "warning: comparison of distinct pointer types lacks a cast"Michael Niedermayer2013-02-04
* | sws: GBRP output supportMichael Niedermayer2013-01-26
* | sws: check that dither array is not null before memsetMichael Niedermayer2013-01-19
* | sws: Only reset dither state for bitexact modeMichael Niedermayer2013-01-19
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-18
* | sws: fix warning: cast from pointer to integer of different sizeMichael Niedermayer2012-12-29
* | swscale: fix warning: assignment from incompatible pointer typeMichael Niedermayer2012-12-29
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|