index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
video
/
image_writer.c
Commit message (
Expand
)
Author
Age
*
Replace remaining avcodec_close() calls
wm4
2017-07-16
*
image_writer, vo_image: change license to LGPL
wm4
2017-06-18
*
image_writer: make it work with libavcodec's jpg encoder
wm4
2017-04-02
*
screenshot: change details of --screenshot-format handling
wm4
2017-03-18
*
image_writer: remove useless formats
wm4
2017-03-18
*
image_writer: check a return value
wm4
2017-02-20
*
Remove compatibility things
wm4
2016-12-07
*
vo_image: move to global options
wm4
2016-09-05
*
mp_image: split colorimetry metadata into its own struct
Niklas Haas
2016-07-03
*
image_writer: port to new encode API
wm4
2016-06-24
*
image_writer: take care of prediction_method deprecation
wm4
2016-02-09
*
image_writer: fix writing flipped images as jpg
wm4
2016-01-17
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
video: switch from using display aspect to sample aspect
wm4
2015-12-19
*
Replace deprecated av_free_packet() calls
wm4
2015-10-28
*
image_writer: don't use jpeg baseline, and remove useless jpeg options
wm4
2015-08-02
*
screenshot: don't write PNG colorspace tags by default
wm4
2015-07-18
*
screenshots: add option to prevent 16 bit output
wm4
2015-04-29
*
screenshots: add option to disable JPEG 4:4:4 output
wm4
2015-04-29
*
image_writer: fix writing screenshots
wm4
2015-04-22
*
image_writer: factor image conversion into a separate function
wm4
2015-04-20
*
image_writer: minor cleanup
wm4
2015-04-20
*
Update license headers
Marcin Kurczewski
2015-04-13
*
screenshots: drop some useless jpeg writer options
wm4
2015-04-09
*
screenshots: write jpg files with original subsampling
wm4
2015-04-09
*
screenshots: select best image format the encoder supports
wm4
2015-04-06
*
Remove some FFmpeg/Libav compatibility hacks
wm4
2015-03-03
*
Revert "Revert recent vo_opengl related commits"
Niklas Haas
2015-02-28
*
Revert recent vo_opengl related commits
wm4
2015-02-28
*
screenshots: check for AVFrame csp support
Niklas Haas
2015-02-28
*
screenshots: add support for csp tagging
Niklas Haas
2015-02-28
*
image_writer: check for conversion errors
wm4
2015-01-15
*
screenshots: set AVFrame parameters
wm4
2014-12-28
*
video: remove swapped-endian image format aliases
wm4
2014-11-05
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
video: introduce failure path for image allocations
wm4
2014-06-17
*
video: synchronize mpv rgb pixel format names with ffmpeg names
wm4
2014-06-14
*
Add more const
wm4
2014-06-11
*
video: remove redundant mp_image display_w/_h members
wm4
2014-04-29
*
image_writer: use new AVFrame API
wm4
2014-03-16
*
video/fmt-conversion.c: remove unknown pixel format messages
wm4
2013-12-21
*
image_writer: mp_msg conversions
wm4
2013-12-21
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
configure: uniform the defines to #define HAVE_xxx (0|1)
Stefano Pigozzi
2013-11-03
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
sws_utils: make hq swscale flags available with mp_sws_hq_flags
wm4
2013-07-18
*
image_writer: Add PNG filter option (default "mixed")
Martin Herkt
2013-06-15
*
Prefix CODEC_ID_ with AV_
wm4
2013-03-13
*
image_writer: switch to avcodec_encode_video2()
wm4
2013-03-13
*
m_option: don't define OPT_BASE_STRUCT by default
wm4
2013-03-01
[next]