1. 37342b9 Report timing frames info in GetStats. by ilnik · 8 years ago
  2. bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  3. 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  4. 97f71f5 Allow parsing empty RTCP TargetBitrate messages, but stop sending them. by sprang · 8 years ago
  5. 39e693a Implement timing frames. by ilnik · 8 years ago
  6. cb436f6 Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2809653004/ ) by ilnik · 8 years ago
  7. 8f162b3 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #4 id:400001 of https://codereview.webrtc.org/2812913002/ ) by ilnik · 8 years ago
  8. 1087c1e Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ ) by ilnik · 8 years ago
  9. f888bbf Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2811963002/ ) by ilnik · 8 years ago
  10. 6b65c51 Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ ) by ilnik · 8 years ago
  11. fa3ebb0 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #31 id:600001 of https://codereview.webrtc.org/2772033002/ ) by ilnik · 8 years ago
  12. e849cea Add content type information to Encoded Images and add corresponding RTP extension header. by ilnik · 8 years ago
  13. ba5e7e2 Delete unused method PayloadRouter::MaxPayloadLength. by nisse · 8 years ago
  14. c939473 Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ ) by hta · 8 years ago
  15. f8ffba3 Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ ) by hta · 8 years ago
  16. 54e6b81 This approach passes packetization mode to the encoder as part of by hta · 8 years ago
  17. 63c39fa Wire up BitrateAllocation to be sent as RTCP TargetBitrate by sprang · 8 years ago
  18. 62d59ce Fix PayloadRouter::OnEncodedImage() to handle errors properly. by sergeyu · 8 years ago
  19. 5403adc Revert of H.264 packetization mode 0 (try 2) (patchset #27 id:520001 of https://codereview.webrtc.org/2337453002/ ) by magjed · 8 years ago
  20. 9b86501 Implement H.264 packetization mode 0. by hta · 8 years ago
  21. e369f60 Let ViEEncoder tell VideoSendStream about reconfigurations. by Per · 8 years ago
  22. 83a148b Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  23. 55b005a Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  24. 568d3f1 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  25. f285d3d Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  26. 8238976 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  27. 4c991f1 Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ ) by sprang · 9 years ago
  28. b78878b Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ ) by aluebs · 9 years ago
  29. 209767c Reland Issue 2061423003: Refactor NACK bitrate allocation by Erik Språng · 9 years ago
  30. 5158958 Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ ) by sprang · 9 years ago
  31. 9eb26bd Refactor NACK bitrate allocation by Erik Språng · 9 years ago
  32. 00cc045 Add sender controlled playout delay limits by isheriff · 9 years ago
  33. 60d6a00 Remove PayloadRouter dependency from ViEEncoder. by perkj · 9 years ago
  34. b110b30 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 9 years ago
  35. b6d6f27 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 9 years ago
  36. 135a30f Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 9 years ago
  37. cd99765 Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream. by Per · 9 years ago
  38. cd71dc6 Move RTP module activation into PayloadRouter. by Peter Boström · 9 years ago
  39. 856cecc Use std::vector in the PayloadRouter interface. by Peter Boström · 9 years ago
  40. f93f04c Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video. by Tommi · 9 years ago
  41. e8f0735 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago[Renamed (98%) from video_engine/payload_router.cc]
  42. 32949e5 Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago[Renamed (98%) from video/payload_router.cc]
  43. 5be013d Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago[Renamed (98%) from video_engine/payload_router.cc]
  44. 36a14b5 modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  45. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  46. ca55fa1 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  47. 8a734d1 Move SetTargetSendBitrates logic from default module to payload router. by mflodman@webrtc.org · 10 years ago
  48. 268bfaf Remove Set/Get sending status from the default RTP module. by mflodman@webrtc.org · 10 years ago
  49. aca8c5e Remove TimeToSendPacket and TimeToSendPadding from the default module. by mflodman@webrtc.org · 10 years ago
  50. 82730e0 Remove getting max payload length from default module. by mflodman@webrtc.org · 10 years ago
  51. c51222c Implementing a packet router class, used to route RTP packets to the by mflodman@webrtc.org · 10 years ago