summaryrefslogtreecommitdiff
path: root/libswscale/output.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-231-7/+8
* swscale: clip before assigning tables in RGB output functions.Ronald S. Bultje2012-04-141-9/+15
* swscale: fix off-by-one in second coefficient in bilinear filters.Ronald S. Bultje2012-04-141-7/+7
* swscale: handle last pixel if lines have an odd width.Ronald S. Bultje2012-04-131-12/+12
* swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2012-04-041-3/+7
* swscale: clip unscaled output intermediates.Ronald S. Bultje2012-03-071-0/+36
* swscale: make monowhite/black RGB-independent.Ronald S. Bultje2012-02-161-21/+36
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-131-4/+2
* swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.Ronald S. Bultje2012-02-131-46/+46
* swscale: handle gray16 as a "planar" YUV format (Y-only, of course).Ronald S. Bultje2012-02-131-87/+0
* swscale: fix incorrect chroma bias in yuv2rgb48_1_c().Ronald S. Bultje2012-02-131-2/+2
* swscale: fix invalid memory accesses in yuvpacked1() functions.Ronald S. Bultje2012-02-131-10/+10
* swscale: split C output functions into separate file.Ronald S. Bultje2012-02-071-0/+1524