1. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  2. 4aae11d Remove redundant fields in PacketBuffer by Danil Chapovalov · 5 years ago
  3. 05269ec Rename PacketBuffer tests to follow conventions by Danil Chapovalov · 5 years ago
  4. f07003c Avoid Realloc in LibvpxVp8Encoder by Niels Möller · 5 years ago
  5. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  6. 5b2df17 Width and Height was not associated and provided to decoder for H264 streams which have Nalus before SPS by Shyam Sadhwani · 5 years ago
  7. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  8. c67a4d6 Fix WebRTC-Video-MinVideoBitrate for VP9 by Elad Alon · 5 years ago
  9. f17976d Use single thread vp9 decoder for fuzzing by Kuang-che Wu · 5 years ago
  10. c466f08 Cap vp9 fuzzer frame size to prevent OOM by Kuang-che Wu · 5 years ago
  11. 5963c7c Count disabled due to low bw streams or layers as bw limited quality in GetStats by Ilya Nikolaevskiy · 5 years ago
  12. d9755ee Delete large up-front allocation in LibvpxVp8Encoder::InitEncode by Niels Möller · 5 years ago
  13. 999afa9 Fix cropping in H264 decoder wrapper. by Sergey Silkin · 5 years ago
  14. e93b1fe Improve bitstream dumping logic to handle multiple SLs correctly by Ilya Nikolaevskiy · 5 years ago
  15. 7c06777 Cleanup includes in modules/include/module_common_types.h by Danil Chapovalov · 5 years ago
  16. 2b84dad Fixed issue with H264 packet buffer where it was not detecting presence of sps/pps for idr frames by Shyam Sadhwani · 5 years ago
  17. b9bfe65 Delete VCMEncodedFrame::VerifyAndAllocate by Niels Möller · 5 years ago
  18. f4e0c29 SimulcastEncoderAdapter: support per layer fallback and single encoder proxying by Erik Språng · 5 years ago
  19. b3bb204 Remove unused RtpFrameObject ctor. by philipel · 5 years ago
  20. 002b6f4 Fixes for support of disabling lower spatial layers in VP9 by Ilya Nikolaevskiy · 5 years ago
  21. 2449d7a Refactor legacy FrameBuffer to use EncodedImageBuffer::Realloc by Niels Möller · 5 years ago
  22. fc35874 Use new RtpFrameObject ctor for unittests. by philipel · 5 years ago
  23. ff2e215 Change FrameBuffer::CombineAndDeleteFrames to allocate a new buffer by Niels Möller · 5 years ago
  24. bc8049e Reland "VP9 encoder: handle disabled layers correctly" by Ilya Nikolaevskiy · 5 years ago
  25. 7acc4a4 Reset |reference_finder_| on codec switch. by philipel · 5 years ago
  26. 5dacece Removed unused _rotation_set variable from EncodedFrame. by philipel · 5 years ago
  27. 85d5c19 Added RtpFrameObject ctor with no PacketBuffer pointer. by philipel · 5 years ago
  28. 90d6efb Revert "VP9 encoder: handle disabled layers correctly" by Ilya Nikolaevskiy · 5 years ago
  29. 88fe84b VP9 encoder: handle disabled layers correctly by Ilya Nikolaevskiy · 5 years ago
  30. 9d28102 Remove deprecated method by Johannes Kron · 5 years ago
  31. 1b57541 Always pass arguments to INSTANTIATE_TEST_SUITE_P. by Mirko Bonadei · 5 years ago
  32. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  33. f7457e5 Store PacketBuffer by value instead of as reference counted object by Danil Chapovalov · 5 years ago
  34. 0cff4fc Removed unused frame_size param from RtpFrameObject ctor. by philipel · 5 years ago
  35. b5e4785 RtpFrameObject now takes an EncodedImageBuffer in its ctor. by philipel · 5 years ago
  36. f0be5b5 Make GetBitstream non-virtual since it is no longer needed for testing. by philipel · 5 years ago
  37. 76161f7 Move the call to GetBitstream out of the RtpFrameObject ctor. by philipel · 5 years ago
  38. e607a06 Removed unused include from PacketBuffer. by philipel · 5 years ago
  39. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  40. a740142 Refactor LossNotificationController to not use VCMPacket by Niels Möller · 5 years ago
  41. ca79dc6 Delete VideoReceiver2::TriggerDecoderShutdown. by Niels Möller · 5 years ago
  42. 1af0f90 VP9 screenshare: use CONSTRAINED_FROM_ABOVE_DROP mode by Ilya Nikolaevskiy · 5 years ago
  43. 7ddea57 Add field-trial parameter to enable tests simulating a slow decoder by Johannes Kron · 5 years ago
  44. 9a91161 Fixing way of printing logs because RTC_LOG() on Android has limit on printing 1024-60 characters in line. by Marin Kišić · 5 years ago
  45. 2eecfc1 Trim dependencies in modules/video_coding/ by Niels Möller · 5 years ago
  46. 45b01c7 Delete some dead code in vcm::VideoReceiver and VCMReceiver by Niels Möller · 5 years ago
  47. fe407b7 Move code related to VideoCodingModule to its own build target by Niels Möller · 5 years ago
  48. 9509d95 Add empty build target modules/video_coding:video_coding_legacy by Niels Möller · 5 years ago
  49. ee3d995 New class VideoReceiver2, a trimmed-down vcm::VideoReceiver by Niels Möller · 5 years ago
  50. 30323e2 VP9 screenshare: fix incorrect assumptions on buffer contents by Ilya Nikolaevskiy · 5 years ago
  51. 2b9dba3 Implement stable rate support in SimulcastRateAllocator by Erik Språng · 5 years ago
  52. cf9cbf5 Add support for stable bitrate target in SvcRateAllocator by Erik Språng · 5 years ago
  53. a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 5 years ago
  54. 0c141c5 Fix frames dropped statistics by Johannes Kron · 5 years ago
  55. 1fda027 [vp9] Array temporal_up_switch wasn't properly initialized. by Yves Gerey · 5 years ago
  56. b88b44e Don't include duplicated and incomplete frames in stats. by Johannes Kron · 5 years ago
  57. 9fd2908 Remove unused framerate parameter from simulcast bitrate allocator. by Jonas Olsson · 5 years ago
  58. f5e5d25 BalancedDegradationSettings: add option to configure a min framerate diff. by Åsa Persson · 5 years ago
  59. d7ee76c Wire up field trials for some experimental screenshare settings by Erik Språng · 5 years ago
  60. 8bbdb5b Update VideoBitrateAllocator allocate to take a struct with more fields by Florent Castelli · 5 years ago
  61. bd3f305 Request a new key frame if packet buffer is cleared by Johannes Kron · 5 years ago
  62. ed0febf Add k prefix to FrameGenerator::OutputType enum values by Sebastian Jansson · 5 years ago
  63. 596ed25 Don't assume all simulcast screenshare have 2 temporal layers by Florent Castelli · 5 years ago
  64. 2c850af Use nalus_length instead of is_first_packet_in_frame to insert startcodes in the H264SpsPpsTracker. by philipel · 5 years ago
  65. a0e2609 Partially revert of ColorSpace information copying around decoders by Ilya Nikolaevskiy · 5 years ago
  66. 44cec0b Handle non-integer frame rates in video codec tests. by Sergey Silkin · 5 years ago
  67. b249c54 Delete GlobalTaskQueueFactory as now unused by Danil Chapovalov · 5 years ago
  68. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  69. 668ce0c Remove trial WebRTC-SimulcastMaxLayers and make its behavior default by Florent Castelli · 5 years ago
  70. 1efb4a2 Add field trial for forcing partition resilience mode in libvpx. by Rasmus Brandt · 5 years ago
  71. e8ed830 WebRtcVideoChannel encoder fallback. by philipel · 5 years ago
  72. 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
  73. 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
  74. bfd343b Add totalDecodeTime to RTCInboundRTPStreamStats by Johannes Kron · 5 years ago
  75. 65764e4 Add missing overrides in VideoEncoder proxies/adapters by Elad Alon · 5 years ago
  76. 7e00c67 Pass FecControllerOverride to Vp8FrameBufferController by Elad Alon · 5 years ago
  77. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  78. a47ba41 Get rid of deprecated version of NackSender::SendNack [1/2] by Elad Alon · 5 years ago
  79. a094849 RateControlSettings: add option to set min pixels per frame for libvpx vp8. by Åsa Persson · 5 years ago
  80. 825aad1 Delete almost all includes of platform_file.h by Niels Möller · 5 years ago
  81. c2f5686 Extend structures to store updated version of the dependency descriptor by Danil Chapovalov · 5 years ago
  82. c538506 Enable H.264 temporal scalability in simulcast. by Johnny Lee · 5 years ago
  83. 1231419 BalancedDegradationSettings: Add option to configure QP thresholds. by Åsa Persson · 5 years ago
  84. 2ffcd82 Make DefaultTemporalLayers explicitly request a key frame by Elad Alon · 5 years ago
  85. 6c42d92 Added video_coding::EncodedFrame copy ctor. by philipel · 5 years ago
  86. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  87. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  88. 5e953d7 Insert startcodes for H264 single NALU packets. by philipel · 5 years ago
  89. 5cf3903 Allow Vp8FrameBufferController::UpdateConfiguration to reset set of overrides by Elad Alon · 5 years ago
  90. 47ae303 Delete deprecated method VideoCodingModule::SetReceiverRobustnessMode by Niels Möller · 5 years ago
  91. a279584 Inform FrameBufferController of encoder capabilities by Elad Alon · 5 years ago
  92. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  93. 7a99433 Avoids crash in VCMJitterEstimator due to incorrectly calculated mean FPS. by Sebastian Jansson · 5 years ago
  94. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  95. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  96. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  97. d3a4ebe Control rtt_mult addition cap via experiment. by “Michael · 5 years ago
  98. ab62b2e Don't copy video frame metadata in each encoder/decoder by Ilya Nikolaevskiy · 5 years ago
  99. b64af4b Add retransmission_allowed flag to encoder output by Elad Alon · 5 years ago
  100. f91353e FecControllerDefault nits (missing empty lines) by Elad Alon · 5 years ago