1. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  2. 8ce0d2b In ReceiveStatistic require callbacks during construction by Danil Chapovalov · 6 years ago
  3. e6a2d94 Clear FrameBuffer if there were no frames received for 10 minutes by Ilya Nikolaevskiy · 6 years ago
  4. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  5. 5ca2912 Delete VideoReceiveStream::EnableEncodedFrameRecording by Niels Möller · 6 years ago
  6. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  7. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  8. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  9. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  10. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  11. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  12. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  13. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  14. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  15. 48462b6 Continuously request keyframes if decoding does not recover. by philipel · 7 years ago
  16. e21be1d Reland of Fix the video buffer size should take rtt into consideration (patchset #2 id:160001 of https://codereview.chromium.org/3002033002/ ) by philipel · 7 years ago
  17. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  18. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/video_receive_stream.h]
  19. ca5706d Reland of Use RtxReceiveStream. (patchset #1 id:1 of https://codereview.webrtc.org/3007303002/ ) by nisse · 7 years ago
  20. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  21. 8e7eee0 Revert of Use RtxReceiveStream. (patchset #5 id:320001 of https://codereview.webrtc.org/3006063002/ ) by nisse · 7 years ago
  22. 35713ea Reland of Use RtxReceiveStream. (patchset #1 id:1 of https://codereview.webrtc.org/3010983002/ ) by nisse · 7 years ago
  23. 3c39c01 Revert of Use RtxReceiveStream. (patchset #5 id:80001 of https://codereview.webrtc.org/3008773002/ ) by nisse · 7 years ago
  24. 75204c5 Change reporting of timing frames conditions in GetStats on receive side by ilnik · 7 years ago
  25. 5c0f6c6 Use RtxReceiveStream. by nisse · 7 years ago
  26. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 7 years ago
  27. bdbc889 Revert of Fix the video buffer size should take rtt into consideration (patchset #3 id:40001 of https://codereview.chromium.org/2980413002/ ) by philipel · 7 years ago
  28. 3042c2d Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ ) by philipel · 7 years ago
  29. a28122f Change ThreadChecker to SequencedTaskChecker in VideoReceiveStream by eladalon · 7 years ago
  30. 53959fc Revert of quest keyframes more frequently on stream start/decoding error. (patchset #2 id:170001 of https://codereview.webrtc.org/2996823002/ ) by tkchin · 7 years ago
  31. 628ac59 Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2994043002/ ) by philipel · 7 years ago
  32. 77a9831 Revert of Request keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.webrtc.org/2993793002/ ) by deadbeef · 7 years ago
  33. f1e08d0 Fix the video buffer size should take rtt into consideration by gustavogb · 7 years ago
  34. 26b4804 Request keyframes more frequently on stream start/decoding error. by philipel · 7 years ago
  35. c0d481a Protected streams report RTP messages directly to the FlexFec streams by eladalon · 7 years ago
  36. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  37. 2edc684 Report timing frames info in GetStats. by ilnik · 7 years ago
  38. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  39. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  40. 0f15f92 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 7 years ago
  41. c8ece43 Minor updates to VideoReceiveStream: by tommi · 7 years ago
  42. b1f2ff9 Rename class RtpStreamReceiver --> RtpVideoStreamReceiver. by nisse · 7 years ago
  43. d76b7b2 New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. by nisse · 7 years ago
  44. e4bcd6d New class RtpDemuxer and RtpPacketSinkInterface, use in Call. by nisse · 7 years ago
  45. d2ef314 Make Call::OnRecoveredPacket parse RTP header and call OnRtpPacket. by nisse · 7 years ago
  46. 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 8 years ago
  47. c337258 Revert of Deliver video frames on Android, on the decode thread. (patchset #7 id:120001 of https://codereview.webrtc.org/2764573002/ ) by guidou · 8 years ago
  48. e3aa88b Deliver video frames on Android, on the decode thread. by tommi · 8 years ago
  49. c69385d Add |protected_by_flexfec| flag to VideoReceiveStream::Config. by nisse · 8 years ago
  50. 2dfea3e Avoid busy looping as the VideoReceiveStream is shut down. by philipel · 8 years ago
  51. a45102f Revert of Revert Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2682073003/ ) by philipel · 8 years ago
  52. 38cc1d6 Replace RtpStreamReceiver::DeliverRtp with OnRtpPacket. by nisse · 8 years ago
  53. e525d6a Revert Make the new jitter buffer the default jitter buffer. by stefan · 8 years ago
  54. 4709e89 Move RemoteBitrateEstimator::RemoveStream calls from receive streams to Call. by nisse · 8 years ago
  55. e5bd702 Reland of Make the new jitter buffer the default jitter buffer. (patchset #2 id:260001 of https://codereview.chromium.org/2656983002/ ) by philipel · 8 years ago
  56. 3ebbcb5 Stop using VoEVideoSync in Call/VideoReceiveStream. by solenberg · 8 years ago
  57. fb45c6c Inform jitter buffer about FlexFEC protection. by brandtr · 8 years ago
  58. 27378f3 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:290001 of https://codereview.chromium.org/2652043005/ ) by philipel · 8 years ago
  59. 09d6ef0 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.webrtc.org/2638423003/ ) by philipel · 8 years ago
  60. 090c940 Sort method declarations/definitions in VideoReceiveStream. by brandtr · 8 years ago
  61. 04926b8 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:230001 of https://codereview.webrtc.org/2642753002/ ) by kjellander · 8 years ago
  62. f20dd00 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2632123005/ ) by philipel · 8 years ago
  63. c08c191 Revert of Make the new jitter buffer the default jitter buffer. (patchset #7 id:120001 of https://codereview.chromium.org/2627463004/ ) by philipel · 8 years ago
  64. 0f0763d Make the new jitter buffer the default jitter buffer. by philipel · 8 years ago
  65. 721d402 Create VideoReceiver with external VCMTiming object. by philipel · 8 years ago
  66. 0245da0 Move ownership of PacketRouter from CongestionController to Call. by nisse · 8 years ago
  67. fd5a20f New jitter buffer experiment. by philipel · 8 years ago
  68. bf6a45b Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency by charujain · 8 years ago
  69. b4bc65b Fix circular dependency between call and video receive stream. by stefan · 8 years ago
  70. 4e52386 Reland of Add path for recovered packets from internal::Call to RtpStreamReceiver. (patchset #1 id:1 of https://codereview.webrtc.org/2427733002/ ) by brandtr · 8 years ago
  71. 862d74d Revert of Add path for recovered packets from internal::Call to RtpStreamReceiver. (patchset #2 id:60001 of https://codereview.webrtc.org/2390823009/ ) by honghaiz · 8 years ago
  72. 9c4b4b4 Add path for recovered packets from internal::Call to RtpStreamReceiver. by brandtr · 8 years ago
  73. 113bdca Make sure VideoReceiveStream can be restarted by sprang · 8 years ago
  74. e75f204 Expose Ivf logging through the native API by palmkvist · 8 years ago
  75. 4cd2790 Move RTP for synchroninzation and rename classes, files and variables. by mflodman · 8 years ago
  76. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  77. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  78. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  79. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  80. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  81. 2e82f38 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #1 id:1 of https://codereview.webrtc.org/2084873002/ ) by tommi · 8 years ago
  82. a536bfe Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #5 id:340001 of https://codereview.webrtc.org/2078873002/ ) by sakal · 8 years ago
  83. 884c336 Reland of IncomingVideoStream refactoring. by Tommi · 8 years ago
  84. 8e8222d Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ ) by tommi · 8 years ago
  85. e03f878 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  86. 17c3cdd Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ ) by tommi · 8 years ago
  87. 37ad337 Remove EncodedFrameCallbackAdapter. by sergeyu · 8 years ago
  88. 1c7eef6 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  89. 733b547 Movable support for VideoReceiveStream::Config and avoid copies. by Tommi · 8 years ago
  90. bd3380f Make VideoReceiveStream not inherit from I420FrameCallback. by Tommi · 8 years ago
  91. dc7d0d2 Move, almost, all receive side references to RTP to RtpStreamReceiver. by mflodman · 9 years ago
  92. cfc8e3b Removed all RTP dependencies from ViEChannel and renamed class. by mflodman · 9 years ago
  93. 30f118e This cl deletes the class webrtc::VideoRendererCallback. by nisse · 9 years ago
  94. 1ba8d39 Remove webrtc/stream.h and unutilized inheritance. by pbos · 9 years ago
  95. b99395a Reland of Delete video_render module. (patchset #1 id:1 of https://codereview.webrtc.org/1923613003/ ) by nisse · 9 years ago
  96. fa66659 Rename ViEReceiver and move ownership to VideoReceiveStream. by mflodman · 9 years ago
  97. 0190367 Revert of Delete video_render module. (patchset #12 id:220001 of https://codereview.webrtc.org/1912143002/ ) by kjellander · 9 years ago
  98. 97cfd1e Delete video_render module. by nisse · 9 years ago
  99. 0b25072 Use vcm::VideoReceiver on the receive side. by Peter Boström · 9 years ago
  100. 3911c26 Add support for writing raw encoder output to .ivf files. by sprang · 9 years ago