]> git.sesse.net Git - x264/commit
VBV emergency mode
authorFiona Glaser <fiona@x264.com>
Tue, 18 Jan 2011 08:52:03 +0000 (00:52 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 25 Jan 2011 20:16:39 +0000 (12:16 -0800)
commite6025413ea3e4d9ee0e4b1e1b4d38a9eeb949d49
treecb2a23d022e41b93cc685553789e64dfc96d1653
parent68cda11b73471d090776cdbe5dbff7f8563fadb5
VBV emergency mode
Allow ratecontrol to select "quantizers" above the maximum.
These "quantizers" progressively decimate the source to avoid VBV underflow.
x264 is now VBV compliant even with input as evil as /dev/random.
common/common.h
common/quant.c
common/set.c
common/x86/quant-a.asm
encoder/analyse.c
encoder/encoder.c
encoder/macroblock.c
encoder/me.c
encoder/me.h
encoder/ratecontrol.c