summaryrefslogtreecommitdiff
path: root/libswscale/input.c
Commit message (Collapse)AuthorAge
* sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje2012-06-12
| | | | | | Fixes bug 282. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* swscale: K&R formatting cosmetics (part III)Diego Biurrun2012-04-22
|
* swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2012-04-04
| | | | Fixes bug 269.
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-07
Signed-off-by: Diego Biurrun <diego@biurrun.de>