mpv/video/decode
Niklas Haas c335e84230 video: refactor HDR implementation
List of changes:

1. Kill nom_peak, since it's a pointless non-field that stores nothing
   of value and is _always_ derived from ref_white anyway.

2. Kill ref_white/--target-brightness, because the only case it really
   existed for (PQ) actually doesn't need to be this general: According
   to ITU-R BT.2100, PQ *always* assumes a reference monitor with a
   white point of 100 cd/m².

3. Improve documentation and comments surrounding this stuff.
4. Clean up some of the code in general. Move stuff where it belongs.
2017-06-18 20:48:23 +02:00
..
d3d.c d3d: add support for new libavcodec hwaccel API 2017-06-08 21:51:25 +02:00
d3d.h d3d: add support for new libavcodec hwaccel API 2017-06-08 21:51:25 +02:00
dec_video.c dec_video: change license to LGPL (almost) 2017-06-18 18:58:36 +02:00
dec_video.h dec_video: change license to LGPL (almost) 2017-06-18 18:58:36 +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: add support for new libavcodec hwaccel API 2017-06-08 21:51:25 +02:00
hw_dxva2.c d3d: add support for new libavcodec hwaccel API 2017-06-08 21:51:25 +02:00
hw_videotoolbox.c videotoolbox: support new libavcodec API 2017-05-24 15:25:48 +02:00
lavc.h d3d: add support for new libavcodec hwaccel API 2017-06-08 21:51:25 +02:00
vd.h vd, vd_lavc: change license to LGPL (almost) 2017-06-15 16:32:47 +02:00
vd_lavc.c video: refactor HDR implementation 2017-06-18 20:48:23 +02:00