1. e27ccf9 Revert "in WebrtcVoiceEngine allow to set TaskQueueFactory" by Amit Hilbuch · 5 years ago
  2. a39254d in WebrtcVoiceEngine allow to set TaskQueueFactory by Danil Chapovalov · 5 years ago
  3. 54659c1 Fix obsolete settings in VideoEngine for VP9 screenshare by Ilya Nikolaevskiy · 5 years ago
  4. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  5. 7fbfaa4 PeerConnection::SetBitrate now also configures media transport. by Piotr (Peter) Slatala · 5 years ago
  6. 946b968 Add support for target rate constraints by Piotr (Peter) Slatala · 5 years ago
  7. 6d83592 Improve handling of packets with unknown ssrc. by Jonas Oreland · 5 years ago
  8. 647d5e6 Increase the default maximum jitter buffer size to 200 packets. by Jakob Ivarsson · 5 years ago
  9. e7a5f7b Modifying MediaChannel to accept CopyOnWriteBuffer by value. by Amit Hilbuch · 5 years ago
  10. e25f595 Guard preferred_dscp with the network interface lock by Steve Anton · 5 years ago
  11. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  12. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  13. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  14. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  15. 232b3fd Expose relative packet arrival delay metric in stats API. by Jakob Ivarsson · 5 years ago
  16. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  17. ef50b25 Remove lock in WebRtcVideoEngine by Steve Anton · 5 years ago
  18. d1d0359 Remove memsets of CodecSpecificInfo. by philipel · 5 years ago
  19. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 5 years ago
  20. b000b71 Wiring up RIDs from the video engine to the RTP Sender. by Amit Hilbuch · 5 years ago
  21. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 5 years ago
  22. 71aee3a Reland "Propagate VideoFrame::UpdateRect to encoder" by Ilya Nikolaevskiy · 5 years ago
  23. 7ea4605 Add latency to remote source api. by Ruslan Burakov · 5 years ago
  24. 429b67d Revert "Propagate VideoFrame::UpdateRect to encoder" by Mirko Bonadei · 5 years ago
  25. efa72a1 Propagate VideoFrame::UpdateRect to encoder by Ilya Nikolaevskiy · 5 years ago
  26. 3a656d1 Tune bitrates and minQP thresholds for high-fps screenshare. by Ilya Nikolaevskiy · 5 years ago
  27. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 5 years ago
  28. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 5 years ago
  29. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 5 years ago
  30. 6c02541 Revert "Delete video source proxying in WebRtcVideoSendStream" by Christian Fremerey · 5 years ago
  31. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 5 years ago
  32. b66003c Delete video source proxying in WebRtcVideoSendStream by Niels Möller · 5 years ago
  33. 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 5 years ago
  34. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 5 years ago
  35. e1dcce2 Remove HAVE_WEBRTC_VOICE. by Fredrik Solenberg · 5 years ago
  36. 3b50f9f Propagate base minimum delay to audio_receiver_stream by Ruslan Burakov · 5 years ago
  37. 9387b52 Apply simulcast resolution normalization before scaling. by Rasmus Brandt · 5 years ago
  38. 9f6a0d5 In VideoEngine also respect requested TL number even for screenshare by Ilya Nikolaevskiy · 5 years ago
  39. 0237106 Expose video freeze metrics in GetStats. by Sergey Silkin · 5 years ago
  40. 65cc52e Fix heap use overrun in FakeEncoder By removing unnecessary fixed size buffer. by Per Kjellander · 5 years ago
  41. 6957abe Reland "Always use real VideoStreamsFactory in full stack tests" by Ilya Nikolaevskiy · 5 years ago
  42. c1a0bcb Implement the encoding RtpParameter scaleResolutionDownBy by Florent Castelli · 5 years ago
  43. 2c9ebef Use Abseil container algorithms in media/ by Steve Anton · 6 years ago
  44. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  45. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  46. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  47. 1e27fec Negate flag name for prerender smoothing and update comments. by Rasmus Brandt · 6 years ago
  48. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  49. b0397d6 Always send abs-send-time when negotiated and do not filter it out. by Konrad Hofbauer · 6 years ago
  50. 1b761ca Remove simulcast constraints in SimulcastEncoderAdapter by Florent Castelli · 6 years ago
  51. 805a27e Reland "Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 2." by Niels Möller · 6 years ago
  52. a882fb3 Revert "Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 2." by Niels Moller · 6 years ago
  53. aa8b94c Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 2. by Niels Möller · 6 years ago
  54. 3de32e6 Add test WebRtcVideoChannelTest.DoesNotAdaptWhenScreeensharing by Niels Möller · 6 years ago
  55. dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
  56. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  57. fb7a6a7 Delete test WebRtcVideoChannelTest.AdaptsOnOveruseAndChangeResolution by Niels Möller · 6 years ago
  58. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  59. dcc7029 Simplify WebRtcVideoChannelTest.PreviousAdaptationDoesNotApplyToScreenshare by Niels Möller · 6 years ago
  60. 0acffb5 Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDelay` for `getStats()`. by Chen Xing · 6 years ago
  61. ccc1b57 Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. by Mirta Dvornicic · 6 years ago
  62. 45ccd84 Don't set the screenshare flag on FakeVideoCapturerWithTaskQueue by Niels Möller · 6 years ago
  63. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  64. d0f0f68 Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 1. by Niels Möller · 6 years ago
  65. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  66. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  67. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  68. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  69. ba50223 Make voiceengine/audio transport stop using voice_detection() interface by Sam Zackrisson · 6 years ago
  70. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
  71. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  72. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  73. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  74. fd87da7 Delete WebRtcVideoCapturer and related classes. by Niels Möller · 6 years ago
  75. 29e13fd Delete rtc::PacketTime (was an alias for int64_t) by Niels Möller · 6 years ago
  76. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  77. f5fc537 Allow H264 simulcast be default by Erik Språng · 6 years ago
  78. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  79. 73f2da9 Remove VP8EncoderSimulcastProxy by Florent Castelli · 6 years ago
  80. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  81. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  82. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  83. 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
  84. 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
  85. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  86. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  87. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  88. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  89. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  90. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  91. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  92. 72e52ee Make simulcast screenshare default-on by Erik Språng · 6 years ago
  93. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  94. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  95. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  96. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  97. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  98. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  99. 38332cd Add RTCP and simulcast support for RTCRtpReceiver::getParameters() by Florent Castelli · 6 years ago
  100. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago