webrtc/modules/video_coding
Johannes Kron 4749e4e221 Move HdrMetadata to ColorSpace
Move HdrMetadata to ColorSpace as part of preparing for joint transmission
of these two objects.

Bug: webrtc:8651
Change-Id: Ie948011a2c0106d5967cb5ef3b9565217e798272
Reviewed-on: https://webrtc-review.googlesource.com/c/111481
Commit-Queue: Johannes Kron <kron@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25730}
2018-11-21 15:09:24 +00:00
..
codecs Move HdrMetadata to ColorSpace 2018-11-21 15:09:24 +00:00
include Reland "Use the factory instead of using the builtin code path in VideoCodecInitializer" 2018-11-08 19:10:47 +00:00
test Delete NullEventFactory 2018-11-07 14:19:52 +00:00
utility Add default constructor for rtc::Event 2018-11-07 08:57:50 +00:00
BUILD.gn Always compile VP9 source files. 2018-11-19 10:18:18 +00:00
codec_timer.cc Fix chromium warnings for SdpVideoFormat. 2018-03-27 08:11:21 +00:00
codec_timer.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
decoder_database.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
decoder_database.h Refactoring PayloadRouter. 2018-07-17 14:46:15 +00:00
decoding_state.cc Add accessor methods for RTP timestamp of EncodedImage. 2018-08-21 09:15:51 +00:00
decoding_state.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
decoding_state_unittest.cc Reland "Remove RTPVideoHeader::vp8() accessors." 2018-09-07 13:04:07 +00:00
DEPS Prepare VideoProcessor for async simulcast support. 2018-03-08 17:41:13 +00:00
encoded_frame.cc Reland "Remove RTPVideoHeader::vp8() accessors." 2018-09-07 13:04:07 +00:00
encoded_frame.h Enable End-to-End Encrypted Video Frames. 2018-10-18 16:05:13 +00:00
encoder_database.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
encoder_database.h Delete payload_type from VCMEncoderDatabase and vcm::VideoSender. 2018-03-16 13:43:01 +00:00
fec_controller_default.cc Make protection_overhead_rate configurable through field trial. 2018-10-22 15:44:23 +00:00
fec_controller_default.h Make protection_overhead_rate configurable through field trial. 2018-10-22 15:44:23 +00:00
fec_controller_unittest.cc Make fec controller plug-able. 2018-01-22 11:48:16 +00:00
fec_rate_table.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
frame_buffer.cc Add accessor methods for RTP timestamp of EncodedImage. 2018-08-21 09:15:51 +00:00
frame_buffer.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
frame_buffer2.cc Clear FrameBuffer if there were no frames received for 10 minutes 2018-11-07 15:09:11 +00:00
frame_buffer2.h Clear FrameBuffer if there were no frames received for 10 minutes 2018-11-07 15:09:11 +00:00
frame_buffer2_unittest.cc Add default constructor for rtc::Event 2018-11-07 08:57:50 +00:00
frame_object.cc Added RtpFrameObject::SetBitstream so that the frame can be updated with the decrypted payload. 2018-10-02 15:56:38 +00:00
frame_object.h Added RtpFrameObject::SetBitstream so that the frame can be updated with the decrypted payload. 2018-10-02 15:56:38 +00:00
generic_decoder.cc Add accessor methods for RTP timestamp of EncodedImage. 2018-08-21 09:15:51 +00:00
generic_decoder.h Remove unimplemented function declarations VCMGenericDecoder::External and VCMTimestampMap::Reset. 2018-09-06 09:05:30 +00:00
generic_encoder.cc Add ability to specify if rate controller of video encoder is trusted. 2018-11-08 16:41:12 +00:00
generic_encoder.h Add ability to specify if rate controller of video encoder is trusted. 2018-11-08 16:41:12 +00:00
generic_encoder_unittest.cc Reland "Add spatial index to EncodedImage." 2018-08-31 07:35:52 +00:00
h264_sprop_parameter_sets.cc Move base64.h to the proper location. 2018-07-23 15:40:36 +00:00
h264_sprop_parameter_sets.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
h264_sprop_parameter_sets_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
h264_sps_pps_tracker.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
h264_sps_pps_tracker.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
h264_sps_pps_tracker_unittest.cc Reland "Remove RTPVideoHeader::h264() accessors." 2018-08-03 09:16:50 +00:00
histogram.cc Move sequence_number_utils.h to rtc_base/ 2017-10-25 12:33:57 +00:00
histogram.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
histogram_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
inter_frame_delay.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
inter_frame_delay.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
internal_defines.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
jitter_buffer.cc Add accessor methods for RTP timestamp of EncodedImage. 2018-08-21 09:15:51 +00:00
jitter_buffer.h Deprecate EventFactory and delete all usage. 2018-11-08 11:00:37 +00:00
jitter_buffer_common.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
jitter_buffer_unittest.cc Delete NullEventFactory 2018-11-07 14:19:52 +00:00
jitter_estimator.cc JitterEstimator: Remove old LowRate exp and add trial for upper bound. 2018-11-01 14:51:38 +00:00
jitter_estimator.h JitterEstimator: Remove old LowRate exp and add trial for upper bound. 2018-11-01 14:51:38 +00:00
jitter_estimator_tests.cc JitterEstimator: Remove old LowRate exp and add trial for upper bound. 2018-11-01 14:51:38 +00:00
media_opt_util.cc Fix flaky test TestFlexfecRtpStatePreservation. 2018-08-23 13:43:50 +00:00
media_opt_util.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
media_optimization.cc Remove MediaOptimization::Reset. 2018-09-03 15:56:55 +00:00
media_optimization.h Remove MediaOptimization::Reset. 2018-09-03 15:56:55 +00:00
nack_fec_tables.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nack_module.cc Adds a field trial parameter to configure waiting time before sending Nack packets. 2018-11-02 14:56:52 +00:00
nack_module.h Adds a field trial parameter to configure waiting time before sending Nack packets. 2018-11-02 14:56:52 +00:00
nack_module_unittest.cc Adds a field trial parameter to configure waiting time before sending Nack packets. 2018-11-02 14:56:52 +00:00
OWNERS Make ilnik@ owner in video/ and modules/video_coding/ 2018-09-11 12:39:39 +00:00
packet.cc Delete unused includes of assert.h 2018-10-04 14:01:44 +00:00
packet.h Make RtpGenericFrameDescriptor available for E2EE. 2018-10-02 13:35:29 +00:00
packet_buffer.cc Use timestamp instead of seq_num to distinguish between packets. 2018-10-01 19:56:16 +00:00
packet_buffer.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
receiver.cc Deprecate EventFactory and delete all usage. 2018-11-08 11:00:37 +00:00
receiver.h Deprecate EventFactory and delete all usage. 2018-11-08 11:00:37 +00:00
receiver_unittest.cc Deprecate EventFactory and delete all usage. 2018-11-08 11:00:37 +00:00
rtp_frame_reference_finder.cc Make RtpGenericFrameDescriptor available for E2EE. 2018-10-02 13:35:29 +00:00
rtp_frame_reference_finder.h Make RtpGenericFrameDescriptor available for E2EE. 2018-10-02 13:35:29 +00:00
rtp_frame_reference_finder_unittest.cc Added is_last_packet_in_frame to match is_first_packet_in_frame. 2018-09-13 11:07:10 +00:00
rtt_filter.cc Fix typo in VCMRttFilter 2018-01-26 10:59:56 +00:00
rtt_filter.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
session_info.cc Reland "Remove RTPVideoHeader::vp8() accessors." 2018-09-07 13:04:07 +00:00
session_info.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
session_info_unittest.cc VCMPacket: Set VCMNaluCompleteness for generic codecs 2018-07-11 13:22:59 +00:00
timestamp_map.cc Remove unimplemented function declarations VCMGenericDecoder::External and VCMTimestampMap::Reset. 2018-09-06 09:05:30 +00:00
timestamp_map.h Remove unimplemented function declarations VCMGenericDecoder::External and VCMTimestampMap::Reset. 2018-09-06 09:05:30 +00:00
timing.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
timing.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
timing_unittest.cc Remove unused functions in VCMTiming. 2018-01-17 14:47:10 +00:00
video_codec_initializer.cc Reland "Use the factory instead of using the builtin code path in VideoCodecInitializer" 2018-11-08 19:10:47 +00:00
video_codec_initializer_unittest.cc Reland "Use the factory instead of using the builtin code path in VideoCodecInitializer" 2018-11-08 19:10:47 +00:00
video_coding_defines.cc Fix chromium warnings for SdpVideoFormat. 2018-03-27 08:11:21 +00:00
video_coding_impl.cc Don't poll EncoderInfo from encoder twice per frame 2018-11-16 14:11:38 +00:00
video_coding_impl.h Don't poll EncoderInfo from encoder twice per frame 2018-11-16 14:11:38 +00:00
video_packet_buffer_unittest.cc Revert "Disabled TestPacketBuffer.SeqNumWrapOneFrame test due to clang update" 2018-10-30 12:26:48 +00:00
video_receiver.cc Deprecate EventFactory and delete all usage. 2018-11-08 11:00:37 +00:00
video_receiver_unittest.cc Deprecate EventFactory and delete all usage. 2018-11-08 11:00:37 +00:00
video_sender.cc Don't poll EncoderInfo from encoder twice per frame 2018-11-16 14:11:38 +00:00
video_sender_unittest.cc Don't poll EncoderInfo from encoder twice per frame 2018-11-16 14:11:38 +00:00