aboutsummaryrefslogtreecommitdiffhomepage
path: root/image_writer.c
Commit message (Expand)AuthorAge
* image_writer: add dump_png() function as debugging helperGravatar wm42012-11-01
* screenshot: remove hack for passing anamorphic image sizeGravatar wm42012-11-01
* screenshot: let VOs pass colorspace information via mp_imageGravatar wm42012-11-01
* screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cGravatar Rudolf Polzer2012-10-24
* image_writer: make JPG default and increase quality (for screenshots)Gravatar wm42012-08-16
* image_writer: rename "filetype" option to "format"Gravatar wm42012-08-06
* image_writer: support all JPEG specific options vo_jpeg supportsGravatar wm42012-08-06
* image_writer: add TGA image formatGravatar wm42012-08-06
* image_writer: add some PNM family image formatsGravatar wm42012-08-06
* image_writer: add option parsingGravatar wm42012-08-06
* image_writer: allow specifying pixel formats for image writersGravatar wm42012-08-06
* image_writer: never pass anamorphic images to image writerGravatar wm42012-08-06
* screenshot: move image writer code into new file image_writer.cGravatar wm42012-08-06