Add support for writing raw encoder output to .ivf files.

Also refactor GenericEncoder to use these file writers, and remove use
of preprocessor to enable file writing.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#12372}
This commit is contained in:
sprang
2016-04-15 01:24:14 -07:00
committed by Commit bot
parent 7789fe7ab1
commit 3911c26bc0
18 changed files with 663 additions and 276 deletions

View File

@ -20,6 +20,8 @@
'sources': [
'frame_dropper.cc',
'frame_dropper.h',
'ivf_file_writer.cc',
'ivf_file_writer.h',
'moving_average.h',
'qp_parser.cc',
'qp_parser.h',