1. 6ecc773 Raise kViEMaxNumberOfChannels from 32 to 64 by wu@webrtc.org · 10 years ago
  2. e1f0419 Updated WebRTC version to 3.53 TBR=wu@webrtc.org by elham@webrtc.org · 10 years ago
  3. d2fb259 Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can be shared by both audio and video engine. by wu@webrtc.org · 10 years ago
  4. 39d9fa5 Remove timestamp_extrapolator's dependency to Clock and vcm defines. by wu@webrtc.org · 10 years ago
  5. d885109 Pointers were not dereferenced in GetRtpStatistics. by asapersson@webrtc.org · 10 years ago
  6. 4d61a36 Change GetEstimatedSend/RecvBandwidth to return the total bandwidth of a channel group instead of splitting it up among channels. by stefan@webrtc.org · 10 years ago
  7. 5435208 Upping start bitrate to min, if set to a lower value i SetSendCodec. by mflodman@webrtc.org · 10 years ago
  8. c5fccd6 Disable flaky RunsRtpRtcpTestWIthoutErrors. by pbos@webrtc.org · 10 years ago
  9. ba47616 Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 10 years ago
  10. 1d95c5a Casting char to int in logs. by asapersson@webrtc.org · 10 years ago
  11. 093fc0b Calculate local/remote clock delta and capture ntp timestamp in receiver's timebase. by wu@webrtc.org · 10 years ago
  12. 9d10769 Propagate capture ntp timestamp from rtp to renderer. by wu@webrtc.org · 10 years ago
  13. 98f8320 Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. by fischman@webrtc.org · 10 years ago
  14. 8edccce Cleaned up logging in video_coding. by stefan@webrtc.org · 10 years ago
  15. 9968131 Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG. by andresp@webrtc.org · 10 years ago
  16. a32583c Updated WebRTC version to 3.52 TBR=wu@webrtc.org by elham@webrtc.org · 10 years ago
  17. 022615b Log Fixit for parts of video_engine folder. by mflodman@webrtc.org · 10 years ago
  18. d7aa228 Re-submit: rev5775 by andresp@webrtc.org · 10 years ago
  19. 2f0c5f7 Add API to allow deducting bitrate from incoming estimates before the capacity is distributed among outgoing video streams. For example, this can be used to reserve space for audio streams. by solenberg@webrtc.org · 10 years ago
  20. ca28c29 Revert 5775 "Modify bitrate controller to update bitrate based o..." by andrew@webrtc.org · 10 years ago
  21. 2a0cbfc Removing VideoCodecDerived and moving methods inside VideoCodec. by mallinath@webrtc.org · 10 years ago
  22. 60ae794 Updated WebRTC version to 3.51 by elham@webrtc.org · 10 years ago
  23. a0320c2 Modify bitrate controller to update bitrate based on process call and not by andresp@webrtc.org · 10 years ago
  24. 5d8c954 Adding API for setting bandwidth estimation configurations. by stefan@webrtc.org · 10 years ago
  25. 154951d Add configuration for ability to use the encode usage measure for triggering overuse/underuse. by asapersson@webrtc.org · 10 years ago
  26. 2d3624c Implement ViE forwarding to RBE of packets for BWE coming in through the ViENetwork::ReceivedBWEPacket API. by solenberg@webrtc.org · 10 years ago
  27. 5374dab Have changes to REMB trigger RTCP to be sent immediately. by stefan@webrtc.org · 10 years ago
  28. fec6b6e VoE changes to allow forwarding of packets from VoE to ViE BWE. by solenberg@webrtc.org · 10 years ago
  29. b9d0acb Add AIMD option to BWE API. by stefan@webrtc.org · 10 years ago
  30. 3b6c0e5 Refactor in BitrateController module. by andresp@webrtc.org · 10 years ago
  31. 18c2945 Adding operator== and != methods for CodecInst and VideoCodec structures. by mallinath@webrtc.org · 10 years ago
  32. 9da327c Add ability to configure cpu overuse options via an API. by asapersson@webrtc.org · 10 years ago
  33. fbd6f47 Fixes RTX related bugs. by stefan@webrtc.org · 10 years ago
  34. 1d61e3a Simplify pacer interface. by pbos@webrtc.org · 10 years ago
  35. 76cd2f7 Fix a deadlock in ViEEncoder::DeliverFrame. by wuchengli@chromium.org · 10 years ago
  36. 3f83f9c Implement minimum transmit bitrate. by pbos@webrtc.org · 10 years ago
  37. bbbe9b8 Avoid crash in ViEEncoder::DeRegisterExternalEncoder(). by fischman@webrtc.org · 10 years ago
  38. c766098 Adding a new ramp-up-down-up test by henrik.lundin@webrtc.org · 10 years ago
  39. 55a2a27 Adds APIs for reporting pacer queuing delay. by jiayl@webrtc.org · 10 years ago
  40. 9aef225 Fix to get total number of sent and received rtcp packets. by asapersson@webrtc.org · 10 years ago
  41. fd1b455 Updated WebRTC version to 3.50 TBR= wu@webrtc.org by elham@webrtc.org · 10 years ago
  42. 0b95677 Modified overuse detection thresholds. by asapersson@webrtc.org · 10 years ago
  43. 4a15560 Add RTCP packet type counter (for getting statistics such as sent/received NACK and FIR). by asapersson@webrtc.org · 10 years ago
  44. a56c5b4 Remove external encryption API for VoE. by solenberg@webrtc.org · 10 years ago
  45. 9950796 Reset estimate if no frame has been seen for a certain time (to avoid large jitter if stop sending). by asapersson@webrtc.org · 10 years ago
  46. 5a6e691 Adding a critical section missing in r5543. by stefan@webrtc.org · 10 years ago
  47. 5909065 Increase overuse and normal use thresholds for Mac. by asapersson@webrtc.org · 10 years ago
  48. 5fcd7df Fixes a race when writing to send_padding_. by stefan@webrtc.org · 10 years ago
  49. 8e1a876 Set pacing bitrates in SetEncoder. by pbos@webrtc.org · 10 years ago
  50. 800136d Remove ViE external encryption API. by solenberg@webrtc.org · 10 years ago
  51. d1e7fac Add stats of incoming frame delays for debugging bandwidth estimation. by jiayl@webrtc.org · 10 years ago
  52. d2f95a8 Connect webrtc::Config to WrappingBitrateEstimator by henrik.lundin@webrtc.org · 11 years ago
  53. 7dc7514 Revert 5444 "Revert 5421 "Fix deadlock on register/unregister ob..." by mallinath@webrtc.org · 11 years ago
  54. 9afb6cf Revert 5421 "Fix deadlock on register/unregister observer while ..." by mallinath@webrtc.org · 11 years ago
  55. 630939f Fix deadlock on register/unregister observer while there is a an going callback. by andresp@webrtc.org · 11 years ago
  56. 7d99cd4 Add callbacks for receive channel RTP statistics by sprang@webrtc.org · 11 years ago
  57. b4263e0 Add configuration and test for extended RTCP reference time reports to new video api. by asapersson@webrtc.org · 11 years ago
  58. fba4f1c Roll Chromium 238260 -> 243863 by wjia@webrtc.org · 11 years ago
  59. eed1f11 Updated Webrtc version to 3.49 by elham@webrtc.org · 11 years ago
  60. 083049f Removes usage of ListWrapper from several files. by henrike@webrtc.org · 11 years ago
  61. 49812e6 Wire up statistics in video send stream of new video engine api by sprang@webrtc.org · 11 years ago
  62. c9faf10 Add thread_annotations for clang targets. by andresp@webrtc.org · 11 years ago
  63. a9a7327 If the configured start bitrate is higher than the configures max by mflodman@webrtc.org · 11 years ago
  64. 9662535 Race condition in ViECapturer::RegisterObserver by sprang@webrtc.org · 11 years ago
  65. 91cebfc Update WebRTC to version 3.48 by tnakamura@webrtc.org · 11 years ago
  66. 4f1f5fa Add callbacks for receive channel RTCP statistics. by sprang@webrtc.org · 11 years ago
  67. aacdb9f Integrate fake_network_pipe into direct_transport. by stefan@webrtc.org · 11 years ago
  68. 5596ac6 Remove media_file from VideoEngine dependencies. by pbos@webrtc.org · 11 years ago
  69. 46f7288 Revert r5294 to re-roll r5293. by pbos@webrtc.org · 11 years ago
  70. c5a5713 Revert 5293 "Auto instantiate RBE depending on whether AST or TO..." by turaj@webrtc.org · 11 years ago
  71. 3bbc91e Auto instantiate RBE depending on whether AST or TOF is available in incoming packet stream. by solenberg@webrtc.org · 11 years ago
  72. b70db6d Callback for send bitrate estimates - new roll by sprang@webrtc.org · 11 years ago
  73. dadfc9e Make sure channels in the same call are in the same channel group. by mflodman@webrtc.org · 11 years ago
  74. c49a3fa Making RemoteRateControl::min_configured_bit_rate_ configurable by henrik.lundin@webrtc.org · 11 years ago
  75. efeb8ce Update talk to 58127566 together with by wu@webrtc.org · 11 years ago
  76. 12553ad Revert 5274 "Update talk to 58113193 together with https://webrt..." by wu@webrtc.org · 11 years ago
  77. 984bee2 Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/. by wu@webrtc.org · 11 years ago
  78. a48c91d Complete rewrite of demo application. by henrike@webrtc.org · 11 years ago
  79. 4fcb2f5 Remove overloaded CpuOveruseMeasure function. by asapersson@webrtc.org · 11 years ago
  80. c33d37c Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago
  81. ffea4ce Revert 5259 "Callback for send bitrate estimates" by sprang@webrtc.org · 11 years ago
  82. ca63ad9 Roll chromium_revision 232627:238260 by kjellander@webrtc.org · 11 years ago
  83. 1430bc3 Callback for send bitrate estimates by sprang@webrtc.org · 11 years ago
  84. cebd1d7 Fraction lost statistics not being reported by sprang@webrtc.org · 11 years ago
  85. b113981 Add callbacks for send channel rtp statistics by sprang@webrtc.org · 11 years ago
  86. ee234be Add API to query video engine for the send-side delay. by stefan@webrtc.org · 11 years ago
  87. a4fae33 Fixing the android build by henrik.lundin@webrtc.org · 11 years ago
  88. db04941 Remove default implementations for SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  89. d964bf5 Fix bug where fraction_lost is always set to 0 when getting received RTCP statistics. by stefan@webrtc.org · 11 years ago
  90. 9b30fd3 Add callbacks for send channel rtcp statistics by sprang@webrtc.org · 11 years ago
  91. c7d7363 Remove the long disabled WEBRTC_SVNREVISION define. by andrew@webrtc.org · 11 years ago
  92. 1fc02eb Removing DropDeltaAfterKey functionality which is unused. by andresp@webrtc.org · 11 years ago
  93. 5fdd10a Add send frame rate statistics callback by sprang@webrtc.org · 11 years ago
  94. f1630b1 Added a delay measurement, measures the time between an incoming captured frame until the frame is being processed. Measures the delay per second. by asapersson@webrtc.org · 11 years ago
  95. 47f0c41 Adds support for sending redundant payloads over RTX. by stefan@webrtc.org · 11 years ago
  96. 5a669d5 Lock frame in ViECapturer::IncomingFrameI420. by pbos@webrtc.org · 11 years ago
  97. 04d6593 Ensure that no packet stays in the pacer queue for longer than 2 seconds. by stefan@webrtc.org · 11 years ago
  98. 163393e Create default implementation to fix issue in libjingle by sprang@webrtc.org · 11 years ago
  99. 2e98d45 Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 11 years ago
  100. dd4f866 Added measure of encode time. Added encode time to the ViE CpuOveruseMeasure api. by asapersson@webrtc.org · 11 years ago