summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-58/+58
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-1/+2
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-1/+3
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-021-16/+0
* RGBA64 pixel formatsJean First2014-03-161-0/+4
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-5/+0
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-291-3/+3
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-291-4/+3
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-5/+5
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-2/+2
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-0/+8
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-11/+11
* swscale: GBRP output supportMichael Niedermayer2013-01-271-1/+37
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-311-5/+5
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-4/+4
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-44/+86
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-41/+41
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-131-4/+4
* Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen2012-04-031-0/+8
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-061-6/+6
* Revert two swscale commits.Ronald S. Bultje2012-02-191-4/+6
* swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-171-5/+4
* swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-141-1/+0
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-1/+3
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-1/+0
* swscale: split C output functions into separate file.Ronald S. Bultje2012-02-071-0/+7
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-071-0/+1
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-081-119/+128
* sws: readd PAL8 to isPacked()Anton Khirnov2011-12-221-2/+4
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-241-0/+9
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-241-0/+14
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-241-106/+34
* swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-221-4/+3
* Split up yuv2yuvX functionsKieran Kunhya2011-10-221-17/+27
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-221-16/+10
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+4
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-171-3/+8
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-121-45/+63
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-021-50/+25
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-021-25/+50
* swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-101-2/+5
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-081-4/+4
* swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-081-0/+6
* swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje2011-07-061-1/+4
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-031-0/+1
OpenPOWER on IntegriCloud