1. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  2. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  3. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  4. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  5. 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 8 years ago
  6. cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 8 years ago
  7. 2e5cfcd Add periodic logging of video stats. by asapersson · 8 years ago
  8. 1ba8d39 Remove webrtc/stream.h and unutilized inheritance. by pbos · 9 years ago
  9. a96b60b Move frame_callback.h to common_video/include. by pbos · 9 years ago
  10. d30a111 Change pre_encode_callback to get a const frame. by nisse · 9 years ago
  11. 7ade7b3 Delete class webrtc::VideoRenderer and its header file. by nisse · 9 years ago
  12. 905f8e7 Make ReconfigureVideoEncoder void. by Peter Boström · 9 years ago
  13. e449915 Measure encoding time on encode callbacks. by Peter Boström · 9 years ago
  14. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  15. 17821db Wire up bandwidth limitation info to GetStats and adapt_reason. by asapersson · 9 years ago
  16. 1387149 Adding reduced size RTCP configuration down to the video stream level. by deadbeef · 9 years ago
  17. 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
  18. 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
  19. 092b133 Collecting encode_time_ms for each frame. by ivica · 9 years ago
  20. 2d56668 Unify Transport and newapi::Transport interfaces. by pbos · 9 years ago
  21. 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 · 9 years ago
  22. 47d78cc Pass the encoder's internal source property through to video_sender to request a keyframe from the external encoder by sophiechang · 9 years ago
  23. 4fbae2b Add send transports to individual webrtc::Call streams. by solenberg · 9 years ago
  24. cd67022 Define Stream base classes by Jelena Marusic · 10 years ago
  25. 4b91bd0 Move frame input (ViECapturer) to webrtc/video/. by Peter Boström · 10 years ago
  26. 78fb3b3 C++11 in-class member initialization in Call configs. by Fredrik Solenberg · 10 years ago
  27. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  28. af612d5 Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."" by perkj@webrtc.org · 10 years ago
  29. d7452a0 Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame." by magjed@webrtc.org · 10 years ago
  30. bcead30 Make the entry point for VideoFrames to webrtc const ref I420VideoFrame. by perkj@webrtc.org · 10 years ago
  31. 891d483 Wire up target_media_bitrate in VideoSendStream. by pbos@webrtc.org · 10 years ago
  32. 3e6e271 Implement CpuOveruseMetrics as callbacks. by pbos@webrtc.org · 10 years ago
  33. 09c77b9 Add decoder-timing stats to VideoReceiveStream. by pbos@webrtc.org · 10 years ago
  34. 32e8528 Log configs when creating video streams in Call. by pbos@webrtc.org · 10 years ago
  35. 742386a Enable payload-based padding by default and remove the API. by stefan@webrtc.org · 10 years ago
  36. 273a414 Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  37. 0bae1fa Wire up bandwidth stats to the new API and webrtcvideoengine2. by stefan@webrtc.org · 10 years ago
  38. ad3b5a5 Move min transmit bitrate to VideoEncoderConfig. by pbos@webrtc.org · 10 years ago
  39. bbe0a85 Config struct for VideoEncoder. by pbos@webrtc.org · 10 years ago
  40. 168f23f Move pacer to fully use webrtc::Clock instead of webrtc::TickTime. by stefan@webrtc.org · 11 years ago
  41. 4ef438e Remove the send-side cname getter APIs from voice and video engine. by stefan@webrtc.org · 11 years ago
  42. cb254aa Enable pacing by default and remove the option to disable it from the new API. by stefan@webrtc.org · 11 years ago
  43. fbb567d Add APIs to enable padding with redundant payloads. by stefan@webrtc.org · 11 years ago
  44. 6ae48c6 Make VideoSendStream/VideoReceiveStream configs const. by pbos@webrtc.org · 11 years ago
  45. 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
  46. 1566ee2 Revert "Revert "Remove VideoSendStreamInput::PutFrame."" by pbos@webrtc.org · 11 years ago
  47. 2cdd433 Revert "Remove VideoSendStreamInput::PutFrame." by pbos@webrtc.org · 11 years ago
  48. f3085e4 Remove VideoSendStreamInput::PutFrame. by pbos@webrtc.org · 11 years ago
  49. 1e92b0a Add ToString() to VideoSendStream::Config. by pbos@webrtc.org · 11 years ago
  50. a5c8d2c Rename Start/Stop in Video{Send,Receive}Streams. by pbos@webrtc.org · 11 years ago
  51. 709e297 Simplify pacer interface. by pbos@webrtc.org · 11 years ago
  52. f577ae9 Remove internal codecs from VideoSendStream. by pbos@webrtc.org · 11 years ago
  53. b10363f3 Re-landing "Routing SuspendChange to VideoSendStream::Stats" by henrik.lundin@webrtc.org · 11 years ago
  54. 3349ae0 Implement minimum transmit bitrate. by pbos@webrtc.org · 11 years ago
  55. be39470 Revert "Routing SuspendChange to VideoSendStream::Stats" by henrik.lundin@webrtc.org · 11 years ago
  56. 1598b80 Routing SuspendChange to VideoSendStream::Stats by henrik.lundin@webrtc.org · 11 years ago
  57. 0931570 Wire up statistics in video receive stream of new API by sprang@webrtc.org · 11 years ago
  58. c279a5d Wire up RTX in VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  59. ccd4284 Wire up statistics in video send stream of new video engine api by sprang@webrtc.org · 11 years ago
  60. b429e51 cpplint cleaning new API and its implementation files. by mflodman@webrtc.org · 11 years ago
  61. 724947b Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago
  62. 4070935 Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 11 years ago
  63. 331d440 Connect pacer/padding to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  64. 53c8573 Rename video streams' start/stop methods. by pbos@webrtc.org · 11 years ago
  65. ce8e093 Rename AutoMute to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  66. 6488761 Implement VideoSendStream::SetCodec(). by pbos@webrtc.org · 11 years ago
  67. 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]
  68. 1a3a6e5 Removing the threshold from the auto-mute APIs by henrik.lundin@webrtc.org · 11 years ago
  69. ba975e2 Porting auto mute to new ViE API by henrik.lundin@webrtc.org · 11 years ago
  70. c11148b Compound/reduced-size RTCP in VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  71. 25fce9a Fixed issue with how MTU is calculated. by sprang@webrtc.org · 11 years ago
  72. 5d957e2 Wired up max packet size and added simple test. by sprang@webrtc.org · 11 years ago
  73. 74fa489 Remove newapi:: namespace for typenames without overlap. by pbos@webrtc.org · 11 years ago
  74. 360e376 Adds two tests for verifying padding and ramp-up behavior. by stefan@webrtc.org · 11 years ago
  75. 7f1b0ae Fix init list for VideoSendStream::Config::Rtp. by pbos@webrtc.org · 12 years ago
  76. 025f4f1 Stats+Config moved into VideoSend/ReceiveStreams. by pbos@webrtc.org · 12 years ago
  77. 1ecee9a Break video_engine/new_include/common.h into smaller parts. by pbos@webrtc.org · 12 years ago
  78. eceb532 Default constructors for new VideoEngine structs. by pbos@webrtc.org · 12 years ago
  79. 9b30348 FrameGenerator class for future fake capture device. by pbos@webrtc.org · 12 years ago
  80. 65f995a New ViE interface. by mflodman@webrtc.org · 12 years ago