webrtc/modules/video_coding/codecs/h264
Niels Möller 9d8eaac4ee Delete unneeded direct includes of common_types.h
And delete corresponding dependencies on :webrtc_common. After this
change, common_types.h is included directly only from code in the
following directories:

api/
api/video/
api/video_codecs/
common_video/libyuv/include/
media/base/
modules/remote_bitrate_estimator/
modules/rtp_rtcp/source/
modules/video_coding/codecs/vp9/

There remains plenty of indirect dependencies on the types declared in
common_types.h, but the fewer direct dependencies should make it
easier to find the proper place for each type.

Bug: webrtc:5876
Change-Id: I93e8f214025ecb613c19fdec2015bd3f96c59aae
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130501
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27376}
2019-04-01 07:18:13 +00:00
..
include H.264 temporal layers w/frame marking (PART 2/3) 2019-02-09 16:47:09 +00:00
test Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
DEPS Support more H264 profiles for internal software codec 2017-10-06 14:28:44 +00:00
h264.cc Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
h264_color_space.cc Add chroma siting to ColorSpace 2018-12-10 11:19:35 +00:00
h264_color_space.h Extract color space from H264 decoder 2018-07-24 17:07:16 +00:00
h264_decoder_impl.cc Delete EncodedImage::GetBufferPaddingBytes 2019-03-14 09:08:19 +00:00
h264_decoder_impl.h Delete EncodedImage::GetBufferPaddingBytes 2019-03-14 09:08:19 +00:00
h264_encoder_impl.cc Make VideoFrameType an enum class, and move to separate file and target 2019-03-22 12:44:51 +00:00
h264_encoder_impl.h Update more VideoEncoder implementations to drop CodecSpecificInfo input 2019-03-07 12:26:57 +00:00
h264_encoder_impl_unittest.cc Stop using VideoCodec.targetBitrate for vp8 screenshare config 2018-07-06 15:13:18 +00:00
h264_simulcast_unittest.cc Use function_video_(en|de)coder_factory from api 2018-10-26 14:54:19 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00