1. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  2. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  3. 0bb0881 Add VideoEncoderFactory::GetImplementations function. by philipel · 5 years ago
  4. 66b3860 Remove WebRTC-SimulcastScreenshare and enable it by default by Florent Castelli · 5 years ago
  5. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  6. 495a1ae Remove cricket::WebRtcMediaEngineFactory as now unused by Danil Chapovalov · 5 years ago
  7. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  8. 668ce0c Remove trial WebRTC-SimulcastMaxLayers and make its behavior default by Florent Castelli · 5 years ago
  9. fdf74bd Remove non implemented function from WebRtcVideoChannel. by philipel · 5 years ago
  10. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 5 years ago
  11. e8ed830 WebRtcVideoChannel encoder fallback. by philipel · 5 years ago
  12. 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
  13. bfd343b Add totalDecodeTime to RTCInboundRTPStreamStats by Johannes Kron · 5 years ago
  14. 5983087 Forced vp8 sw encoder fallback: only use min bitrate config if codec type is vp8. by Åsa Persson · 5 years ago
  15. 65764e4 Add missing overrides in VideoEncoder proxies/adapters by Elad Alon · 5 years ago
  16. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  17. 2efae77 Add RTCStats for keyFramesEncoded, keyFramesDecoded. by Rasmus Brandt · 5 years ago
  18. 90f3b89 Replace the implementation of `GetContributingSources()` on the video side. by Chen Xing · 5 years ago
  19. 3472b9a Delete RTCInboundRTPStreamStats::fraction_lost by Niels Möller · 5 years ago
  20. c538506 Enable H.264 temporal scalability in simulcast. by Johnny Lee · 5 years ago
  21. 98cbb22 Moved AsyncInvoker to be destructed first in WebRtcVideoSendStream. by philipel · 5 years ago
  22. a9952cb Uncomment "override" in simulcast_encoder_adapter_unittest.cc by Elad Alon · 5 years ago
  23. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  24. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 5 years ago
  25. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  26. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  27. 4fc0855 Cleanup video frame metadata copying by Ilya Nikolaevskiy · 5 years ago
  28. 479a3c0 Add support for enabling and negotiating raw RTP packetization. by Mirta Dvornicic · 5 years ago
  29. 2dbc627 Check H264 packetization mode when using IsSameCodec by Steve Anton · 5 years ago
  30. 85b8ce2 In media engine replace forward declaration with proper includes by Danil Chapovalov · 5 years ago
  31. 220f4be Remove some media/ --> pc/ test dependencies by Steve Anton · 5 years ago
  32. 6737841 Add jitterBufferDelay and jitterBufferEmittedCount stats for video by Guido Urdaneta · 5 years ago
  33. ce33b6a Implement QualityLimitationReasonTracker and expose "reason". by Henrik Boström · 5 years ago
  34. 6e436d1 [audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  35. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  36. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  37. 316f3ac Datagram Transport Integration by Anton Sukhanov · 5 years ago
  38. 040dc43 Fix shadowing of override_field_trials_ in WebRtcVideoEngineTest by Elad Alon · 5 years ago
  39. 23aff9b Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget. by Henrik Boström · 5 years ago
  40. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  41. 19da5ce Formatting of WebRTC-Vp9InterLayerPred field trial. by Sergey Silkin · 5 years ago
  42. 9fe1834 Implement RTCOutboundRtpStreamStats.totalPacketSendDelay for video. by Henrik Boström · 5 years ago
  43. fe4f694 Add missing overrides to QualityTestVideoEncoder by Elad Alon · 6 years ago
  44. 9356252 Ensure that we always set values for min and max audio bitrate. by Daniel Lee · 6 years ago
  45. 8d8ffdb Expose new audio stats on the API by Ivo Creusen · 6 years ago
  46. 44125fa Reland "Piping audio interruption metrics to API layer" by Henrik Lundin · 6 years ago
  47. fc02a79 Revert "Piping audio interruption metrics to API layer" by Henrik Andreassson · 6 years ago
  48. 8a9778e Delete unused StartAecDump method with filename argument by Niels Möller · 6 years ago
  49. 299c4e6 Piping audio interruption metrics to API layer by Henrik Lundin · 6 years ago
  50. 9e79e6b Consolidate mock video encoders by Erik Språng · 6 years ago
  51. 63658d0 Revert "Ensure that we always set values for min and max audio bitrate." by Daniel Lee · 6 years ago
  52. 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 6 years ago
  53. e47aee3 Ensure that we always set values for min and max audio bitrate. by Daniel Lee · 6 years ago
  54. cf96e0f Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent. by Henrik Boström · 6 years ago
  55. a3aa9bd Make VideoBitrateAllocatorFactory injectable. by Jonas Oreland · 6 years ago
  56. 01738c6 Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp. by Henrik Boström · 6 years ago
  57. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 6 years ago
  58. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 6 years ago
  59. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 6 years ago
  60. 4844c5f Introduce media engine factory where TaskQueueFactory dependency can be set. by Danil Chapovalov · 6 years ago
  61. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 6 years ago
  62. fb20afd Pass notifications of RTT, PLR and LossNotification RTCP through EncoderSimulcastProxy by Elad Alon · 6 years ago
  63. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  64. cf26705 Field trial to control inter-layer prediction. by Sergey Silkin · 6 years ago
  65. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  66. f71362f Wire up RTCOutboundRtpStreamStats.totalEncodeTime. by Henrik Boström · 6 years ago
  67. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  68. 5a0665b Make UDP receive buffer size configurable via field trial by Johannes Kron · 6 years ago
  69. a556448 Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine. by Benjamin Wright · 6 years ago
  70. 33d2a91 Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 6 years ago
  71. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 6 years ago
  72. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 6 years ago
  73. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  74. e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 6 years ago
  75. b118d42 Use Abseil container algorithms in a couple places in media/ by Steve Anton · 6 years ago
  76. 4c7112a Reland "in WebrtcVoiceEngine allow to set TaskQueueFactory" by Danil Chapovalov · 6 years ago
  77. ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 6 years ago
  78. f0d1c03 Add replacement interface for webrtc::GainConrol by Sam Zackrisson · 6 years ago
  79. e27ccf9 Revert "in WebrtcVoiceEngine allow to set TaskQueueFactory" by Amit Hilbuch · 6 years ago
  80. a39254d in WebrtcVoiceEngine allow to set TaskQueueFactory by Danil Chapovalov · 6 years ago
  81. 54659c1 Fix obsolete settings in VideoEngine for VP9 screenshare by Ilya Nikolaevskiy · 6 years ago
  82. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  83. 7fbfaa4 PeerConnection::SetBitrate now also configures media transport. by Piotr (Peter) Slatala · 6 years ago
  84. 946b968 Add support for target rate constraints by Piotr (Peter) Slatala · 6 years ago
  85. 6d83592 Improve handling of packets with unknown ssrc. by Jonas Oreland · 6 years ago
  86. 647d5e6 Increase the default maximum jitter buffer size to 200 packets. by Jakob Ivarsson · 6 years ago
  87. e7a5f7b Modifying MediaChannel to accept CopyOnWriteBuffer by value. by Amit Hilbuch · 6 years ago
  88. e25f595 Guard preferred_dscp with the network interface lock by Steve Anton · 6 years ago
  89. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 6 years ago
  90. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 6 years ago
  91. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 6 years ago
  92. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  93. 232b3fd Expose relative packet arrival delay metric in stats API. by Jakob Ivarsson · 6 years ago
  94. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 6 years ago
  95. ef50b25 Remove lock in WebRtcVideoEngine by Steve Anton · 6 years ago
  96. d1d0359 Remove memsets of CodecSpecificInfo. by philipel · 6 years ago
  97. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 6 years ago
  98. b000b71 Wiring up RIDs from the video engine to the RTP Sender. by Amit Hilbuch · 6 years ago
  99. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
  100. 71aee3a Reland "Propagate VideoFrame::UpdateRect to encoder" by Ilya Nikolaevskiy · 6 years ago