Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: process horizontal lines in batchesPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-06-12swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer
2015-04-23swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer
2015-04-23Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur
2015-03-16Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer
2015-02-27swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer
2015-02-21swscale: Use av_clip_uintp2()Michael Niedermayer
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2014-10-11swscale: support internal scaler cascadesMichael Niedermayer
2014-09-16sws: use av_clip() instead of av_clip_c()Clément Bœsch
2014-07-19sws: Move fast bilinear C code into seperate fileMichael Niedermayer
2014-06-18swscale/swscale: replace potentially slow % by &Michael Niedermayer
2014-04-16swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer
2014-04-15swscale: factor ff_sws_init_range_convert() outMichael Niedermayer
2014-04-15swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer
2014-04-13Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer
2014-03-24swscale/swscale: fix integer overflowMichael Niedermayer
2014-01-10swscale: fix rgb48Toxyz12() endiannessMichael Niedermayer
2013-08-29Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer
2013-08-29Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-08-16swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer
2013-08-16Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer
2013-08-15sws: add dither enumMichael Niedermayer
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-08-15swscale: Mark a bunch of tables only used within one file staticDiego Biurrun
2013-07-23libswscale: Adding RGB => XYZ supportclook
2013-07-19swscale: remove unneeded include assert.hMichael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10sws: add casts to silence pointer type mismatch warningsMichael Niedermayer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-04-28sws: fix typo in xyz2rgb matrix use.Michael Niedermayer
2013-04-28sws: Check for malloc failure of rgb0_tmpMichael Niedermayer
2013-04-28sws: support xyz inputMichael Niedermayer
2013-04-15sws: init input_rgb2yuv_table depending on yuv colorspaceMichael Niedermayer
2013-04-15sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer
2013-04-14sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer
2013-02-04sws: Fix "warning: comparison of distinct pointer types lacks a cast"Michael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-26sws: GBRP output supportMichael Niedermayer
2013-01-20sws: check that dither array is not null before memsetMichael Niedermayer
2013-01-19sws: Only reset dither state for bitexact modeMichael Niedermayer