1. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  2. 17821db Wire up bandwidth limitation info to GetStats and adapt_reason. by asapersson · 9 years ago
  3. 1387149 Adding reduced size RTCP configuration down to the video stream level. by deadbeef · 9 years ago
  4. 8d15bd6 Reland of Collecting encode_time_ms for each frame (patchset #1 id:1 of https://codereview.webrtc.org/1383283005/ ) by ivica · 9 years ago
  5. 8104479 Revert of Collecting encode_time_ms for each frame (patchset #13 id:220001 of https://codereview.webrtc.org/1374233002/ ) by kjellander · 9 years ago
  6. 092b133 Collecting encode_time_ms for each frame. by ivica · 9 years ago
  7. 2d56668 Unify Transport and newapi::Transport interfaces. by pbos · 10 years ago
  8. e526974 Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/ by solenberg · 10 years ago
  9. 47d78cc Pass the encoder's internal source property through to video_sender to request a keyframe from the external encoder by sophiechang · 10 years ago
  10. 4fbae2b Add send transports to individual webrtc::Call streams. by solenberg · 10 years ago
  11. cd67022 Define Stream base classes by Jelena Marusic · 10 years ago
  12. 4b91bd0 Move frame input (ViECapturer) to webrtc/video/. by Peter Boström · 10 years ago
  13. 78fb3b3 C++11 in-class member initialization in Call configs. by Fredrik Solenberg · 10 years ago
  14. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  15. af612d5 Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."" by perkj@webrtc.org · 10 years ago
  16. d7452a0 Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame." by magjed@webrtc.org · 10 years ago
  17. bcead30 Make the entry point for VideoFrames to webrtc const ref I420VideoFrame. by perkj@webrtc.org · 10 years ago
  18. 891d483 Wire up target_media_bitrate in VideoSendStream. by pbos@webrtc.org · 10 years ago
  19. 3e6e271 Implement CpuOveruseMetrics as callbacks. by pbos@webrtc.org · 10 years ago
  20. 09c77b9 Add decoder-timing stats to VideoReceiveStream. by pbos@webrtc.org · 10 years ago
  21. 32e8528 Log configs when creating video streams in Call. by pbos@webrtc.org · 10 years ago
  22. 742386a Enable payload-based padding by default and remove the API. by stefan@webrtc.org · 10 years ago
  23. 273a414 Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  24. 0bae1fa Wire up bandwidth stats to the new API and webrtcvideoengine2. by stefan@webrtc.org · 10 years ago
  25. ad3b5a5 Move min transmit bitrate to VideoEncoderConfig. by pbos@webrtc.org · 10 years ago
  26. bbe0a85 Config struct for VideoEncoder. by pbos@webrtc.org · 11 years ago
  27. 168f23f Move pacer to fully use webrtc::Clock instead of webrtc::TickTime. by stefan@webrtc.org · 11 years ago
  28. 4ef438e Remove the send-side cname getter APIs from voice and video engine. by stefan@webrtc.org · 11 years ago
  29. cb254aa Enable pacing by default and remove the option to disable it from the new API. by stefan@webrtc.org · 11 years ago
  30. fbb567d Add APIs to enable padding with redundant payloads. by stefan@webrtc.org · 11 years ago
  31. 6ae48c6 Make VideoSendStream/VideoReceiveStream configs const. by pbos@webrtc.org · 11 years ago
  32. ef92755 Have RTX be enabled by setting an RTX payload type instead of by setting an RTX SSRC. by stefan@webrtc.org · 11 years ago
  33. 1566ee2 Revert "Revert "Remove VideoSendStreamInput::PutFrame."" by pbos@webrtc.org · 11 years ago
  34. 2cdd433 Revert "Remove VideoSendStreamInput::PutFrame." by pbos@webrtc.org · 11 years ago
  35. f3085e4 Remove VideoSendStreamInput::PutFrame. by pbos@webrtc.org · 11 years ago
  36. 1e92b0a Add ToString() to VideoSendStream::Config. by pbos@webrtc.org · 11 years ago
  37. a5c8d2c Rename Start/Stop in Video{Send,Receive}Streams. by pbos@webrtc.org · 11 years ago
  38. 709e297 Simplify pacer interface. by pbos@webrtc.org · 11 years ago
  39. f577ae9 Remove internal codecs from VideoSendStream. by pbos@webrtc.org · 11 years ago
  40. b10363f3 Re-landing "Routing SuspendChange to VideoSendStream::Stats" by henrik.lundin@webrtc.org · 11 years ago
  41. 3349ae0 Implement minimum transmit bitrate. by pbos@webrtc.org · 11 years ago
  42. be39470 Revert "Routing SuspendChange to VideoSendStream::Stats" by henrik.lundin@webrtc.org · 11 years ago
  43. 1598b80 Routing SuspendChange to VideoSendStream::Stats by henrik.lundin@webrtc.org · 11 years ago
  44. 0931570 Wire up statistics in video receive stream of new API by sprang@webrtc.org · 11 years ago
  45. c279a5d Wire up RTX in VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  46. ccd4284 Wire up statistics in video send stream of new video engine api by sprang@webrtc.org · 11 years ago
  47. b429e51 cpplint cleaning new API and its implementation files. by mflodman@webrtc.org · 11 years ago
  48. 724947b Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago
  49. 4070935 Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 11 years ago
  50. 331d440 Connect pacer/padding to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  51. 53c8573 Rename video streams' start/stop methods. by pbos@webrtc.org · 11 years ago
  52. ce8e093 Rename AutoMute to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  53. 6488761 Implement VideoSendStream::SetCodec(). by pbos@webrtc.org · 11 years ago
  54. 16e03b7 Separate Call API/build files from video_engine/. by pbos@webrtc.org · 11 years ago[Renamed (96%) from webrtc/video_engine/new_include/video_send_stream.h]
  55. 1a3a6e5 Removing the threshold from the auto-mute APIs by henrik.lundin@webrtc.org · 11 years ago
  56. ba975e2 Porting auto mute to new ViE API by henrik.lundin@webrtc.org · 11 years ago
  57. c11148b Compound/reduced-size RTCP in VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  58. 25fce9a Fixed issue with how MTU is calculated. by sprang@webrtc.org · 11 years ago
  59. 5d957e2 Wired up max packet size and added simple test. by sprang@webrtc.org · 11 years ago
  60. 74fa489 Remove newapi:: namespace for typenames without overlap. by pbos@webrtc.org · 12 years ago
  61. 360e376 Adds two tests for verifying padding and ramp-up behavior. by stefan@webrtc.org · 12 years ago
  62. 7f1b0ae Fix init list for VideoSendStream::Config::Rtp. by pbos@webrtc.org · 12 years ago
  63. 025f4f1 Stats+Config moved into VideoSend/ReceiveStreams. by pbos@webrtc.org · 12 years ago
  64. 1ecee9a Break video_engine/new_include/common.h into smaller parts. by pbos@webrtc.org · 12 years ago
  65. eceb532 Default constructors for new VideoEngine structs. by pbos@webrtc.org · 12 years ago
  66. 9b30348 FrameGenerator class for future fake capture device. by pbos@webrtc.org · 12 years ago
  67. 65f995a New ViE interface. by mflodman@webrtc.org · 12 years ago