1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
  3. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  4. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  5. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  6. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  7. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  8. ab62b2e Don't copy video frame metadata in each encoder/decoder by Ilya Nikolaevskiy · 5 years ago
  9. 039a714 VP9 screenshare: drop base layer separately by Ilya Nikolaevskiy · 5 years ago
  10. 4c29546 Add test to cover bug in vp9 wrapper, triggered by field trial by Erik Språng · 5 years ago
  11. 5c18a5f Reland "VP9 screenshare: Don't base layers frame-rate on input frame-rate" by Ilya Nikolaevskiy · 5 years ago
  12. ce72323 Revert "VP9 screenshare: Don't base layers frame-rate on input frame-rate" by Ilya Nikolaevskiy · 5 years ago
  13. eb1754c VP9 screenshare: Don't base layers frame-rate on input frame-rate by Ilya Nikolaevskiy · 5 years ago
  14. eb180f8 Fix incorrect libvpx vp9 dynamic rate control settings by Erik Språng · 5 years ago
  15. fd26ef7 Delete unused RTPFragmentationHeader members by Niels Möller · 5 years ago
  16. 2ebf523 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  17. de20b96 Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Ilya Nikolaevskiy · 5 years ago
  18. a8507e3 Remove deprecated interface in I420BufferInterface::GetI420 by Ilya Nikolaevskiy · 5 years ago
  19. 4fb12b0 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  20. 4b1afbe Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Artem Titarenko · 5 years ago
  21. c9a2c5e Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  22. 84ae2b6 Revert "Copy video frames metadata between encoded and plain frames in one place" by Artem Titarenko · 5 years ago
  23. 00d0a0a Copy video frames metadata between encoded and plain frames in one place by Ilya Nikolaevskiy · 5 years ago
  24. a323cc0 Write VP9 RTP SS on key frames of each independently coded spatial layer. by Sergey Silkin · 5 years ago
  25. 7a3fe89 Tweak libvpx vp8/vp9 encoder rc settings based on network headroom. by Erik Språng · 5 years ago
  26. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  27. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 5 years ago
  28. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  29. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  30. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  31. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  32. 01b2558 Revert "Disable TestVp9ImplProfile2.EncodeDecode on iOS." by Mirko Bonadei · 5 years ago
  33. 1419539 Disable TestVp9ImplProfile2.EncodeDecode on iOS. by Sergey Silkin · 5 years ago
  34. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  35. 38fabff Update INTER_LAYER_PRED_OFF code paths. by Sergey Silkin · 5 years ago
  36. cad95b8 Reland "Tune vp9 screenshare bitrate and framerate of spatial layers" by Ilya Nikolaevskiy · 5 years ago
  37. e01857c Revert "Reland "Tune vp9 screenshare bitrate and framerate of spatial layers"" by Ilya Nikolaevskiy · 5 years ago
  38. 12abf67 Reland "Tune vp9 screenshare bitrate and framerate of spatial layers" by Ilya Nikolaevskiy · 5 years ago
  39. 1109b59 Revert "Tune vp9 screenshare bitrate and framerate of spatial layers" by Jeroen de Borst · 5 years ago
  40. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  41. aaf3cb3 Tune vp9 screenshare bitrate and framerate of spatial layers by Ilya Nikolaevskiy · 5 years ago
  42. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  43. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  44. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  45. 6117068 Throttle frame-rate In VP9 encoder in steady state for screenshare by Ilya Nikolaevskiy · 5 years ago
  46. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  47. 9ef5e05 Fix target bitrate handling for a single layer VP9 screenshare by Ilya Nikolaevskiy · 5 years ago
  48. d1d0359 Remove memsets of CodecSpecificInfo. by philipel · 5 years ago
  49. dd1cc98 Reland "Update VP9EncoderImpl to use EncodedImage::Allocate" by Niels Möller · 5 years ago
  50. 3a656d1 Tune bitrates and minQP thresholds for high-fps screenshare. by Ilya Nikolaevskiy · 5 years ago
  51. 92e7c69 Revert "Update VP9EncoderImpl to use EncodedImage::Allocate" by Niels Moller · 5 years ago
  52. e12778c Update VP9EncoderImpl to use EncodedImage::Allocate by Niels Möller · 5 years ago
  53. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 5 years ago
  54. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 5 years ago
  55. bfa5d5d Return early from VP9EncoderImpl::Encode() if all layers inactive by Erik Språng · 5 years ago
  56. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  57. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  58. a67a9d9 Handle zero number of spatial layers at calculation of VP9 SVC padding. by Sergey Silkin · 6 years ago
  59. 4b4266f Move parsing of trusted rate controller to RateControlSettings by Erik Språng · 6 years ago
  60. 2ec0c65 Set inter_pic_predicted video codec flag in vp9 encoder correctly by Ilya Nikolaevskiy · 6 years ago
  61. dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
  62. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  63. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  64. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  65. a1bec23 Pass on explicit color space for VP8 and H264 by Johannes Kron · 6 years ago
  66. f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
  67. 7b3a568 Reland 2: Add VP9 Profile 2 to default profiles by Emircan Uysaler · 6 years ago
  68. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  69. b47ccc3 Add chroma siting to ColorSpace by Johannes Kron · 6 years ago
  70. 48a7946 Convert all webrtc code to not access EncodedImage::_size directly. by Niels Möller · 6 years ago
  71. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  72. 4da382e Speculative revert due to a long history of issues related to VP9 on Mac. by Henrik Andreassson · 6 years ago
  73. 3b923d9 Remove color space enum value kInvalid by Johannes Kron · 6 years ago
  74. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  75. d4d254f Revert "Various VP9 high fps fixes" by Patrik Höglund · 6 years ago
  76. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  77. ba2840c Various VP9 high fps fixes by Ilya Nikolaevskiy · 6 years ago
  78. 4c0cc5b Reland Profile 2 to default profiles by Emircan Uysaler · 6 years ago
  79. 88ce4ef Don't buffer encoded frames. by Sergey Silkin · 6 years ago
  80. 4749e4e Move HdrMetadata to ColorSpace by Johannes Kron · 6 years ago
  81. 95adedb Always compile VP9 source files. by Mirko Bonadei · 6 years ago
  82. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  83. 9973fa8 Pass HdrMetadata between VideoFrame and EncodedImage for VP9 by Johannes Kron · 6 years ago
  84. d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  85. 727d164 Update VP9 encoder to use GetEncoderInfo by Erik Språng · 6 years ago
  86. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  87. 3eb1c72 Removes deprecated BitrateAllocation alias. by Sebastian Jansson · 6 years ago
  88. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  89. a85995a Set frame duration per spatial layer. by Sergey Silkin · 6 years ago
  90. b674cd1 Enable multithreading in libvpx VP9 decoder. by Sergey Silkin · 6 years ago
  91. e7ce888 Fix VP9 K-SVC full stack tests. by Sergey Silkin · 6 years ago
  92. 390f358 Configure frame references in VP9 encoder wrapper. by Sergey Silkin · 6 years ago
  93. b0bd03b Set key frame request in VP9 enc wrapper on init. by Sergey Silkin · 6 years ago
  94. c5f152d Mark all low layer frames as references if inter-layer pred is enabled. by Sergey Silkin · 6 years ago
  95. f87bb46 Restrict use of frame rate controller. by Sergey Silkin · 6 years ago
  96. 221ee3c Revert "Reland Profile 2 to default profiles" by Max Morin · 6 years ago
  97. f682624 Reland Profile 2 to default profiles by Emircan Uysaler · 6 years ago
  98. beba1b2 Fix target frame rate of spatial layer. by Sergey Silkin · 6 years ago
  99. 96f2c97 Reland "Frame rate controller per spatial layer." by Sergey Silkin · 6 years ago
  100. 042661b Revert "Frame rate controller per spatial layer." by Sergey Silkin · 6 years ago