Bitrate controller for VideoToolbox encoder.

Also fixes a crash on encoder Release.

BUG=webrtc:4081

Review URL: https://codereview.webrtc.org/1660963002

Cr-Commit-Position: refs/heads/master@{#11729}
This commit is contained in:
tkchin
2016-02-23 22:49:42 -08:00
committed by Commit bot
parent 0ed85b2ee3
commit f75d008235
21 changed files with 580 additions and 79 deletions

View File

@ -22,6 +22,7 @@
],
'sources': [
# interfaces
'include/bitrate_adjuster.h',
'include/video_coding.h',
'include/video_coding_defines.h',
@ -54,6 +55,7 @@
'video_coding_impl.h',
# sources
'bitrate_adjuster.cc',
'codec_database.cc',
'codec_timer.cc',
'content_metrics_processing.cc',