summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* swscale: fix ticket #4881Pedro Arthur2015-10-13
* swscale: fix ticket #4877Pedro Arthur2015-09-25
* swscale: fix ticket 4850Pedro Arthur2015-09-20
* libswscale/swscale: fix -Wunused-functionGanesh Ajjanagadde2015-09-18
* swscale/swscale: silence unused function warningGanesh Ajjanagadde2015-09-16
* swscale/swscale: Fix "unused variable" warningMichael Niedermayer2015-09-11
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* | swscale: re-enable gammaPedro Arthur2015-09-04
* | swscale: Silence an unused variable warningTimothy Gu2015-08-25
* | swscale: refactor vertical scalerPedro Arthur2015-08-19
* | swscale: fixed compiler warningsPedro Arthur2015-08-18
* | swscale: process horizontal lines in batchesPedro Arthur2015-08-18
* | swscale: refactor horizontal scalingPedro Arthur2015-08-18
* | 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