1. 97df932 Remove multiplex codec. by Markus Handell · 11 months ago
  2. db2f52b Reland "Make setCodecPreferences only look at receive codecs" by Philipp Hancke · 11 months ago
  3. 7c5f9cf Add nonstandard x-google-per-layer-pli fmtp for enabling per-layer keyFrames in response to PLIs by Philipp Hancke · 11 months ago
  4. 9384bb2 Document how codec comparisons happen by Philipp Hancke · 11 months ago
  5. bc9af41 Sync definitions of IsSameCodecSpecific by Philipp Hancke · 11 months ago
  6. 0e9b8fe Compare codec number of channels and clockrate in MatchesRtpCodec for RTX too by Philipp Hancke · 11 months ago
  7. 1e7a6f3 Revert "Make setCodecPreferences only look at receive codecs" by Henrik Boström · 11 months ago
  8. 1cce1d7 Make setCodecPreferences only look at receive codecs by Philipp Hancke · 11 months ago
  9. c1cc6a3 sdp: backfill default codec parameters for AV1 by Philipp Hancke · 1 year ago
  10. b9405c4 Fix list of resiliency mechanisms in setCodecPreferences by Philipp Hancke · 1 year, 1 month ago
  11. de17252 Reland "Unify access to SDP codec parameters" by Philipp Hancke · 1 year, 1 month ago
  12. 6c9c958 Revert "Unify access to SDP codec parameters" by Mirko Bonadei · 1 year, 1 month ago
  13. 63d03f5 Unify access to SDP codec parameters by Philipp Hancke · 1 year, 1 month ago
  14. b3488d0 Add SDP negotiation support for HEVC. by Qiu Jianlin · 1 year, 1 month ago
  15. b54bf8a Remove pointless Set*Encryptor functions by Harald Alvestrand · 1 year, 1 month ago
  16. a5c8ee1 Revert "Make Codec::Matches also consider packetization" by Tony Herre · 1 year, 1 month ago
  17. 1ae700a Make Codec::Matches also consider packetization by Emil Lundmark · 1 year, 2 months ago
  18. f268afd Remove unused propagation of field trials in Codec::Matches by Emil Lundmark · 1 year, 2 months ago
  19. 971f8de Remove MediaContentDescriptionImpl<Codec> by Philipp Hancke · 1 year, 3 months ago
  20. b6ef1a7 Define default max Qp in media/base/media_constants by Sergey Silkin · 1 year, 3 months ago
  21. 5b186e9 Remove effectively dead code for allow_codec_switching by Tommi · 1 year, 3 months ago
  22. 19fe243 Remove more codec-related templating by Philipp Hancke · 1 year, 3 months ago
  23. bfc2a35 Remove more codec-related templating by Philipp Hancke · 1 year, 4 months ago
  24. ec82627 Look through all candidates before falling back to default packetization by Emil Lundmark · 1 year, 4 months ago
  25. 5866e1a Rename Set(Send|Recv)Parameters Set(Sender|Receiver)Parameters by Philipp Hancke · 1 year, 5 months ago
  26. 44943c8 Add H265 codec name and profile/tier/level utils. by Qiu Jianlin · 1 year, 4 months ago
  27. 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 9 months ago
  28. d43af91 Remove internal overrides using old SendRtp and SendRtcp interfaces. by Harald Alvestrand · 1 year, 5 months ago
  29. b38d9d2 Add ArrayView versions of SendRtp and SendRtcp by Harald Alvestrand · 1 year, 5 months ago
  30. a9d5141 Rename cricket::RtpParameters and derived classes by Philipp Hancke · 1 year, 5 months ago
  31. 4b87d7a Remove Codec template from RtpParameters and helper functions by Philipp Hancke · 1 year, 6 months ago
  32. d797cb6 Remove all split channels related code by Florent Castelli · 1 year, 7 months ago
  33. 1f31c20 Split fake media channel classes by Florent Castelli · 1 year, 7 months ago
  34. 0776415 Generalize stream parameter primary/secondary ssrc checks by Philipp Hancke · 1 year, 7 months ago
  35. 656817c Remove default "unknown" encoderImplementation/decoderImplementation by Philipp Hancke · 1 year, 7 months ago
  36. 84fdf99 Convert Media*Channel to contain a webrtc::Transport by Harald Alvestrand · 1 year, 7 months ago
  37. 17e8a5c stats: implement flexfec fecBytesReceived stats for FlexFEC by Philipp Hancke · 1 year, 7 months ago
  38. 4e434c3 Remove MediaChannel usage from webrtc_video_engine_unittest by Florent Castelli · 1 year, 7 months ago
  39. ee97e6a Move GetSendCodec() to MediaSendChannelInterface by Florent Castelli · 1 year, 7 months ago
  40. d0b8e8e Reland "Merge the codec types" by Florent Castelli · 1 year, 7 months ago
  41. b7af6b9 Revert "Merge the codec types" by Florent Castelli · 1 year, 7 months ago
  42. 49ace8b Merge the codec types by Florent Castelli · 1 year, 7 months ago
  43. 09e0086 Remove ImplForTesting function from MediaChannel by Harald Alvestrand · 1 year, 7 months ago
  44. 847208e Remove transitional shim classes by Harald Alvestrand · 1 year, 7 months ago
  45. 8c4b9ea Remove references to AudioCodec and VideoCodec constructors by Florent Castelli · 1 year, 7 months ago
  46. 77c6230 Add create functions for voice media send and receive channels. by Harald Alvestrand · 1 year, 7 months ago
  47. b0ef5e4 Declare factory functions for video sender and receiver by Harald Alvestrand · 1 year, 7 months ago
  48. 811e24a Move functionality from AudioCodec and VideoCodec into cricket::Codec by Florent Castelli · 1 year, 7 months ago
  49. 54e95bc Propagate time of the last received packet with Timestamp type by Danil Chapovalov · 1 year, 7 months ago
  50. 9a34d80 Apply the "shim" pattern for WebRtcVoiceEngine by Harald Alvestrand · 1 year, 7 months ago
  51. 4ad141e Add callback for send codec in audio too by Harald Alvestrand · 1 year, 7 months ago
  52. c18f083 Split MediaChannel concrete functions to MediaChannelUtil by Harald Alvestrand · 1 year, 7 months ago
  53. d8098fb Delete struct RTCPReportBlock as no longer used by Danil Chapovalov · 1 year, 8 months ago
  54. d8b88d8 Use the VideoMediaChannelShim for all cases by Harald Alvestrand · 1 year, 8 months ago
  55. 97c9623 Make a shim object implementing the VideoMediaChannel interface by Harald Alvestrand · 1 year, 8 months ago
  56. f0820ff Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay by Rasmus Brandt · 1 year, 8 months ago
  57. 5f32fa4 Delete MediaBaseChannel class by Harald Alvestrand · 1 year, 8 months ago
  58. 6e23fa5 Cleanup WebRTC-PayloadTypes-Lower-Dynamic-Range trial by Philipp Hancke · 1 year, 8 months ago
  59. cfd4cd0 Introduce AddDefaultRecvStreamForTesting to VideoReceiveChannel API by Harald Alvestrand · 1 year, 8 months ago
  60. ff35a37 Unit tests for MediaChannel creation API by Harald Alvestrand · 1 year, 8 months ago
  61. 13897e6 Change SSRC-passing for MediaChannel from external to callback by Harald Alvestrand · 1 year, 8 months ago
  62. 1d3452f RequestedResolution - Bug fix by Jonas Oreland · 1 year, 8 months ago
  63. 7924915 Stop decoding video for m-lines which are sendonly or inactive by Philipp Hancke · 1 year, 8 months ago
  64. 63551c6 Initialize RTP modes from callback by Harald Alvestrand · 1 year, 8 months ago
  65. c8c4a28 Introduce support for video packet batching. by Markus Handell · 1 year, 8 months ago
  66. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 9 months ago
  67. f78d1f2 stats: Implement receive RTX stats by Philipp Hancke · 1 year, 9 months ago
  68. 031ebc4 Increase RTP send buffer size from 64kb to 256kb. by Erik Språng · 2 years ago
  69. 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 1 year, 9 months ago
  70. 419e48f Compute the scale factor in int_64. by Ying Wang · 1 year, 9 months ago
  71. f21cdb0 Add RTP header extension API regression tests by Philipp Hancke · 1 year, 10 months ago
  72. 1fabbac Update SctpTransportInternal to use RTCError. by Tommi · 1 year, 10 months ago
  73. b3e5969 stats: use uint64_t for RTCSentRtpStreamStats.packetsSent by Philipp Hancke · 1 year, 10 months ago
  74. 4e1c957 Remove cricket::ReceiveDataParams by Tommi · 1 year, 10 months ago
  75. 1f8169f Remove unused variable ReceiveDataParams::seq_num by Tommi · 1 year, 10 months ago
  76. 2f55370 Reland "Use two MediaChannels for 2 directions." by Harald Alvestrand · 1 year, 10 months ago
  77. 18c869b Revert "Use two MediaChannels for 2 directions." by Harald Alvestrand · 1 year, 11 months ago
  78. ba088b1 Revert "Add plumbing for video NACK to be coupled between channels." by Harald Alvestrand · 1 year, 11 months ago
  79. 8fa48f4 Revert "Change FakeMediaEngine to use send/receive channels" by Harald Alvestrand · 1 year, 11 months ago
  80. db1fae4 Reland "Remove ISAC media constant and payload type mapping" by Alessio Bazzica · 1 year, 11 months ago
  81. c6ce953 Add support for subclasses that override the old MediaChannel API. by Harald Alvestrand · 1 year, 11 months ago
  82. b79b74e Revert "Remove ISAC media constant and payload type mapping" by Björn Terelius · 1 year, 11 months ago
  83. 4c7271a Remove ISAC media constant and payload type mapping by Philipp Hancke · 1 year, 11 months ago
  84. a087f6f Add plumbing for video NACK to be coupled between channels. by Harald Alvestrand · 1 year, 11 months ago
  85. 70429d4 Change FakeMediaEngine to use send/receive channels by Harald Alvestrand · 1 year, 11 months ago
  86. 8981a6f Use two MediaChannels for 2 directions. by Harald Alvestrand · 1 year, 11 months ago
  87. 16579cc Change MediaChannel to have a Role parameter by Harald Alvestrand · 1 year, 11 months ago
  88. efbe753 Add RTCAudioPlayoutStats to GetStats(). by Fredrik Hernqvist · 2 years ago
  89. 89ca299 Use parsed packet from RtpTransport::DemuxPacket in engine and call by Per K · 2 years ago
  90. 175f06f Reland "Remove 'trackId' dependency in stats selector algorithm." by Henrik Boström · 2 years ago
  91. 1251c64 Split stats generation for MediaChannel into sender and receiver APIs by Harald Alvestrand · 2 years ago
  92. d3ac3b6 Remove AsSendChannel/AsReceiveChannel methods by Harald Alvestrand · 2 years, 1 month ago
  93. ed0dd8e Reland "Report total and squared inter frame delays measured in OnRenderedFrame" by Sergey Silkin · 2 years, 1 month ago
  94. 6903f71 Revert "Report total and squared inter frame delays measured in OnRenderedFrame" by Jeremy Leconte · 2 years, 1 month ago
  95. d49d49a Report total and squared inter frame delays measured in OnRenderedFrame by Sergey Silkin · 2 years, 1 month ago
  96. 50454ef Apply PIMPL pattern to MediaSender and Receiver objects by Harald Alvestrand · 2 years, 1 month ago
  97. c0d44d9 Split audio and video channels into Send and Receive APIs. by Harald Alvestrand · 2 years, 1 month ago
  98. 9b235cd Add scalability mode to RTCOutboundRtpStreamStats stats by Evan Shrubsole · 2 years, 1 month ago
  99. 36fafc8 Split MediaChannel class to sender and receiver by Harald Alvestrand · 2 years, 1 month ago
  100. acabb36 pc: Add asynchronous RtpSender::SetParameters() call by Florent Castelli · 2 years, 3 months ago