1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 668ce0c Remove trial WebRTC-SimulcastMaxLayers and make its behavior default by Florent Castelli · 5 years ago
  3. 1efb4a2 Add field trial for forcing partition resilience mode in libvpx. by Rasmus Brandt · 5 years ago
  4. 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
  5. 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
  6. 65764e4 Add missing overrides in VideoEncoder proxies/adapters by Elad Alon · 5 years ago
  7. 7e00c67 Pass FecControllerOverride to Vp8FrameBufferController by Elad Alon · 5 years ago
  8. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  9. a094849 RateControlSettings: add option to set min pixels per frame for libvpx vp8. by Åsa Persson · 5 years ago
  10. c2f5686 Extend structures to store updated version of the dependency descriptor by Danil Chapovalov · 5 years ago
  11. c538506 Enable H.264 temporal scalability in simulcast. by Johnny Lee · 5 years ago
  12. 2ffcd82 Make DefaultTemporalLayers explicitly request a key frame by Elad Alon · 5 years ago
  13. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  14. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  15. 5cf3903 Allow Vp8FrameBufferController::UpdateConfiguration to reset set of overrides by Elad Alon · 5 years ago
  16. a279584 Inform FrameBufferController of encoder capabilities by Elad Alon · 5 years ago
  17. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  18. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  19. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  20. ab62b2e Don't copy video frame metadata in each encoder/decoder by Ilya Nikolaevskiy · 5 years ago
  21. b64af4b Add retransmission_allowed flag to encoder output by Elad Alon · 5 years ago
  22. 039a714 VP9 screenshare: drop base layer separately by Ilya Nikolaevskiy · 5 years ago
  23. 4c29546 Add test to cover bug in vp9 wrapper, triggered by field trial by Erik Språng · 5 years ago
  24. 815b1a6 Use preprocessor to strip H264 implementation. by Mirko Bonadei · 5 years ago
  25. 5c18a5f Reland "VP9 screenshare: Don't base layers frame-rate on input frame-rate" by Ilya Nikolaevskiy · 5 years ago
  26. ce72323 Revert "VP9 screenshare: Don't base layers frame-rate on input frame-rate" by Ilya Nikolaevskiy · 5 years ago
  27. eb1754c VP9 screenshare: Don't base layers frame-rate on input frame-rate by Ilya Nikolaevskiy · 5 years ago
  28. eb180f8 Fix incorrect libvpx vp9 dynamic rate control settings by Erik Språng · 5 years ago
  29. fd26ef7 Delete unused RTPFragmentationHeader members by Niels Möller · 5 years ago
  30. 9a4c93b Add DCHECK in LibvpxVp8Encoder by Elad Alon · 5 years ago
  31. 4fd4297 Fix metadata setting in H264 decoder by Ilya Nikolaevskiy · 5 years ago
  32. e62a08a Request key frame on all layers. by Sergey Silkin · 5 years ago
  33. 2ebf523 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  34. e1225d3 Reland "Rename configurations_ to vpx_configs_ in LibvpxVp8Encoder" by Elad Alon · 5 years ago
  35. fb08781 Reland "Refactor handling of configuration overrides from Vp8FrameBufferController" by Elad Alon · 5 years ago
  36. 3d622d6 Revert "Refactor handling of configuration overrides from Vp8FrameBufferController" by Elad Alon · 5 years ago
  37. 159d04e Revert "Rename configurations_ to vpx_configs_ in LibvpxVp8Encoder" by Elad Alon · 5 years ago
  38. de20b96 Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Ilya Nikolaevskiy · 5 years ago
  39. d7dd49f RateControlSettings: add option to set max QP for libvpx vp8. by Åsa Persson · 5 years ago
  40. a8507e3 Remove deprecated interface in I420BufferInterface::GetI420 by Ilya Nikolaevskiy · 5 years ago
  41. bd20c3f Rename configurations_ to vpx_configs_ in LibvpxVp8Encoder by Elad Alon · 5 years ago
  42. 4d6795f Refactor handling of configuration overrides from Vp8FrameBufferController by Elad Alon · 5 years ago
  43. 4fb12b0 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  44. 2ad2fab Determine if it's HDR color space based on VUI or RTP header extension by Johannes Kron · 5 years ago
  45. b107035 Prevent memory over-consumption by DefaultTemporalLayers by Elad Alon · 5 years ago
  46. da5aa4d Use CodecBufferUsage to determine dependencies. by philipel · 5 years ago
  47. 544dece Allow Vp8FrameBufferController to override resilience mode by Elad Alon · 5 years ago
  48. 8683467 Allow Vp8FrameBufferController to initiate key frames by Elad Alon · 5 years ago
  49. 042559f Add fix for 8-bit H264 HDR content by Johannes Kron · 5 years ago
  50. 4b1afbe Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Artem Titarenko · 5 years ago
  51. c9a2c5e Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  52. 9a86275 Fix dangling pointers issue in LibvpxVp8Encoder::Encode() by Elad Alon · 5 years ago
  53. 84ae2b6 Revert "Copy video frames metadata between encoded and plain frames in one place" by Artem Titarenko · 5 years ago
  54. eb415cd Avoid unnecessary rescaling in LibvpxVp8Encoder::Encode by Elad Alon · 5 years ago
  55. e1068c1 Small change to LibvpxVp8Encoder::Release by Elad Alon · 5 years ago
  56. 00d0a0a Copy video frames metadata between encoded and plain frames in one place by Ilya Nikolaevskiy · 5 years ago
  57. a323cc0 Write VP9 RTP SS on key frames of each independently coded spatial layer. by Sergey Silkin · 5 years ago
  58. 979c442 Rename "UpdateLayerConfig" to "NextFrameConfig" by Elad Alon · 5 years ago
  59. 123ee9b OnLossNotification() receives references by Elad Alon · 5 years ago
  60. c3f31dc Avoid copying of InlinedVector by DefaultTemporalLayers ctor by Elad Alon · 5 years ago
  61. 6796ec2 Add OnFrameDropped() to Vp8FrameBufferController by Elad Alon · 5 years ago
  62. 315de59 Switch to RTC_LOG(LS_INFO) for non-perf VideoCodecTest text output. by Rasmus Brandt · 5 years ago
  63. 7a3fe89 Tweak libvpx vp8/vp9 encoder rc settings based on network headroom. by Erik Språng · 5 years ago
  64. 79e9f4b Replace test::Statistics by webrtc::RunningStatistics. by Yves Gerey · 5 years ago
  65. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  66. 70c961f Delete unused members of VideoCodecH264. by Rasmus Brandt · 5 years ago
  67. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 5 years ago
  68. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  69. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  70. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  71. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  72. 1f44bc1 Delete local convenience alias Buffer by Niels Möller · 5 years ago
  73. a553c72 Tune VideoCodecTestLibvpx.TemporalLayersVP8 thresholds. by philipel · 5 years ago
  74. 59e875c Tune VideoCodecTestLibvpx.MultiresVP8 thresholds. by philipel · 5 years ago
  75. 6c371ca Add OnLossNotification() to VideoEncoder and Vp8FrameBufferController by Elad Alon · 5 years ago
  76. 086b907 Update codecs/h264 owners. by Sergey Silkin · 5 years ago
  77. 5982d00 Stop always predicting from last keyframe in the 3TL VP8 case. by philipel · 5 years ago
  78. fd720b2 Switch to SendTask instead of manually waiting for event. by Rasmus Brandt · 5 years ago
  79. db6335e Make sure screenshare_layers produce non-sync TL1 frames after keyframes by Erik Språng · 5 years ago
  80. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  81. b19f27a Decode Target Information for VP8 libvpx encoder. by philipel · 5 years ago
  82. 361855b Rename OperatingPoint to DecodeTarget. by philipel · 5 years ago
  83. 7d72d0f Change VideoCodecTestStats API. by Rasmus Brandt · 5 years ago
  84. 712fb89 Allocate separate component buffers in MultiplexEncodedImagePacker::Unpack by Niels Möller · 5 years ago
  85. 01b2558 Revert "Disable TestVp9ImplProfile2.EncodeDecode on iOS." by Mirko Bonadei · 5 years ago
  86. f2ca8c5 Allow injecting a Vp8FrameBufferControllerFactory by Elad Alon · 5 years ago
  87. 1419539 Disable TestVp9ImplProfile2.EncodeDecode on iOS. by Sergey Silkin · 5 years ago
  88. 001c782 Save encoded ivf files separately for different TLs. by Rasmus Brandt · 5 years ago
  89. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  90. 38fabff Update INTER_LAYER_PRED_OFF code paths. by Sergey Silkin · 5 years ago
  91. c528410 Improve VideoCodecTest perf stats output. by Rasmus Brandt · 5 years ago
  92. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 5 years ago
  93. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 5 years ago
  94. 2f5f061 Remove unused variable DefaultTemporalLayers::kKeyframeBuffer. by philipel · 5 years ago
  95. 69008a8 Avoid div-by-zero in VideoCodecTest stats calculation. by Rasmus Brandt · 5 years ago
  96. 009ab3c Delete EncodedImage::GetBufferPaddingBytes by Niels Möller · 5 years ago
  97. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 5 years ago
  98. a5c0ba1 Reland "Fix LibvpxVp8Encoder::FrameDropThreshold" by Elad Alon · 5 years ago
  99. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 5 years ago
  100. 55500d2 Revert "Fix LibvpxVp8Encoder::FrameDropThreshold" by Yves Gerey · 5 years ago