1. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  2. de3360e Create Vp8FrameBufferController by Elad Alon · 6 years ago
  3. 7b41225 Throttle frame-rate In VP8 encoder in steady state for screenshare by Ilya Nikolaevskiy · 6 years ago
  4. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 6 years ago
  5. 9df3353 Generic Frame Descriptor (GFD) VP8 templates. by philipel · 6 years ago
  6. e64a688 Replacing Clock in ScreenshareLayers. by Sebastian Jansson · 6 years ago
  7. dda5fdc Fix vp8 simulcast screenshare and perf tests for it by Ilya Nikolaevskiy · 6 years ago
  8. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  9. 7abfd56 Improve CPU utilization when encoding VP8 with two temporal layers by Elad Alon · 6 years ago
  10. 3a656d1 Tune bitrates and minQP thresholds for high-fps screenshare. by Ilya Nikolaevskiy · 6 years ago
  11. 788f577 Update the resolution check for VP8 simulcast. by Mirta Dvornicic · 6 years ago
  12. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 6 years ago
  13. 1d13b37 Update LibvpxVp8Encoder to use EncodedImage::Allocate by Niels Möller · 6 years ago
  14. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 6 years ago
  15. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 6 years ago
  16. 819661a Pass explicit dependencies from ScreenshareLayers to GFD by Elad Alon · 6 years ago
  17. 4bfbb01 Improve CPU utilization when encoding VP8 with a single temporal layer by Elad Alon · 6 years ago
  18. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  19. e32b4fe Allow 1x1 images in libvpx_vp8_encoder.cc by Dan Minor · 6 years ago
  20. 411b49b Break FrameConfig out of Vp8TemporalLayers by Elad Alon · 6 years ago
  21. e008248 Only instantiate TemporalLayersChecker in debug builds by Elad Alon · 6 years ago
  22. f5b216a Pass explicit frame dependency information to RtpPayloadParams by Elad Alon · 6 years ago
  23. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  24. 4b4266f Move parsing of trusted rate controller to RateControlSettings by Erik Språng · 6 years ago
  25. dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
  26. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  27. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  28. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  29. a1bec23 Pass on explicit color space for VP8 and H264 by Johannes Kron · 6 years ago
  30. aa7bc7e Create field trial for vp8 number of thread on iOS. by Jiawei Ou · 6 years ago
  31. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  32. 48a7946 Convert all webrtc code to not access EncodedImage::_size directly. by Niels Möller · 6 years ago
  33. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  34. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  35. d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  36. 1060870 Update LibVpxVp8Encoder to use GetEncoderInfo by Erik Språng · 6 years ago
  37. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  38. f8ba95e Add field trial for vp8 cpu speed configuration for arm. by Åsa Persson · 6 years ago
  39. fe45da4 Remove WebRTC-VP8-GfBoost field trial. by philipel · 6 years ago
  40. be837ac Remove RTPFragmentationHeader from LibvpxVp8Encoder. by philipel · 6 years ago
  41. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  42. e2fd86a7 Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  43. c84cd95 Move MockVideoDecoder to api/test. by Erik Språng · 6 years ago
  44. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  45. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  46. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  47. dcc0238 Don't increment timestamp on drop/reencode in LibvpxVp8Encoder. by Erik Språng · 6 years ago
  48. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  49. 5fbc0e0 Hide libvpx vp8 encoder behind an interface and add mock for testing. by Erik Språng · 6 years ago
  50. 59021ba Refactoring of VP8 TemporalLayers interface. by Erik Språng · 6 years ago
  51. 8abd56c Split TemporalLayers and TemporalLayers checker, clean up header. by Erik Språng · 6 years ago
  52. 5f45e66 Fix temporal layers pattern checker for VP8 video by Ilya Nikolaevskiy · 6 years ago
  53. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  54. f141470 Store qp limits for ScreenshareLayers only once by Erik Språng · 6 years ago
  55. fb2a66a libvpx vp8 encoder: get frame drop setting from temporal layer by Erik Språng · 6 years ago
  56. 4a02b67 Clean away WebRTC-Vp8DontDropKeyFrames switch by Erik Språng · 6 years ago
  57. 260182d Remove unused MockFrameDropper and make FrameDropper non-virtual. by Rasmus Brandt · 6 years ago
  58. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 7 years ago
  59. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 7 years ago
  60. da0898d Add spatial index to EncodedImage. by Niels Möller · 7 years ago
  61. 1946a3f Add frame rate parameter to SpatialLayer struct. by Sergey Silkin · 7 years ago
  62. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 7 years ago
  63. 506c569 Don't drop keyframes even if TemporalLayers says so. by Erik Språng · 7 years ago
  64. 213168f Remove a static initializer in default_temporal_layers.cc by tzik · 7 years ago
  65. b75d6b8 Refactor vp8 temporal layers with inferred sync and search order by Erik Språng · 7 years ago
  66. b6b1cac Experimental improvements for simulcast screenshare by Erik Språng · 7 years ago
  67. ff52e88 Revert "Extract color space from Vp8 decoder" by Emircan Uysaler · 7 years ago
  68. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  69. fad2aa2 Extract color space from Vp8 decoder by Emircan Uysaler · 7 years ago
  70. 5e898d6 Stop using VideoCodec.targetBitrate for vp8 screenshare config by Erik Språng · 7 years ago
  71. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  72. d92288f Add experimental shortened 2-temporal-layer setting by Erik Språng · 7 years ago
  73. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
  74. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 7 years ago
  75. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
  76. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  77. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  78. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 7 years ago
  79. a46bd4b Reland "Move class VideoCodec from common_types.h to its own api header file." by Niels Möller · 7 years ago
  80. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 7 years ago
  81. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 7 years ago
  82. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 7 years ago
  83. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 7 years ago
  84. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 7 years ago
  85. 27300c3 Allow 3 encoder threads in libvpx for HD on > 6 core cpus by Erik Språng · 7 years ago
  86. 0cedc05 Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl} by Rasmus Brandt · 7 years ago
  87. c8caaec Directly include VideoBitrateAllocation in common_video/ targets by Erik Språng · 7 years ago
  88. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 7 years ago
  89. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 7 years ago
  90. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 7 years ago
  91. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  92. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 7 years ago
  93. e624d07 Always update libvpx configuration if bitrate has changed. by Erik Språng · 7 years ago
  94. 24697ab Delete obsolete tl_factory member and all mention thereof. by Niels Möller · 7 years ago
  95. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 7 years ago
  96. 1d2b627 Use frame generator in video codec unit tests. by Sergey Silkin · 7 years ago
  97. 150dcb0 Delete logic to set picture id and tl0 pic idx in encoders. by Niels Möller · 7 years ago
  98. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 7 years ago
  99. bb60a3a Refactor VP8 TemporalLayers by Erik Språng · 7 years ago
  100. cc681cc Split vp8_impl into webm_vp8_encoder and webm_vp8_decoder by Erik Språng · 7 years ago