summaryrefslogtreecommitdiffstats
path: root/libvo/vo_image.c
Commit message (Collapse)AuthorAgeFilesLines
* screenshot: let VOs pass colorspace information via mp_imagewm42012-11-011-1/+2
| | | | | | | | | This removes the hack that screenshot_save() got the colorspace information from the decoder. Instead, require the VOs to set the colorspace information on the mp_images used to pass around the screenshot data. This is more correct, as the image may have been converted/modified in the video filter chain, although there's nothing yet in the video filter chain which does this correctly.
* vo_image: add outdir optionwm42012-08-061-8/+42
| | | | | The function checked_mkdir is taken from vo_jpeg, with the error handling stripped down to a reasonable level.
* vo_image: add new video output for writing imageswm42012-08-061-0/+163
This is supposed to replace vo_png and others.