1. 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 4 years, 5 months ago
  2. 479a3c0 Add support for enabling and negotiating raw RTP packetization. by Mirta Dvornicic · 5 years ago
  3. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  4. 5fc28b1 Reland "Reland "Version 2 "Refactoring DataContentDescription class""" by Harald Alvestrand · 5 years ago
  5. 46afbf9 Revert "Reland "Version 2 "Refactoring DataContentDescription class""" by Steve Anton · 5 years ago
  6. 37f2b43 Reland "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 5 years ago
  7. 141c0ad Revert "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 5 years ago
  8. 14b2758 Version 2 "Refactoring DataContentDescription class" by Harald Alvestrand · 5 years ago
  9. 2d9d82e Implement RTCRtpTransceiver.setCodecPreferences by Florent Castelli · 5 years ago
  10. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 5 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  13. 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
  14. 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
  15. 80cd25b Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  16. d65d179 Export symbols needed by the Chromium component build (part 4). by Mirko Bonadei · 6 years ago
  17. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  18. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 6 years ago
  19. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 6 years ago
  20. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  21. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  22. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 6 years ago
  23. 634a777 Add RRTR parameter to media engine and pass it to video receive stream by Ilya Nikolaevskiy · 6 years ago
  24. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 6 years ago
  25. 523589d Create common helper method for comparing video formats by Magnus Jedvert · 7 years ago
  26. 024d897 Add conversion from webrtc::SdpVideoFormat to cricket::VideoCodec by Magnus Jedvert · 7 years ago
  27. 244ad80 Clean up some bad constructs in media/ by Magnus Jedvert · 7 years ago
  28. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  29. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  30. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/media/base/codec.h]
  31. e814a0d Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 7 years ago
  32. b94491d Implement operator<< for AudioCodec by kwiberg · 8 years ago
  33. e702b30 Adding C++ versions of currently spec'd "RtpParameters" structs. by deadbeef · 8 years ago
  34. b39db84 Refactoring: Declare cricket::Codec constructors protected. by hta · 8 years ago
  35. 9aa9688 Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ ) by hta · 8 years ago
  36. 243a0a7 Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ ) by hta · 8 years ago
  37. e59647b This approach passes packetization mode to the encoder as part of by hta · 8 years ago
  38. 10165ab Unify VideoCodecType to/from string functionality by magjed · 8 years ago
  39. f823ede Negotiate H264 profiles in SDP by magjed · 8 years ago
  40. b05fa24 Optimize FindCodecById and ReferencedCodecsMatch by magjed · 8 years ago
  41. 3663c52 Provide move semantic for cricket::Codec and subclasses by magjed · 8 years ago
  42. 87d7d77 Add new codec for FlexFEC. by brandtr · 8 years ago
  43. 1e45cc6 Replace WebRtcVideoEncoderFactory::VideoCodec with cricket::VideoCodec by magjed · 8 years ago
  44. 06c8e1e Revert of H264 codec: Check profile-level-id when matching (patchset #2 id:60001 of https://codereview.webrtc.org/2347863003/ ) by Magnus Jedvert · 8 years ago
  45. 2675274 Remove cricket::VideoCodec with, height and framerate properties by perkj · 8 years ago
  46. 68979ab H264 codec: Check profile-level-id when matching by magjed · 8 years ago
  47. 3fe372d Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 8 years ago
  48. 0cd086b Adding codecs to the RtpParameters returned by an RtpSender. by Taylor Brandstetter · 8 years ago
  49. 67cf2c1 Removing `preference` field from `cricket::Codec`. by deadbeef · 8 years ago
  50. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 8 years ago
  51. 1afca73 Change to WebRTC license in webrtc/media by kjellander · 9 years ago
  52. a96e2d7 Move talk/media to webrtc/media by kjellander · 9 years ago[Renamed (97%) from talk/media/base/codec.h]
  53. ba4c0e4 Add send-side BWE to WebRtcVoiceEngine under a finch experiment. by stefan · 9 years ago
  54. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  55. 25702cb Misc. small cleanups. by pkasting · 9 years ago
  56. 822bdf9 Remove cricket::VideoEncoderConfig. by Peter Boström · 9 years ago
  57. 43edf0f Require negotiation to send transport cc feedback over RTCP. by stefan · 9 years ago
  58. e62202f Support handling multiple RTX but only generate SDP with RTX associated with VP8. by Shao Changbin · 9 years ago
  59. 2d25b44 Check associated payload type when negotiate RTX codecs. by changbin.shao@webrtc.org · 9 years ago
  60. bc6961f Make webrtc 50 KB smaller by not inlining Codec. by guoweis@webrtc.org · 10 years ago
  61. ff1b1bf When creating an answer, takes the codec preference from the offer. by wu@webrtc.org · 10 years ago
  62. fbd1328 (Auto)update libjingle 69555283-> 69567902 by buildbot@webrtc.org · 10 years ago
  63. b5a22b1 Revert r6110 and r6109. by pbos@webrtc.org · 10 years ago
  64. 17911dc (Auto)update libjingle 66798415-> 66813165 by buildbot@webrtc.org · 10 years ago
  65. d266a20 Initial wiring of new webrtc API in libjingle. by pbos@webrtc.org · 10 years ago
  66. 9c16c39 Sets the SCTP port codec in the native SessionDescription. by jiayl@webrtc.org · 10 years ago
  67. 91053e7 Update libjingle to 50654631. by wu@webrtc.org · 11 years ago
  68. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 11 years ago