summaryrefslogtreecommitdiffstats
path: root/video/image_writer.c
Commit message (Expand)AuthorAgeFilesLines
* screenshot, vo_image: use global swscale/zimg parameterswm42019-10-311-4/+13
* image_writer: add webp-compression optionsfan52019-09-141-0/+3
* image_writer: add WebP support (lossy or lossless)sfan52019-09-141-7/+39
* image_writer: move convert_image() to player/screenshot.csfan52019-09-141-3/+3
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-0/+5
* Replace remaining avcodec_close() callswm42017-07-161-3/+1
* image_writer, vo_image: change license to LGPLwm42017-06-181-10/+7
* image_writer: make it work with libavcodec's jpg encoderwm42017-04-021-5/+38
* screenshot: change details of --screenshot-format handlingwm42017-03-181-45/+41
* image_writer: remove useless formatswm42017-03-181-4/+0
* image_writer: check a return valuewm42017-02-201-1/+3
* Remove compatibility thingswm42016-12-071-6/+0
* vo_image: move to global optionswm42016-09-051-14/+10
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-2/+2
* image_writer: port to new encode APIwm42016-06-241-0/+12
* image_writer: take care of prediction_method deprecationwm42016-02-091-1/+3
* image_writer: fix writing flipped images as jpgwm42016-01-171-1/+1
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-2/+2
* Replace deprecated av_free_packet() callswm42015-10-281-1/+1
* image_writer: don't use jpeg baseline, and remove useless jpeg optionswm42015-08-021-6/+1
* screenshot: don't write PNG colorspace tags by defaultwm42015-07-181-1/+1
* screenshots: add option to prevent 16 bit outputwm42015-04-291-13/+23
* screenshots: add option to disable JPEG 4:4:4 outputwm42015-04-291-2/+6
* image_writer: fix writing screenshotswm42015-04-221-1/+1
* image_writer: factor image conversion into a separate functionwm42015-04-201-25/+31
* image_writer: minor cleanupwm42015-04-201-9/+9
* Update license headersMarcin Kurczewski2015-04-131-4/+4
* screenshots: drop some useless jpeg writer optionswm42015-04-091-11/+0
* screenshots: write jpg files with original subsamplingwm42015-04-091-1/+5
* screenshots: select best image format the encoder supportswm42015-04-061-24/+34
* Remove some FFmpeg/Libav compatibility hackswm42015-03-031-2/+0
* Revert "Revert recent vo_opengl related commits"Niklas Haas2015-02-281-0/+8
* Revert recent vo_opengl related commitswm42015-02-281-8/+0
* screenshots: check for AVFrame csp supportNiklas Haas2015-02-281-0/+2
* screenshots: add support for csp taggingNiklas Haas2015-02-281-0/+6
* image_writer: check for conversion errorswm42015-01-151-1/+5
* screenshots: set AVFrame parameterswm42014-12-281-0/+3
* video: remove swapped-endian image format aliaseswm42014-11-051-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-2/+0
* video: introduce failure path for image allocationswm42014-06-171-0/+4
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-1/+1
* Add more constwm42014-06-111-7/+7
* video: remove redundant mp_image display_w/_h memberswm42014-04-291-2/+2
* image_writer: use new AVFrame APIwm42014-03-161-3/+2
* video/fmt-conversion.c: remove unknown pixel format messageswm42013-12-211-0/+5
* image_writer: mp_msg conversionswm42013-12-211-10/+8
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-3/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* sws_utils: make hq swscale flags available with mp_sws_hq_flagswm42013-07-181-5/+1
* image_writer: Add PNG filter option (default "mixed")Martin Herkt2013-06-151-1/+5
* Prefix CODEC_ID_ with AV_wm42013-03-131-6/+6
* image_writer: switch to avcodec_encode_video2()wm42013-03-131-14/+11
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-1/+0
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-2/+2
* video: decouple internal pixel formats from FourCCswm42013-01-131-4/+4
* video: cleanup: replace old mp_image function nameswm42013-01-131-2/+2
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-3/+1
* video: fix bogus uses of mp_image.w/widthwm42012-11-211-10/+7
* Add missing compat/libav.h includeswm42012-11-121-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+7
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+327