summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* 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
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-13
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
* swscale: fix another integer overflow.Ronald S. Bultje2012-02-29
* swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje2012-02-24
* swscale: fix overflows in filterPos[] calculation for large sizes.Ronald S. Bultje2012-02-23
* swscale: fix filtersize clipping.Ronald S. Bultje2012-02-22
* swscale: enforce a minimum filtersize.Ronald S. Bultje2012-02-11
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-26