1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00
Files
FFmpeg/libavcodec
Rostislav Pehlivanov ce855bf43b diracdec: fix full range videos
Full range video had been broken by the introduction of the < 2U check
at the following line. The bitstream format kind of implies that the full
and limited ranges use different pix_fmts but that's incorrect since we
have the avctx->color_range flag. So adjust the pixel range index to
be mapped to the same pix_fmts as limited range index.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-01-22 17:15:00 +00:00
..
2016-01-20 16:56:53 +00:00
2016-01-20 16:56:53 +00:00
2015-12-19 09:32:53 -08:00
2015-12-19 09:32:53 -08:00
2016-01-06 16:43:06 +00:00
2016-01-10 16:28:14 +01:00
2016-01-10 16:28:14 +01:00
2015-12-26 20:29:22 -08:00
2016-01-22 17:15:00 +00:00
2015-12-18 18:08:00 +01:00
2016-01-18 19:56:37 +01:00
2015-12-20 21:31:55 +01:00
2016-01-06 16:43:06 +00:00
2016-01-10 12:49:35 +01:00
2015-12-21 11:14:02 +01:00
2015-12-22 12:54:23 +01:00
2016-01-06 16:43:06 +00:00
2016-01-20 16:41:19 -03:00