Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. 63c20e9 Ensure that SVC is not enabled when mixed codec is used. by Shigemasa Watanabe · 4 weeks ago
  2. 9559309 Reland "Rename DISABLED to MAINTAIN_FRAMERATE_AND_RESOLUTION" by Sergey Silkin · 5 weeks ago
  3. 932f274 Reland: Move CodecParameterMap functions to rtp_parameters by Tommi · 5 weeks ago
  4. 4a106ae Revert "Rename DISABLED to MAINTAIN_FRAMERATE_AND_RESOLUTION" by Sergey Silkin · 5 weeks ago
  5. 68d333d Rename DISABLED to MAINTAIN_FRAMERATE_AND_RESOLUTION by Sergey Silkin · 5 weeks ago
  6. 3a563ce Revert "Move CodecParameterMap functions to rtp_parameters" by Taylor Brandstetter · 6 weeks ago
  7. 882b287 Move CodecParameterMap functions to rtp_parameters by Tommi · 6 weeks ago
  8. 5f2da8d clang-tidy: tidy-readability-redundant-declaration by Philipp Hancke · 3 months ago
  9. 3d12066 Remove redundant webrtc:: prefixes in api by Harald Alvestrand · 5 months ago
  10. 2f5c266 [cleanup] Fix redundant webrtc name specifier by Evan Shrubsole · 6 months ago
  11. 945e517 Move cricket namespace to webrtc by Evan Shrubsole · 7 months ago
  12. 0ebd67f Move string_builder.h to webrtc namespace by Evan Shrubsole · 9 months ago
  13. 440ef02 Delete requested_resolution, the old name for scale_resolution_down_to. by Henrik Boström · 1 year, 1 month ago
  14. e8c97c0 Reland "Rename `requested_resolution` to `scale_resolution_down_to`." by Henrik Boström · 1 year, 1 month ago
  15. af44d8f Revert "Rename `requested_resolution` to `scale_resolution_down_to`." by Florent Castelli · 1 year, 1 month ago
  16. 82617ac Rename `requested_resolution` to `scale_resolution_down_to`. by Henrik Boström · 1 year, 1 month ago
  17. f5a547a Make encrypted versions of RTP extension headers be stopped by default. by Emil Vardar · 1 year, 2 months ago
  18. 2f91bdc Declare corruption detection URI in RtpExtension by Fanny Linderborg · 1 year, 3 months ago
  19. aefed55 [iwyu][1\n] Applying to api/[a-s]* by Dor Hen · 1 year, 5 months ago
  20. b9405c4 Fix list of resiliency mechanisms in setCodecPreferences by Philipp Hancke · 1 year, 10 months ago
  21. 0a4a984 Extract common codec fields into RtpCodec by Florent Castelli · 2 years, 7 months ago
  22. c69453d Change SetLocalContent in channel classes to avoid Invoke. by Tomas Gunnarsson · 3 years, 10 months ago
  23. 789a0f3 Delete deprecated RtpExtension::FindHeaderExtensionByUri variant by Danil Chapovalov · 4 years ago
  24. d0321c5 Deduplicate set of the rtp header extension uri constants by Danil Chapovalov · 4 years, 2 months ago
  25. 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 4 years, 6 months ago
  26. 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years, 7 months ago
  27. a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years, 7 months ago
  28. b258c56 Send and Receive VideoFrameTrackingid RTP header extension. by Jeremy Leconte · 4 years, 8 months ago
  29. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 5 years ago
  30. f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 5 years ago
  31. 70c8945 Offer VideoLayersAllocation if field trial enabled by Per Kjellander · 5 years ago
  32. 9465978 Remove framemarking RTP extension. by philipel · 5 years ago
  33. f0eef12 [Adaptation] Add more ResourceAdaptationProcessor logging. by Henrik Boström · 5 years ago
  34. e110a44 Delete uri for the Generic Frame Descriptor v1 by Danil Chapovalov · 6 years ago
  35. 2b4ec9e in RtpExtension constructors pass strings by string_view rather than by value by Danil Chapovalov · 6 years ago
  36. 418cfee Make all RtpExtension uris constexpr rather than just const by Danil Chapovalov · 6 years ago
  37. dfeb0df RtpParameters: respect https://abseil.io/tips/1. by Markus Handell · 6 years ago
  38. 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 6 years ago
  39. 74dadc1 Ready to support of absolute capture timestamp header extension. by Minyue Li · 6 years ago
  40. 3f1aee3 Change network_priority from a double to an enum. by Taylor Brandstetter · 6 years ago
  41. a6db9c8f Rename NetworkPriority to just Priority by Taylor Brandstetter · 6 years ago
  42. 567f03f Add constants for allowed network_priority values by Taylor Brandstetter · 6 years ago
  43. 2272f20 Allow sending DependencyDescriptor rtp header extension in call by Danil Chapovalov · 6 years ago
  44. 46bbdec Allow AbsSendTime extension to be used for audio streams. by Sebastian Jansson · 6 years ago
  45. cd8a6e2 Add writing and parsing of the `abs-capture-time` RTP header extension. by Chen Xing · 6 years ago
  46. a59dcc3 Use Abseil container algorithms in api/ by Steve Anton · 7 years ago
  47. 8cc711a Update URI of TransportSequenceNumberV2 by Johannes Kron · 7 years ago
  48. 48e7065 Remove default IDs for RTP extensions from rtp_parameters.h by Elad Alon · 7 years ago
  49. ce8e867 Add support for TransportSequenceNumberV2 in SDP negotiation by Johannes Kron · 7 years ago
  50. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 7 years ago
  51. 7ff164e Plumbing of feedback on request setting by Johannes Kron · 7 years ago
  52. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  53. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from api/rtpparameters.cc]
  54. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 7 years ago
  55. d0b69a8 Send and receive color space information if available by Johannes Kron · 7 years ago
  56. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 7 years ago
  57. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 7 years ago
  58. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 7 years ago
  59. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 7 years ago
  60. 78cdde3 Add support for sending RTP two-byte header extensions. by Johannes Kron · 7 years ago
  61. 07ba2b9 Parse two-byte header extensions. by Johannes Kron · 7 years ago
  62. f3119ef Add generic frame descriptor to list of supported video extensions by Danil Chapovalov · 7 years ago
  63. e0c8b23 Frame marking RTP header extension (PART 1: implement extension) by Johnny Lee · 7 years ago
  64. 2ffed6d Enable clang::find_bad_constructs for sdk/android (part 1/2). by Mirko Bonadei · 7 years ago
  65. dacec71 Add Rtcp parameters for PeerConnection senders by Florent Castelli · 7 years ago
  66. 866d6dc Remove the remaining non-test stringstreams from api/ by Jonas Olsson · 8 years ago
  67. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 8 years ago
  68. f32795e Updates to video config to allow changes in google3 tests, in order to not break anything. by Seth Hampson · 8 years ago
  69. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  70. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/api/rtpparameters.cc]
  71. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 8 years ago