- b6b1cac Experimental improvements for simulcast screenshare by Erik Språng · 7 years ago
- 45a4c41 Never invoke rtc::LogMessage::SetLogToStderr outside of main. by Mirko Bonadei · 7 years ago
- a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
- 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 7 years ago
- 4206a0a Exposing video bitrate allocator into API by Jiawei Ou · 7 years ago
- dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
- 0823eec Reland "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 7 years ago
- c528c0a Revert "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 7 years ago
- cb853c8 Reland "Add Profile 2 configuration to VP9 Encoder and Decoder" by Emircan Uysaler · 7 years ago
- a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 7 years ago
- 2d82ade Revert "Add Profile 2 configuration to VP9 Encoder and Decoder" by Qingsi Wang · 7 years ago
- fc9c4e8 Add Profile 2 configuration to VP9 Encoder and Decoder by Emircan Uysaler · 7 years ago
- 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 7 years ago
- d4c5d63 Moves VideoAnalyzer class to a separate file. by Sebastian Jansson · 7 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
- 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
- b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 7 years ago
- 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 7 years ago
- 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
- b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 7 years ago
- 8643b78 Moved NackModule and VCMPacket to their own targets by Ilya Nikolaevskiy · 7 years ago
- f851888 Adds flags for configuring log output from full stack tests. by Sebastian Jansson · 7 years ago
- 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 7 years ago
- 94150ee Implement VideoQualityObserver by Ilya Nikolaevskiy · 7 years ago
- 96c9fc4 Add tests where the incoming stream changes codec type. by Åsa Persson · 7 years ago
- 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 7 years ago
- c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 7 years ago
- 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 7 years ago
- 2027b66 Add tests for quality scaling. by Åsa Persson · 7 years ago
- 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 7 years ago
- a945aee Make quality scaler downscale faster. by Åsa Persson · 7 years ago
- bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 7 years ago
- d78f7051 Testing receive time correction field trial. by Sebastian Jansson · 7 years ago
- 652dc91 Adds unit tests for VideoSendStreamImpl. by Sebastian Jansson · 7 years ago
- 8e0b15b Moves VideoSendStreamImpl to a separate file. by Sebastian Jansson · 7 years ago
- 8668496 Adding layering configurator and rate allocator for VP9 SVC. by Sergey Silkin · 7 years ago
- 38c5d93 Reduce locking for CallStats (preparation for TaskQueue). by Tommi · 7 years ago
- be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 7 years ago
- 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 7 years ago
- 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 7 years ago
- 2fee4d6 VideoStreamDecoder skeleton. by philipel · 7 years ago
- 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 7 years ago
- 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
- 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 7 years ago
- 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
- 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
- d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 7 years ago
- fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
- e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
- ef76e5a Add multiplex case to codec_tests by Emircan Uysaler · 7 years ago
- 80ba333 Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix by Karl Wiberg · 7 years ago
- c501713 Split end to end tests into more cohesive test sets. by Sebastian Jansson · 7 years ago
- 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
- edab301 Remove webrtc::test::InitFieldTrialsFromString(const std::string&). by Bjorn Terelius · 7 years ago
- 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
- dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
- 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
- 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
- 3b790f3 Make fec controller plug-able. by Ying Wang · 7 years ago
- 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
- c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
- 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
- a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
- 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
- cabe383 Moved ALR experiment settings to new experiments folder. by Sebastian Jansson · 7 years ago
- 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
- e66572b Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
- 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
- a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
- be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
- 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
- 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
- 5f99e65 Removing unneeded dependencies from video_quality_test. by Mirko Bonadei · 7 years ago
- 255d1cd Implement dual stream full stack test and loopback tool by Ilya Nikolaevskiy · 7 years ago
- 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
- 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
- bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
- 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
- 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
- 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
- 712989d Revert "Reland "iOS: Save perf results under Documents/perf_result.json"" by Mirko Bonadei · 7 years ago
- a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
- 8b886bb Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
- d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
- 081c651 Revert "iOS: Save perf results under Documents/perf_result.json" by Rasmus Brandt · 7 years ago
- a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
- 10a8e7a iOS: Save perf results under Documents/perf_result.json by Edward Lemur · 7 years ago
- a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
- b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
- 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
- b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
- a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
- 245660a Fix Gn untracked headers in webrtc/call. by Mirko Bonadei · 7 years ago
- 3102734 Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." by Rasmus Brandt · 7 years ago
- 2666cf7 Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld). by Rasmus Brandt · 7 years ago
- a82fcd0 Remove unused mocks of process thread by Danil Chapovalov · 8 years ago
- af8659a Rename test output to test artifacts. by Edward Lemur · 8 years ago
- 2c30120 Revert of Add full stack tests for MediaCodec. (patchset #10 id:180001 of https://codereview.webrtc.org/3005253002/ ) by brandtr · 8 years ago
- 2cefac6 Add full stack tests for MediaCodec encoder. by brandtr · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/video/BUILD.gn]