]> granicus.if.org Git - libx264/commit
Add API tool to apply arbitrary quantizer offsets
authorFiona Glaser <fiona@x264.com>
Fri, 28 May 2010 21:27:22 +0000 (14:27 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 2 Jun 2010 02:51:35 +0000 (19:51 -0700)
commit7adf25b165b4c6c69c3bcba7ed949996dca6f116
treecc08af2f2f2e26a96388c497b72ab55a187bafc1
parent6589ad6dc6a2ac7599c5a19566306c274bd86853
Add API tool to apply arbitrary quantizer offsets
The calling application can now pass a "map" of quantizer offsets to apply to each frame.
An optional callback to free the map can also be included.
This allows all kinds of flexible region-of-interest coding and similar.
common/common.c
encoder/encoder.c
encoder/ratecontrol.c
encoder/ratecontrol.h
x264.h