webrtc/api/video_codecs
Joe Downing 87bcc1cab9 Adding some AV1 constants and helper functions
I've added a basic AV1 impl to Chrome Remote Desktop and am looking into
what is needed to test with I444 (Profile-1) in our platform. This CL
adds a few helper functions, constants, and enums that can be used to
configure the SDP with different AV1 profiles. More work is still needed
but I wanted to get this in place first so I can build on it in the CRD
host code.

Change-Id: I1af9ebf31f833138e8c36e0c0a30e32289e7b58e
Bug: chromium:1329660
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264000
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Joe Downing <joedow@google.com>
Cr-Commit-Position: refs/heads/main@{#37182}
2022-06-10 16:39:54 +00:00
..
test Adding some AV1 constants and helper functions 2022-06-10 16:39:54 +00:00
av1_profile.cc Adding some AV1 constants and helper functions 2022-06-10 16:39:54 +00:00
av1_profile.h Adding some AV1 constants and helper functions 2022-06-10 16:39:54 +00:00
bitstream_parser.h Add interface class for bitstream parser. 2019-03-22 12:14:41 +00:00
BUILD.gn Adding some AV1 constants and helper functions 2022-06-10 16:39:54 +00:00
builtin_video_decoder_factory.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
builtin_video_decoder_factory.h Export symbols needed by the Chromium component build (part 6). 2018-10-23 06:48:51 +00:00
builtin_video_encoder_factory.cc Delete support for has_internal_source 2021-11-16 11:29:40 +00:00
builtin_video_encoder_factory.h Export symbols needed by the Chromium component build (part 6). 2018-10-23 06:48:51 +00:00
h264_profile_level_id.cc Reland: Added support for H264 YUV444 (I444) decoding. 2022-02-09 11:57:55 +00:00
h264_profile_level_id.h Reland: Added support for H264 YUV444 (I444) decoding. 2022-02-09 11:57:55 +00:00
OWNERS Add magjed/nisse/sprang/brandtr as api/video_codecs owners 2018-11-08 15:43:03 +00:00
scalability_mode.h Update SupportsScalabilityMode functions to use enum ScalabilityMode. 2022-05-06 07:29:20 +00:00
sdp_video_format.cc Adding some AV1 constants and helper functions 2022-06-10 16:39:54 +00:00
sdp_video_format.h Add codec comparison function to SdpVideoFormat 2021-04-21 07:21:41 +00:00
simulcast_stream.h New struct SimulcastStream. 2022-05-31 13:14:45 +00:00
spatial_layer.cc Move definition of SpatialLayer to api/video_codecs/spatial_layer.h 2020-08-17 09:45:19 +00:00
spatial_layer.h Move definition of SpatialLayer to api/video_codecs/spatial_layer.h 2020-08-17 09:45:19 +00:00
video_codec.cc Delete codec-specific frameDroppingOn settings. 2022-05-20 14:54:31 +00:00
video_codec.h Delete codec-specific frameDroppingOn settings. 2022-05-20 14:54:31 +00:00
video_decoder.cc Delete deprecated VideoDecoder::InitDecode 2021-08-31 14:13:49 +00:00
video_decoder.h Delete deprecated VideoDecoder::InitDecode 2021-08-31 14:13:49 +00:00
video_decoder_factory.h Remove deprecated signature of VideoDecoderFactory::QueryCodecSupport 2021-08-30 10:26:05 +00:00
video_decoder_software_fallback_wrapper.cc Fix fallback implementation name 2022-04-05 08:28:23 +00:00
video_decoder_software_fallback_wrapper.h Export symbols needed by the Chromium component build (part 8). 2019-04-02 10:13:36 +00:00
video_encoder.cc Delete codec-specific frameDroppingOn settings. 2022-05-20 14:54:31 +00:00
video_encoder.h Delete support for has_internal_source 2021-11-16 11:29:40 +00:00
video_encoder_config.cc Delete H264EncoderSpecificSettings 2022-05-18 13:53:20 +00:00
video_encoder_config.h Delete H264EncoderSpecificSettings 2022-05-18 13:53:20 +00:00
video_encoder_factory.h RtpSenderInterface::SetEncoderSelector 2022-06-08 11:06:52 +00:00
video_encoder_factory_template.h Update SupportsScalabilityMode functions to use enum ScalabilityMode. 2022-05-06 07:29:20 +00:00
video_encoder_factory_template_libaom_av1_adapter.h Update SupportsScalabilityMode functions to use enum ScalabilityMode. 2022-05-06 07:29:20 +00:00
video_encoder_factory_template_libvpx_vp8_adapter.h Move VP8 SupportsScalabilityMode utility to its own build target 2022-05-09 13:25:25 +00:00
video_encoder_factory_template_libvpx_vp9_adapter.h Forward video format to VP9Encoder::Create(). 2022-05-25 10:32:31 +00:00
video_encoder_factory_template_open_h264_adapter.h Update SupportsScalabilityMode functions to use enum ScalabilityMode. 2022-05-06 07:29:20 +00:00
video_encoder_software_fallback_wrapper.cc Replace ABSL_FALLTHROUGH_INTENDED with c++17 attribute 2022-01-17 14:55:02 +00:00
video_encoder_software_fallback_wrapper.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
vp8_frame_buffer_controller.h Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
vp8_frame_config.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
vp8_frame_config.h Make DefaultTemporalLayers explicitly request a key frame 2019-06-24 08:26:17 +00:00
vp8_temporal_layers.cc Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create 2019-07-02 10:55:55 +00:00
vp8_temporal_layers.h Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create 2019-07-02 10:55:55 +00:00
vp8_temporal_layers_factory.cc Enforce VideoEncoderConfig.num_temporal_layers >= 1. 2020-01-21 13:38:08 +00:00
vp8_temporal_layers_factory.h Remove deprecated version of Vp8FrameBufferControllerFactory::Create 2019-07-02 14:40:20 +00:00
vp9_profile.cc Fix -Wunreachable-code-aggressive. 2021-06-30 11:14:37 +00:00
vp9_profile.h Move h264_profile_level_id and vp9_profile to api/video_codecs 2021-04-20 09:42:05 +00:00