webrtc/modules/video_coding/codecs/h264
Sergio Garcia Murillo 8545ebae28 Add 420 and 422 10 bit h264 decoding.
422 10 bit format is called I210 in the code and implemented in I210Buffer, and 420 10-bit format format is using is using the already existing I010 format and implemented in I010Buffer.

Bug: webrtc:13826
Change-Id: I6b6ed65b9fbb295386ea20f751bd0badc49ef21b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256964
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37252}
2022-06-17 11:12:10 +00:00
..
include Update SupportsScalabilityMode functions to use enum ScalabilityMode. 2022-05-06 07:29:20 +00:00
test Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect 2019-12-02 17:11:37 +00:00
DEPS Support more H264 profiles for internal software codec 2017-10-06 14:28:44 +00:00
h264.cc Update SupportsScalabilityMode functions to use enum ScalabilityMode. 2022-05-06 07:29:20 +00:00
h264_color_space.cc Use preprocessor to strip H264 implementation. 2019-05-24 11:33:07 +00:00
h264_color_space.h Use preprocessor to strip H264 implementation. 2019-05-24 11:33:07 +00:00
h264_decoder_impl.cc Add 420 and 422 10 bit h264 decoding. 2022-06-17 11:12:10 +00:00
h264_decoder_impl.h Migrate software decoders to new VideoDecoder::Configure 2021-08-11 09:16:22 +00:00
h264_encoder_impl.cc Move frame drop config to VideoCodec and VideoEncoderConfig. 2022-05-13 13:40:14 +00:00
h264_encoder_impl.h Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
h264_encoder_impl_unittest.cc Move frame drop config to VideoCodec and VideoEncoderConfig. 2022-05-13 13:40:14 +00:00
h264_simulcast_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
OWNERS Update codecs/h264 owners. 2019-04-04 10:21:32 +00:00