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
2016-09-16swscale: fix for sliced scaling artifactsPedro Arthur
2016-09-07swscale: Fix "warning: ISO C90 forbids mixed declarations and code"Michael Niedermayer
2016-09-02swscale/swscale: Try to fix rgb48Toxyz12() with slicesMichael Niedermayer
2016-09-02swscale/swscale: Factor bottom to top handlingMichael Niedermayer
2016-07-11Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje
2016-06-30PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot
2016-06-10swscale: fix ring buffer size when scaling slices of a framePedro Arthur
2016-04-09swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron
2016-03-31swscale: cleanup unused codePedro Arthur
2016-03-31sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-17swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer
2015-10-13swscale: fix ticket #4881Pedro Arthur
2015-09-25swscale: fix ticket #4877Pedro Arthur
2015-09-21swscale: fix ticket 4850Pedro Arthur
2015-09-19libswscale/swscale: fix -Wunused-functionGanesh Ajjanagadde
2015-09-17swscale/swscale: silence unused function warningGanesh Ajjanagadde
2015-09-11swscale/swscale: Fix "unused variable" warningMichael Niedermayer
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-09-05swscale: re-enable gammaPedro Arthur
2015-08-26swscale: Silence an unused variable warningTimothy Gu
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