aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/output.c
Commit message (Expand)AuthorAgeFilesLines
* 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