aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/image_writer.c
Commit message (Expand)AuthorAge
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* image_writer, vo_image: change license to LGPLGravatar wm42017-06-18
* image_writer: make it work with libavcodec's jpg encoderGravatar wm42017-04-02
* screenshot: change details of --screenshot-format handlingGravatar wm42017-03-18
* image_writer: remove useless formatsGravatar wm42017-03-18
* image_writer: check a return valueGravatar wm42017-02-20
* Remove compatibility thingsGravatar wm42016-12-07
* vo_image: move to global optionsGravatar wm42016-09-05
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* image_writer: port to new encode APIGravatar wm42016-06-24
* image_writer: take care of prediction_method deprecationGravatar wm42016-02-09
* image_writer: fix writing flipped images as jpgGravatar wm42016-01-17
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* image_writer: don't use jpeg baseline, and remove useless jpeg optionsGravatar wm42015-08-02
* screenshot: don't write PNG colorspace tags by defaultGravatar wm42015-07-18
* screenshots: add option to prevent 16 bit outputGravatar wm42015-04-29
* screenshots: add option to disable JPEG 4:4:4 outputGravatar wm42015-04-29
* image_writer: fix writing screenshotsGravatar wm42015-04-22
* image_writer: factor image conversion into a separate functionGravatar wm42015-04-20
* image_writer: minor cleanupGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* screenshots: drop some useless jpeg writer optionsGravatar wm42015-04-09
* screenshots: write jpg files with original subsamplingGravatar wm42015-04-09
* screenshots: select best image format the encoder supportsGravatar wm42015-04-06
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* Revert "Revert recent vo_opengl related commits"Gravatar Niklas Haas2015-02-28
* Revert recent vo_opengl related commitsGravatar wm42015-02-28
* screenshots: check for AVFrame csp supportGravatar Niklas Haas2015-02-28
* screenshots: add support for csp taggingGravatar Niklas Haas2015-02-28
* image_writer: check for conversion errorsGravatar wm42015-01-15
* screenshots: set AVFrame parametersGravatar wm42014-12-28
* video: remove swapped-endian image format aliasesGravatar wm42014-11-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* Add more constGravatar wm42014-06-11
* video: remove redundant mp_image display_w/_h membersGravatar wm42014-04-29
* image_writer: use new AVFrame APIGravatar wm42014-03-16
* video/fmt-conversion.c: remove unknown pixel format messagesGravatar wm42013-12-21
* image_writer: mp_msg conversionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* sws_utils: make hq swscale flags available with mp_sws_hq_flagsGravatar wm42013-07-18
* image_writer: Add PNG filter option (default "mixed")Gravatar Martin Herkt2013-06-15
* Prefix CODEC_ID_ with AV_Gravatar wm42013-03-13
* image_writer: switch to avcodec_encode_video2()Gravatar wm42013-03-13