mpv/video/decode
Niklas Haas 1aab037601 vd_lavc: decode embedded ICC profiles
Since these need to be refcounted, we throw them directly into struct
mp_image instead of being part of mp_colorspace. Even though they would
semantically make more sense in mp_colorspace, having them there is
really awkward because mp_colorspace is passed around and stored a lot,
and this way their lifetime is exactly tied to the lifetime of the
mp_image associated with it.
2017-08-03 21:48:25 +02:00
..
d3d.c d3d: UWP support for D3D11VA 2017-06-30 18:57:37 +02:00
d3d.h d3d: UWP support for D3D11VA 2017-06-30 18:57:37 +02:00
dec_video.c options: --priority can be LGPL 2017-08-03 09:44:36 +02:00
dec_video.h vo_opengl: add direct rendering support 2017-07-24 04:32:55 +02:00
hw_cuda.c cuda: add new way to set cuda context on cuvid codecs 2017-05-05 00:48:53 +02:00
hw_d3d11va.c d3d: fix behavior with deprecated FFmpeg J pixel formats 2017-07-04 14:06:31 +02:00
hw_dxva2.c d3d: fix behavior with deprecated FFmpeg J pixel formats 2017-07-04 14:06:31 +02:00
hw_videotoolbox.c videotoolbox: support new libavcodec API 2017-05-24 15:25:48 +02:00
lavc.h vo_opengl: add direct rendering support 2017-07-24 04:32:55 +02:00
vd.h vd, vd_lavc: change license to LGPL (almost) 2017-06-15 16:32:47 +02:00
vd_lavc.c vd_lavc: decode embedded ICC profiles 2017-08-03 21:48:25 +02:00