1. dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
  2. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  3. 348b08a Introduce webrtc::TaskQueue and TaskQueueFactory interfaces by Danil Chapovalov · 6 years ago
  4. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  5. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  6. 52de8b0 Adds functionality to write logs to memory. by Sebastian Jansson · 6 years ago
  7. 309aafe Add 'AudioPacket' notification to media transport interface. by Piotr (Peter) Slatala · 6 years ago
  8. 254ecff Using absl::string_view to stringify an RTCErrorType. by Mirko Bonadei · 6 years ago
  9. 0acffb5 Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDelay` for `getStats()`. by Chen Xing · 6 years ago
  10. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  11. ccc1b57 Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. by Mirta Dvornicic · 6 years ago
  12. 4e5ffbe Remove unneeded deps from api:call_api. by Mirko Bonadei · 6 years ago
  13. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  14. 959e9b6 Publish rtc::QueuedTask in api as webrtc::QueuedTask by Danil Chapovalov · 6 years ago
  15. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  16. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  17. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  18. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  19. 87da937 Delete unused constant kVideoCodecI420 by Niels Möller · 6 years ago
  20. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
  21. a8f58f0 Add data() accessors to EncodedImage by Niels Möller · 6 years ago
  22. 79a07cd Change type StreamsConfig::requests_alr_probing to abls::optional by Per Kjellander · 6 years ago
  23. c610e26 Include pacing buffer size in congestion window. by Christoffer Rodbro · 6 years ago
  24. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  25. 455d27c Adding audio network adaptor to video quality test. by Minyue Li · 6 years ago
  26. d716fb9 Reland "Refactor rate profile update." by Sergey Silkin · 6 years ago
  27. 08223c1 Revert "Reland "Refactor rate profile update."" by Sergey Silkin · 6 years ago
  28. 77aedae Reland "Refactor rate profile update." by Sergey Silkin · 6 years ago
  29. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  30. d02541e Add an observer API for DTLSTransport events. by Harald Alvestrand · 6 years ago
  31. bba675d Clean up api/ DEPS by Steve Anton · 6 years ago
  32. 412d185 Delete pre_encode_callback from VideoSendStream::Config by Niels Möller · 6 years ago
  33. 0c02250 Pass RtcEventLog to MediaTransportFactory. by Piotr (Peter) Slatala · 6 years ago
  34. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  35. a921660 Add ability to paste VideoFrameBuffer into the middle of I010Buffer and I420Buffer by Ilya Nikolaevskiy · 6 years ago
  36. a1f78a4 Revert "Refactor rate profile update." by Sergey Silkin · 6 years ago
  37. b6cdfdc Refactor rate profile update. by Sergey Silkin · 6 years ago
  38. 9405efa Add element_type typedef to rtc::scoped_refptr by Steve Anton · 6 years ago
  39. e920351 Update PeerConnectionProxy to reflect new PeerConnectionInterface methods by Steve Anton · 6 years ago
  40. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  41. 503da94 Adds first unacknowledged packet send time. by Sebastian Jansson · 6 years ago
  42. 358fba1 Removes NetworkControllerTester by Sebastian Jansson · 6 years ago
  43. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  44. 73f2da9 Remove VP8EncoderSimulcastProxy by Florent Castelli · 6 years ago
  45. 833979f Adding metrics for hostname candidate use. by Jeroen de Borst · 6 years ago
  46. fe79b34 Reorder methods and members of HdrMetadata by Johannes Kron · 6 years ago
  47. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  48. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  49. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  50. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  51. c13f4be Add chroma siting to color space RTP extension by Johannes Kron · 6 years ago
  52. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  53. 2701bc9 Signals start rate when registering to TargetTransferRateObserver. by Sebastian Jansson · 6 years ago
  54. 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 6 years ago
  55. 6fe1fba Convert MediaSessionFactory to return unique_ptrs by Steve Anton · 6 years ago
  56. 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
  57. ad858d1 Improve the audio codec factory documentation. by Karl Wiberg · 6 years ago
  58. a6fd5e4 Rename EncodedImage::_size to capacity_, make private. by Niels Möller · 6 years ago
  59. 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
  60. 1c7f5f6 Add SetKeyFrameRequestCallback to MediaTransportInterface by Niels Möller · 6 years ago
  61. b47ccc3 Add chroma siting to ColorSpace by Johannes Kron · 6 years ago
  62. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  63. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 6 years ago
  64. b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
  65. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  66. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  67. d8a1b7a Use opaque int as payload_type in MediaTransportInterface by Niels Möller · 6 years ago
  68. 5b14778 [Unified Plan] If "a=msid" is missing, create default stream. by Henrik Boström · 6 years ago
  69. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  70. 77894cc New method EncodedImage::set_buffer by Niels Möller · 6 years ago
  71. 9cccf85 Delete unused video coding error codes. by Niels Möller · 6 years ago
  72. 4139047 Add LookupDtlsTransportByMid to proxy map by Harald Alvestrand · 6 years ago
  73. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  74. 3b923d9 Remove color space enum value kInvalid by Johannes Kron · 6 years ago
  75. ffa6ce4 Add integration test for new GetStats() with many tracks by Steve Anton · 6 years ago
  76. 6ed4f14 Remove deprecated VideoEncoder metadata methods by Erik Språng · 6 years ago
  77. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  78. e0446cb Move implementation of LoopbackMediaTransport to .cc file by Niels Möller · 6 years ago
  79. 0c3f4d3 Friendlier error messages from data unit classes. by Sebastian Jansson · 6 years ago
  80. c4862f4 Delete method EncodedFrame::GetBitstream, part 2 by Niels Möller · 6 years ago
  81. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  82. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  83. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  84. d5696fb Add video support to LoopbackMediaTransport by Niels Möller · 6 years ago
  85. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  86. de10eea AEC3: Fix ENR in the dominant nearend detection by Gustaf Ullberg · 6 years ago
  87. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  88. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  89. 09d6588 Change HdrMetadataExtension to ColorSpaceExtension by Johannes Kron · 6 years ago
  90. 65c921c Add setters to ColorSpace class by Johannes Kron · 6 years ago
  91. c5095e5 Fix wrong forward declaration namespace. by Mirko Bonadei · 6 years ago
  92. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  93. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  94. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  95. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  96. 5486bcd Remove SetChannelParameters function from API classes. by philipel · 6 years ago
  97. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  98. 540ef28 Adds OnReceivedUplinkAllocation method to AudioEncoder. by Sebastian Jansson · 6 years ago
  99. 6736df1 Moves BitrateAllocationUpdate to api. by Sebastian Jansson · 6 years ago
  100. 5eae1d9 Remove legacy SetTargetTransferRateObserver by Piotr (Peter) Slatala · 6 years ago