summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* swscale: Add GRAY12Luca Barbato2016-11-07
* swscale: Add the GBRAP12 outputLuca Barbato2016-10-12
* Add GBRAP12 pixel format supportKieran Kunhya2016-10-12
* swscale: Enable GBRP12 outputLuca Barbato2016-10-12
* swscale: Add input support for 12-bit formatsMichael Niedermayer2016-10-12
* pixfmt: Add yuv444p12 pixel formatLuca Barbato2016-09-27
* pixfmt: Add yuv422p12 pixel formatLuca Barbato2016-09-27
* pixfmt: Add yuv420p12 pixel formatLuca Barbato2016-09-27
* swscale: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
* swscale: Add proper ff_ prefix to init functionsDiego Biurrun2016-07-16
* swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2016-07-16
* swscale: add P010 input supportHendrik Leppkes2016-07-02
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-28
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* swscale: Check memory allocationFederico Tomassetti2015-03-21
* swscale: Check memory allocationsFederico Tomassetti2015-02-17
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-07
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* swscale: Fix an undefined behaviourLuca Barbato2014-05-03
* swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-07
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-02
* RGBA64 pixel formatsJean First2014-03-16
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-05
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-06
* swscale: add support for endianness only conversionJanne Grunau2013-05-06
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-11
* sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-09
* sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-09
* swscale: GBRP output supportMichael Niedermayer2013-01-27
* swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-04
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* swscale: try to use mmap only if availableMans Rullgard2012-10-15
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-09
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31