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
/
mp_image.c
Commit message (
Expand
)
Author
Age
*
mp_image: change license to LGPL (almost)
wm4
2017-06-16
*
mp_image: refuse to convert frames of unknown format to AVFrame
wm4
2017-06-08
*
mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp()
wm4
2017-02-21
*
lavfi: use mp_image to store the filter pad format
wm4
2017-02-20
*
mp_image: use AVFrame.opaque_ref to pass through mpv-only fields
wm4
2017-02-13
*
vd_lavc, mp_image: remove code duplication for AVFrame<->mp_image
wm4
2017-01-12
*
vaapi: properly set hw_subfmt field with new decode API
wm4
2017-01-12
*
video: use demuxer-signaled duration for last video frame
wm4
2016-12-21
*
Remove compatibility things
wm4
2016-12-07
*
mp_image: dump all mp_colorspace members in verbose logging
wm4
2016-11-08
*
mp_image: fix clearing to black with p010 format
wm4
2016-09-29
*
video: change hw_subfmt meaning
wm4
2016-07-15
*
vo_opengl: generalize HDR tone mapping mechanism
Niklas Haas
2016-07-03
*
mp_image: split colorimetry metadata into its own struct
Niklas Haas
2016-07-03
*
vo_opengl: implement the Panasonic V-Log function
Niklas Haas
2016-06-28
*
vo_opengl: refactor HDR mechanism
Niklas Haas
2016-05-30
*
mp_image: properly communicate aspect ratio through AVFrame
wm4
2016-05-30
*
mp_image: don't reset pixel aspect with mp_image_set_size()
wm4
2016-05-30
*
mp_image: don't lose pixel aspect ratio when setting format
wm4
2016-05-29
*
mp_image: allow passing NULL to mp_image_new_custom_ref()
wm4
2016-04-25
*
mp_image: make mp_image_copy_fields_* private
wm4
2016-04-15
*
mp_image: add mp_image_to_av_frame()
wm4
2016-04-15
*
mp_image: simplify mp_image_steal_data()
wm4
2016-04-15
*
mp_image: pass through AVHWFramesContext
wm4
2016-04-15
*
mp_image: introduce a hw_subfmt field
wm4
2016-04-07
*
mp_image: force display size to at least 1x1
wm4
2016-02-12
*
mp_image: copy dts as part of mp_image attributes too
wm4
2016-01-28
*
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
*
video: replace vf_format outputlevels option with global option
wm4
2015-09-29
*
video: refactor GPU memcpy usage
wm4
2015-09-25
*
mp_image: fix vf_vdpaupp references
wm4
2015-07-08
*
video: replace our own refcounting with libavutil's
wm4
2015-07-05
*
mp_image: make image writeable before overwriting palette
wm4
2015-07-05
*
mp_image: remove some unused interlacing flags
wm4
2015-04-23
*
Update license headers
Marcin Kurczewski
2015-04-13
*
mp_image: remove redundant flags field
wm4
2015-04-10
*
mp_image: remove redundant chroma_x/y_shift fields
wm4
2015-04-10
*
mp_image: remove redundant plane_w/h fields
wm4
2015-04-10
*
mp_image: fix build
wm4
2015-04-09
*
video: move colorspace overrides to vf_format, simplify
wm4
2015-03-31
*
mp_image: reject 0-sized images
wm4
2015-03-23
*
mp_image: do not assume trailing stride padding exists
wm4
2015-03-20
*
video: uninline memcpy_pic functions
wm4
2015-03-20
*
mp_image: remove unneeded things
wm4
2015-03-20
*
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
*
video: fix typo
wm4
2015-02-28
*
csputils: add missing gamma support
Niklas Haas
2015-02-28
[next]