1. 82c56ca Request keyframe via setParameters by Philipp Hancke · 1 year, 7 months ago
  2. 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 7 months ago
  3. 0a4a984 Extract common codec fields into RtpCodec by Florent Castelli · 2 years ago
  4. 9f6ae37 Rename header extension API methods by Philipp Hancke · 2 years, 1 month ago
  5. 0deda15 Reland "RtpEncodingParameters::request_resolution patch 1" by Jonas Oreland · 2 years, 6 months ago
  6. b625101 Revert "RtpEncodingParameters::request_resolution patch 1" by Björn Terelius · 2 years, 6 months ago
  7. ef7359e RtpEncodingParameters::request_resolution patch 1 by Jonas Oreland · 2 years, 6 months ago
  8. a1a7c63 Let PCF.GetRtpSenderCapabilities return codecs' scalabilityModes. by Byoungchan Lee · 2 years, 9 months ago
  9. c69453d Change SetLocalContent in channel classes to avoid Invoke. by Tomas Gunnarsson · 3 years, 3 months ago
  10. 789a0f3 Delete deprecated RtpExtension::FindHeaderExtensionByUri variant by Danil Chapovalov · 3 years, 4 months ago
  11. fb19596 Allow setting different number of temporal layers per simulcast layer. by Åsa Persson · 3 years, 7 months ago
  12. 0e61fdd Use backticks not vertical bars to denote variables in comments for /api by Artem Titov · 3 years, 8 months ago
  13. 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 3 years, 10 months ago
  14. ae0d117 Implement the mixer-to-client per CSRC audio level extension (RFC 6465). by Doudou Kisabaka · 3 years, 10 months ago
  15. 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years ago
  16. a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years ago
  17. b258c56 Send and Receive VideoFrameTrackingid RTP header extension. by Jeremy Leconte · 4 years ago
  18. 87e9909 Make video scalability mode configurable from peerconnection level. by philipel · 4 years, 4 months ago
  19. 70c8945 Offer VideoLayersAllocation if field trial enabled by Per Kjellander · 4 years, 5 months ago
  20. 39adce1 Add RtpEncodingParameters.adaptive_ptime. by Jakob Ivarsson · 4 years, 9 months ago
  21. 755c65d Reland RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
  22. 9465978 Remove framemarking RTP extension. by philipel · 4 years, 10 months ago
  23. 6f727da Revert "RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions." by Markus Handell · 4 years, 10 months ago
  24. 71db9ac RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 10 months ago
  25. f0eef12 [Adaptation] Add more ResourceAdaptationProcessor logging. by Henrik Boström · 4 years, 10 months ago
  26. fd5ae7f Pass datachannel priority in DC open messages by Harald Alvestrand · 4 years, 10 months ago
  27. e110a44 Delete uri for the Generic Frame Descriptor v1 by Danil Chapovalov · 5 years ago
  28. 2b4ec9e in RtpExtension constructors pass strings by string_view rather than by value by Danil Chapovalov · 5 years ago
  29. 418cfee Make all RtpExtension uris constexpr rather than just const by Danil Chapovalov · 5 years ago
  30. e3a294c Expose bitrate_priority and network_priority in Android API. by Taylor Brandstetter · 5 years ago
  31. dfeb0df RtpParameters: respect https://abseil.io/tips/1. by Markus Handell · 5 years ago
  32. 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
  33. b05ca4b Implement new specification for degradation preference by Florent Castelli · 5 years ago
  34. 3f1aee3 Change network_priority from a double to an enum. by Taylor Brandstetter · 5 years ago
  35. a6db9c8f Rename NetworkPriority to just Priority by Taylor Brandstetter · 5 years ago
  36. 567f03f Add constants for allowed network_priority values by Taylor Brandstetter · 5 years ago
  37. 2272f20 Allow sending DependencyDescriptor rtp header extension in call by Danil Chapovalov · 5 years ago
  38. 72d6915 Populate sdp_fmtp_line and channels of RTCCodecStats by Johannes Kron · 5 years ago
  39. b19eb39 Delete obsolete unused rtp header extension conversion by Danil Chapovalov · 5 years ago
  40. 907dc80 Reland "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 5 years ago
  41. a8c2f51 Remove unused non-standard RtpEncodingParameters members by Florent Castelli · 5 years ago
  42. 5cef9c3 Revert "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 5 years ago
  43. 15be528 Add support for RtpEncodingParameters::max_framerate by Florent Castelli · 5 years ago
  44. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  45. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  46. cd8a6e2 Add writing and parsing of the `abs-capture-time` RTP header extension. by Chen Xing · 6 years ago
  47. 90bc1e1 Fix comment typo about degradation preference. by Åsa Persson · 6 years ago
  48. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 6 years ago
  49. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 6 years ago
  50. df5923d scale_resolution_down_by and rid are implemented by Steve Anton · 6 years ago
  51. 48e7065 Remove default IDs for RTP extensions from rtp_parameters.h by Elad Alon · 6 years ago
  52. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
  53. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 6 years ago
  54. 7ff164e Plumbing of feedback on request setting by Johannes Kron · 6 years ago
  55. 9f6a0d5 In VideoEngine also respect requested TL number even for screenshare by Ilya Nikolaevskiy · 6 years ago
  56. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  57. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from api/rtpparameters.h]
  58. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  59. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  60. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  61. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  62. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  63. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  64. 648d28a Media engine and channel support for per-channel dscp values, specified by RtpParameter by Tim Haloun · 6 years ago
  65. 78cdde3 Add support for sending RTP two-byte header extensions. by Johannes Kron · 6 years ago
  66. 23eba22 Add support for RtpEncodingParameters num_temporal_layers. by Åsa Persson · 6 years ago
  67. 07ba2b9 Parse two-byte header extensions. by Johannes Kron · 6 years ago
  68. f3119ef Add generic frame descriptor to list of supported video extensions by Danil Chapovalov · 7 years ago
  69. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 7 years ago
  70. e0c8b23 Frame marking RTP header extension (PART 1: implement extension) by Johnny Lee · 7 years ago
  71. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 7 years ago
  72. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 7 years ago
  73. 2ffed6d Enable clang::find_bad_constructs for sdk/android (part 1/2). by Mirko Bonadei · 7 years ago
  74. 87b3c51 Implement changing degradation preference with setParameters() by Florent Castelli · 7 years ago
  75. bdee46d Add functionality to set min bitrate for single stream through RtpEncodingParameters. by Åsa Persson · 7 years ago
  76. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 7 years ago
  77. 5565981 Add functionality to set min/max bitrate per simulcast layer through RtpEncodingParameters. by Åsa Persson · 7 years ago
  78. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 7 years ago
  79. 613591a Add min_bitrate_bps to RtpEncodingParameters. by Åsa Persson · 7 years ago
  80. dacec71 Add Rtcp parameters for PeerConnection senders by Florent Castelli · 7 years ago
  81. c2ee8e8 Removing references to webrtc::VideoSendStream::DegradationPreference. by Taylor Brandstetter · 7 years ago
  82. 2d2c888 Returns RTCError for setting unimplemented RtpParameters. by Seth Hampson · 7 years ago
  83. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 7 years ago
  84. b7d9d83 Implement RtpCodecParameters::parameters by Florent Castelli · 7 years ago
  85. cebf50f Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Florent Castelli · 7 years ago
  86. 909338b Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Max Morin · 7 years ago
  87. 5faf36e Implement RtpParameters.transaction_id for PC RtpSenderInterface by Florent Castelli · 7 years ago
  88. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 7 years ago
  89. a881ac0 Updated comments for RtpEncodingParameters. by Seth Hampson · 7 years ago
  90. f209cb5 Added ptime to RtpEncodingParameters. by Seth Hampson · 7 years ago
  91. 24722b3 Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Seth Hampson · 7 years ago
  92. 8b77aea Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Lu Liu · 7 years ago
  93. d2b912a Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator. by Seth Hampson · 7 years ago
  94. f32795e Updates to video config to allow changes in google3 tests, in order to not break anything. by Seth Hampson · 7 years ago
  95. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  96. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/api/rtpparameters.h]
  97. 0a2ed5f Removing webrtc/config.h by Mirko Bonadei · 8 years ago
  98. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  99. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 8 years ago
  100. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago