summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* swscale: GBRP output supportMichael Niedermayer2013-01-27
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-13
* Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen2012-04-03
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
* Revert two swscale commits.Ronald S. Bultje2012-02-19
* swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-17
* swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-14
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* swscale: split C output functions into separate file.Ronald S. Bultje2012-02-07
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-07
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-08
* sws: readd PAL8 to isPacked()Anton Khirnov2011-12-22
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-24
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-24
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-24
* swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-22
* Split up yuv2yuvX functionsKieran Kunhya2011-10-22
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-22
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-17
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-02
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-02
* swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-10
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-08
* swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-08
* swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje2011-07-06
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-01
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-29
* swscale: Add Doxygen for hyscale_fast/hScale.Ronald S. Bultje2011-06-29
* swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.Ronald S. Bultje2011-06-28
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-27
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-26
* swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-14
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-10