OSDN Git Service

Add support for higher QP values in h264.
authorOskar Arvidsson <oskar@irock.se>
Tue, 29 Mar 2011 15:48:58 +0000 (17:48 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 10 May 2011 11:24:35 +0000 (07:24 -0400)
commitfcc0224e4fbd44ae268903185b0cf83560b13555
treed41ef6b55e9cf1575c4077c7f44cf25b93a99fb9
parent6e3ef511d787ff632547059f8730396ff4498e70
Add support for higher QP values in h264.

In high bit depth, the QP values may now be up to (51 + 6*(bit_depth-8)).

Preparatory patch for high bit depth h264 decoding support.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264_ps.c