1. ca18809 Move RtpFrameObject and EncodedFrame out of video_coding namespace. by philipel · 4 years ago
  2. 6a67150 Move RtpFrameReferenceFinder out of video_coding namespace. by philipel · 4 years ago
  3. 8408c99 Remove 'secondary sink' concept from webrtc::VideoReceiveStream. by Tomas Gunnarsson · 4 years, 1 month ago
  4. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  5. 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
  6. 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 5 months ago
  7. f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
  8. bef7b05 Make AV sync robust to failures to set a desired minimum delay by Ivo Creusen · 4 years, 6 months ago
  9. 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 7 months ago
  10. a376518 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  11. a827a30 Revert "Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex." by Markus Handell · 4 years, 8 months ago
  12. 0eba415 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  13. 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
  14. 16cc9ef Revert "Preparation for ReceiveStatisticsProxy lock reduction." by Artem Titov · 5 years ago
  15. 24eed27 Preparation for ReceiveStatisticsProxy lock reduction. by Tommi · 5 years ago
  16. e1aa22f [InsertableStreams] Set video frame transformer if RTP stream already started. by Guido Urdaneta · 5 years ago
  17. 74d2b1d Add periodic logging of sync delays. by Åsa Persson · 5 years ago
  18. 269ac81 VideoReceiveStream: Enable encoded frame sink. by Markus Handell · 5 years ago
  19. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  20. 4186603 Always record timestamp of keyframe request. by Markus Handell · 5 years ago
  21. fcf79cc Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. by Åsa Persson · 5 years ago
  22. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
  23. de5f639 Removes decoder thread fallback from VideoReceiveStream. by Sebastian Jansson · 6 years ago
  24. ee3d995 New class VideoReceiver2, a trimmed-down vcm::VideoReceiver by Niels Möller · 6 years ago
  25. 9a9f18a Get WebRTC.Video.ReceivedPacketsLostInPercent from ReceiveStatistics by Niels Möller · 6 years ago
  26. a47ba41 Get rid of deprecated version of NackSender::SendNack [1/2] by Elad Alon · 6 years ago
  27. 90f3b89 Replace the implementation of `GetContributingSources()` on the video side. by Chen Xing · 6 years ago
  28. ef09c5b Buffer RTCP feedback messages in RtpVideoStreamReceiver by Elad Alon · 6 years ago
  29. 479c055 Let RtpVideoStreamReceiver implement KeyFrameRequestSender by Niels Möller · 6 years ago
  30. d9c2d94 Move ownership of VCMJitterEstimator to FrameBuffer by Niels Möller · 6 years ago
  31. 11d0d7b Reland "Running FrameBuffer on task queue." by Sebastian Jansson · 6 years ago
  32. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  33. a556448 Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine. by Benjamin Wright · 6 years ago
  34. 1c747f5 Preparing VideoReceiveStream for move to TaskQueue. by Sebastian Jansson · 6 years ago
  35. c680c4a Revert "Running FrameBuffer on task queue." by Henrik Boström · 6 years ago
  36. 13943b7 Running FrameBuffer on task queue. by Sebastian Jansson · 6 years ago
  37. 3dde450 Make keyframe generation/request intervals configurable through field trials. by Rasmus Brandt · 6 years ago
  38. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 6 years ago
  39. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
  40. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 6 years ago
  41. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  42. 8ce0d2b In ReceiveStatistic require callbacks during construction by Danil Chapovalov · 6 years ago
  43. e6a2d94 Clear FrameBuffer if there were no frames received for 10 minutes by Ilya Nikolaevskiy · 6 years ago
  44. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  45. 5ca2912 Delete VideoReceiveStream::EnableEncodedFrameRecording by Niels Möller · 6 years ago
  46. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  47. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  48. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  49. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  50. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  51. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  52. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 7 years ago
  53. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  54. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  55. 48462b6 Continuously request keyframes if decoding does not recover. by philipel · 7 years ago
  56. 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
  57. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  58. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/video_receive_stream.h]
  59. ca5706d Reland of Use RtxReceiveStream. (patchset #1 id:1 of https://codereview.webrtc.org/3007303002/ ) by nisse · 8 years ago
  60. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 8 years ago
  61. 8e7eee0 Revert of Use RtxReceiveStream. (patchset #5 id:320001 of https://codereview.webrtc.org/3006063002/ ) by nisse · 8 years ago
  62. 35713ea Reland of Use RtxReceiveStream. (patchset #1 id:1 of https://codereview.webrtc.org/3010983002/ ) by nisse · 8 years ago
  63. 3c39c01 Revert of Use RtxReceiveStream. (patchset #5 id:80001 of https://codereview.webrtc.org/3008773002/ ) by nisse · 8 years ago
  64. 75204c5 Change reporting of timing frames conditions in GetStats on receive side by ilnik · 8 years ago
  65. 5c0f6c6 Use RtxReceiveStream. by nisse · 8 years ago
  66. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 8 years ago
  67. 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 · 8 years ago
  68. 3042c2d Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ ) by philipel · 8 years ago
  69. a28122f Change ThreadChecker to SequencedTaskChecker in VideoReceiveStream by eladalon · 8 years ago
  70. 53959fc Revert of quest keyframes more frequently on stream start/decoding error. (patchset #2 id:170001 of https://codereview.webrtc.org/2996823002/ ) by tkchin · 8 years ago
  71. 628ac59 Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2994043002/ ) by philipel · 8 years ago
  72. 77a9831 Revert of Request keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.webrtc.org/2993793002/ ) by deadbeef · 8 years ago
  73. f1e08d0 Fix the video buffer size should take rtt into consideration by gustavogb · 8 years ago
  74. 26b4804 Request keyframes more frequently on stream start/decoding error. by philipel · 8 years ago
  75. c0d481a Protected streams report RTP messages directly to the FlexFec streams by eladalon · 8 years ago
  76. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  77. 2edc684 Report timing frames info in GetStats. by ilnik · 8 years ago
  78. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  79. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  80. 0f15f92 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 8 years ago
  81. c8ece43 Minor updates to VideoReceiveStream: by tommi · 8 years ago
  82. b1f2ff9 Rename class RtpStreamReceiver --> RtpVideoStreamReceiver. by nisse · 8 years ago
  83. d76b7b2 New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. by nisse · 8 years ago
  84. e4bcd6d New class RtpDemuxer and RtpPacketSinkInterface, use in Call. by nisse · 8 years ago
  85. d2ef314 Make Call::OnRecoveredPacket parse RTP header and call OnRtpPacket. by nisse · 8 years ago
  86. 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 8 years ago
  87. 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
  88. e3aa88b Deliver video frames on Android, on the decode thread. by tommi · 8 years ago
  89. c69385d Add |protected_by_flexfec| flag to VideoReceiveStream::Config. by nisse · 8 years ago
  90. 2dfea3e Avoid busy looping as the VideoReceiveStream is shut down. by philipel · 8 years ago
  91. 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
  92. 38cc1d6 Replace RtpStreamReceiver::DeliverRtp with OnRtpPacket. by nisse · 8 years ago
  93. e525d6a Revert Make the new jitter buffer the default jitter buffer. by stefan · 8 years ago
  94. 4709e89 Move RemoteBitrateEstimator::RemoveStream calls from receive streams to Call. by nisse · 8 years ago
  95. 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
  96. 3ebbcb5 Stop using VoEVideoSync in Call/VideoReceiveStream. by solenberg · 8 years ago
  97. fb45c6c Inform jitter buffer about FlexFEC protection. by brandtr · 8 years ago
  98. 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
  99. 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
  100. 090c940 Sort method declarations/definitions in VideoReceiveStream. by brandtr · 8 years ago