]> git.sesse.net Git - nageru/commit
Implement x264 speedcontrol.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 29 Apr 2016 00:10:00 +0000 (02:10 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 May 2016 21:47:10 +0000 (23:47 +0200)
commit16c0e5da7fa7b4eeea79470c24697a1ba193f071
treecaf5c3819a0d7714d3906367c51b12f31e6c4c75
parent59367b8add7962e605b829a3e2997411e0ee82fe
Implement x264 speedcontrol.

Based on the speedcontrol patch series from x264-obe, but bugfixed,
reworked and pulled out so that it can run with vanilla x264.

Note that vanilla x264 right now has a bug that this patch exposes;
you want the patch called “Fix corruption with reconfig which changed
SPS (like change of --ref)” (currently in x264-sandbox).
Makefile
flags.cpp
flags.h
x264_encoder.cpp
x264_encoder.h
x264_speed_control.cpp [new file with mode: 0644]
x264_speed_control.h [new file with mode: 0644]