]> git.sesse.net Git - x264/commit
Use TV range algorithm for bit-depth conversions
authorAnton Mitrofanov <BugMaster@narod.ru>
Sun, 22 Jan 2012 18:13:52 +0000 (22:13 +0400)
committerFiona Glaser <fiona@x264.com>
Sat, 4 Feb 2012 15:18:16 +0000 (07:18 -0800)
commit82d8cdde567b1c1e8d2046bbb831d0daafe8213b
tree6a7ffaba5d4b60726239878df4c768d3ac3133a7
parent27a7b05b8330d0756e5e3f6669282561030f54fa
Use TV range algorithm for bit-depth conversions
Such sources are more common, so better to be correct for the common case.
This also produces less error for the case of full range than the previous algorithm produced for the case of TV range.
filters/video/depth.c
input/raw.c