webrtc/api/video
Erik Språng 566124a6df Move BitrateAllocation to api/ and rename it VideoBitrateAllocation
Since the webrtc_common build target does not have visibility set, we
cannot easily use BitrateAllocation in other parts of Chromium.
This is currently blocking parts of chromium:794608, and I know of other
usage outside webrtc already, so moving it to api/ should be warranted.

Also, since there's some naming confusion and this class is video
specific rename it VideoBitrateAllocation. This also fits with the
standard interface for producing these: VideoBitrateAllocator.

Bug: chromium:794608
Change-Id: I4c0fae40f9365e860c605a76a4f67ecc9b9cf9fe
Reviewed-on: https://webrtc-review.googlesource.com/70783
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22986}
2018-04-23 15:31:27 +00:00
..
DEPS VideoStreamDecoder skeleton. 2018-03-22 11:23:24 +00:00
encoded_frame.cc Fix chromium warnings for SdpVideoFormat. 2018-03-27 08:11:21 +00:00
encoded_frame.h Fix chromium warnings for SdpVideoFormat. 2018-03-27 08:11:21 +00:00
i420_buffer.cc Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
i420_buffer.h Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
OWNERS Add timing info to all encoded frames. 2017-11-10 12:15:35 +00:00
video_bitrate_allocation.cc Move BitrateAllocation to api/ and rename it VideoBitrateAllocation 2018-04-23 15:31:27 +00:00
video_bitrate_allocation.h Move BitrateAllocation to api/ and rename it VideoBitrateAllocation 2018-04-23 15:31:27 +00:00
video_content_type.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_content_type.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_frame_buffer.cc Separate i420 and i444 implementations to separate targets. 2017-11-13 14:27:39 +00:00
video_frame_buffer.h Separate i420 and i444 implementations to separate targets. 2017-11-13 14:27:39 +00:00
video_frame.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_frame.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_rotation.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_stream_decoder_create.cc VideoStreamDecoder skeleton. 2018-03-22 11:23:24 +00:00
video_stream_decoder_create.h VideoStreamDecoder skeleton. 2018-03-22 11:23:24 +00:00
video_stream_decoder.h VideoStreamDecoderImpl implementation, part 1. 2018-03-23 13:58:55 +00:00
video_timing.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_timing.h Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00