1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 1efb4a2 Add field trial for forcing partition resilience mode in libvpx. by Rasmus Brandt · 5 years ago
  3. 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
  4. 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
  5. 7e00c67 Pass FecControllerOverride to Vp8FrameBufferController by Elad Alon · 5 years ago
  6. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  7. a094849 RateControlSettings: add option to set min pixels per frame for libvpx vp8. by Åsa Persson · 5 years ago
  8. c2f5686 Extend structures to store updated version of the dependency descriptor by Danil Chapovalov · 5 years ago
  9. 2ffcd82 Make DefaultTemporalLayers explicitly request a key frame by Elad Alon · 5 years ago
  10. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  11. 5cf3903 Allow Vp8FrameBufferController::UpdateConfiguration to reset set of overrides by Elad Alon · 5 years ago
  12. a279584 Inform FrameBufferController of encoder capabilities by Elad Alon · 5 years ago
  13. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  14. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  15. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  16. ab62b2e Don't copy video frame metadata in each encoder/decoder by Ilya Nikolaevskiy · 5 years ago
  17. b64af4b Add retransmission_allowed flag to encoder output by Elad Alon · 5 years ago
  18. 9a4c93b Add DCHECK in LibvpxVp8Encoder by Elad Alon · 5 years ago
  19. 2ebf523 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  20. e1225d3 Reland "Rename configurations_ to vpx_configs_ in LibvpxVp8Encoder" by Elad Alon · 5 years ago
  21. fb08781 Reland "Refactor handling of configuration overrides from Vp8FrameBufferController" by Elad Alon · 5 years ago
  22. 3d622d6 Revert "Refactor handling of configuration overrides from Vp8FrameBufferController" by Elad Alon · 5 years ago
  23. 159d04e Revert "Rename configurations_ to vpx_configs_ in LibvpxVp8Encoder" by Elad Alon · 5 years ago
  24. de20b96 Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Ilya Nikolaevskiy · 5 years ago
  25. d7dd49f RateControlSettings: add option to set max QP for libvpx vp8. by Åsa Persson · 5 years ago
  26. bd20c3f Rename configurations_ to vpx_configs_ in LibvpxVp8Encoder by Elad Alon · 5 years ago
  27. 4d6795f Refactor handling of configuration overrides from Vp8FrameBufferController by Elad Alon · 5 years ago
  28. 4fb12b0 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  29. b107035 Prevent memory over-consumption by DefaultTemporalLayers by Elad Alon · 5 years ago
  30. da5aa4d Use CodecBufferUsage to determine dependencies. by philipel · 5 years ago
  31. 544dece Allow Vp8FrameBufferController to override resilience mode by Elad Alon · 5 years ago
  32. 8683467 Allow Vp8FrameBufferController to initiate key frames by Elad Alon · 5 years ago
  33. 4b1afbe Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Artem Titarenko · 5 years ago
  34. c9a2c5e Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  35. 9a86275 Fix dangling pointers issue in LibvpxVp8Encoder::Encode() by Elad Alon · 5 years ago
  36. 84ae2b6 Revert "Copy video frames metadata between encoded and plain frames in one place" by Artem Titarenko · 5 years ago
  37. eb415cd Avoid unnecessary rescaling in LibvpxVp8Encoder::Encode by Elad Alon · 5 years ago
  38. e1068c1 Small change to LibvpxVp8Encoder::Release by Elad Alon · 5 years ago
  39. 00d0a0a Copy video frames metadata between encoded and plain frames in one place by Ilya Nikolaevskiy · 5 years ago
  40. 979c442 Rename "UpdateLayerConfig" to "NextFrameConfig" by Elad Alon · 5 years ago
  41. 123ee9b OnLossNotification() receives references by Elad Alon · 5 years ago
  42. c3f31dc Avoid copying of InlinedVector by DefaultTemporalLayers ctor by Elad Alon · 5 years ago
  43. 6796ec2 Add OnFrameDropped() to Vp8FrameBufferController by Elad Alon · 5 years ago
  44. 7a3fe89 Tweak libvpx vp8/vp9 encoder rc settings based on network headroom. by Erik Språng · 5 years ago
  45. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  46. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 5 years ago
  47. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  48. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  49. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  50. 1f44bc1 Delete local convenience alias Buffer by Niels Möller · 5 years ago
  51. 6c371ca Add OnLossNotification() to VideoEncoder and Vp8FrameBufferController by Elad Alon · 5 years ago
  52. 5982d00 Stop always predicting from last keyframe in the 3TL VP8 case. by philipel · 5 years ago
  53. db6335e Make sure screenshare_layers produce non-sync TL1 frames after keyframes by Erik Språng · 5 years ago
  54. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  55. b19f27a Decode Target Information for VP8 libvpx encoder. by philipel · 5 years ago
  56. 361855b Rename OperatingPoint to DecodeTarget. by philipel · 5 years ago
  57. f2ca8c5 Allow injecting a Vp8FrameBufferControllerFactory by Elad Alon · 5 years ago
  58. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  59. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 5 years ago
  60. 2f5f061 Remove unused variable DefaultTemporalLayers::kKeyframeBuffer. by philipel · 5 years ago
  61. a5c0ba1 Reland "Fix LibvpxVp8Encoder::FrameDropThreshold" by Elad Alon · 5 years ago
  62. 55500d2 Revert "Fix LibvpxVp8Encoder::FrameDropThreshold" by Yves Gerey · 5 years ago
  63. 159e53a Fix LibvpxVp8Encoder::FrameDropThreshold by Elad Alon · 5 years ago
  64. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  65. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  66. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  67. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  68. de3360e Create Vp8FrameBufferController by Elad Alon · 5 years ago
  69. 7b41225 Throttle frame-rate In VP8 encoder in steady state for screenshare by Ilya Nikolaevskiy · 5 years ago
  70. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  71. 9df3353 Generic Frame Descriptor (GFD) VP8 templates. by philipel · 5 years ago
  72. e64a688 Replacing Clock in ScreenshareLayers. by Sebastian Jansson · 5 years ago
  73. dda5fdc Fix vp8 simulcast screenshare and perf tests for it by Ilya Nikolaevskiy · 5 years ago
  74. 22f9925 webrtc: Remove semicolons. by Nico Weber · 5 years ago
  75. 7abfd56 Improve CPU utilization when encoding VP8 with two temporal layers by Elad Alon · 5 years ago
  76. 3a656d1 Tune bitrates and minQP thresholds for high-fps screenshare. by Ilya Nikolaevskiy · 5 years ago
  77. 788f577 Update the resolution check for VP8 simulcast. by Mirta Dvornicic · 5 years ago
  78. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 5 years ago
  79. 1d13b37 Update LibvpxVp8Encoder to use EncodedImage::Allocate by Niels Möller · 5 years ago
  80. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 5 years ago
  81. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 5 years ago
  82. 819661a Pass explicit dependencies from ScreenshareLayers to GFD by Elad Alon · 5 years ago
  83. 4bfbb01 Improve CPU utilization when encoding VP8 with a single temporal layer by Elad Alon · 5 years ago
  84. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  85. e32b4fe Allow 1x1 images in libvpx_vp8_encoder.cc by Dan Minor · 5 years ago
  86. 411b49b Break FrameConfig out of Vp8TemporalLayers by Elad Alon · 5 years ago
  87. e008248 Only instantiate TemporalLayersChecker in debug builds by Elad Alon · 5 years ago
  88. f5b216a Pass explicit frame dependency information to RtpPayloadParams by Elad Alon · 5 years ago
  89. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  90. 4b4266f Move parsing of trusted rate controller to RateControlSettings by Erik Språng · 6 years ago
  91. dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
  92. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  93. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  94. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  95. a1bec23 Pass on explicit color space for VP8 and H264 by Johannes Kron · 6 years ago
  96. aa7bc7e Create field trial for vp8 number of thread on iOS. by Jiawei Ou · 6 years ago
  97. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  98. 48a7946 Convert all webrtc code to not access EncodedImage::_size directly. by Niels Möller · 6 years ago
  99. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  100. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago