1. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  2. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  3. 169005d Move VideoCodecTest configuration classes to api/test. by Kári Tristan Helgason · 6 years ago
  4. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 6 years ago
  5. 5613879 Fill drops with last decoded frame. by Sergey Silkin · 6 years ago
  6. 3c30c9c Decode base reference frame if current layer was dropped. by Sergey Silkin · 6 years ago
  7. bc0f0d3 Rename end_of_superframe to end_of_picture. by Sergey Silkin · 6 years ago
  8. bfd54ef Round down when converting layer bitrate from bits to kilobits. by Sergey Silkin · 6 years ago
  9. bc20fe1 Rename spatial/temporal index variables and fields in videoprocessor. by Sergey Silkin · 6 years ago
  10. 645e2e0 Handle per-layer frame drops. by Sergey Silkin · 6 years ago
  11. c89eed9 Get pure encode time. by Sergey Silkin · 6 years ago
  12. 8668496 Adding layering configurator and rate allocator for VP9 SVC. by Sergey Silkin · 6 years ago
  13. 122ba6c Handle per-layer frame drops. by Sergey Silkin · 6 years ago
  14. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 6 years ago
  15. d00c895 Add ability to disable decode in VideoProcessor. by Rasmus Brandt · 7 years ago
  16. 8d3758e Calculate and report PSNR for Y, U, V planes separately. by Sergey Silkin · 7 years ago
  17. 0f1c0bd Add async simulcast support to VideoProcessor. by Rasmus Brandt · 7 years ago
  18. d4bc01b Added printing of frame level statistics. by Sergey Silkin · 7 years ago
  19. d062a3c Prepare VideoProcessor for async simulcast support. by Rasmus Brandt · 7 years ago
  20. 5f7a891 Minor improvements to TestConfig and VideoProcessor. by Rasmus Brandt · 7 years ago
  21. 06a8f30 Moved analysis to Stats. by Sergey Silkin · 7 years ago
  22. 4b381af Enforce that VideoProcessor is only run on a TaskQueue. by Rasmus Brandt · 7 years ago
  23. 10d9d59 Adding simulcast/spatial layering support to VideoProcessor. by Sergey Silkin · 7 years ago
  24. 91af24a Fix backward jump in timestamp if framerate increases in video processor tests. by Åsa Persson · 7 years ago
  25. 1723cf9 Get rid of packet loss related stuff from videoprocessor. by Sergey Silkin · 7 years ago
  26. a6e7b88 Move rtp_timestamp_to_frame_num_ map from VideoProcessor to Stats class. by Åsa Persson · 7 years ago
  27. 3be2a55 Reland "Updated analysis in videoprocessor." by Sergey Silkin · 7 years ago
  28. 18bc3e1 Revert "Updated analysis in videoprocessor." by Sergey Silkin · 7 years ago
  29. 1880c71 Updated analysis in videoprocessor. by Sergey Silkin · 7 years ago
  30. 20b294c Android: Re-enable videoprocessor integration tests. by Sami Kalliomäki · 7 years ago
  31. 6bd3902 Optional: Use nullopt and implicit construction in /modules/video_coding by Oskar Sundbom · 7 years ago
  32. 64eaa99 On-fly calculation of quality metrics. by Sergey Silkin · 7 years ago
  33. e87cfe2 Remove unused method PacketLossModeToStr. by Åsa Persson · 7 years ago
  34. f0c4467 Make VideoProcessor::Init/Release methods private and call from constructor/destructor. by Åsa Persson · 7 years ago
  35. f7a3558 Add VideoProcessor tests verifying that H.264 keyframes contain SPS/PPS/IDR. by Rasmus Brandt · 7 years ago
  36. 2d27fb5 Move TestConfig to separate file. by Åsa Persson · 7 years ago
  37. 7173cf2 Add cpu measurements to VideoProcessorIntegrationTest. by Åsa Persson · 7 years ago
  38. 612f858 Adding test for SingleNalUnit mode by ssilkin · 7 years ago
  39. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  40. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  41. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/codecs/test/videoprocessor.cc]
  42. d635e5b Add ability to instantiate VideoEncoderSoftwareFallback in VP tests. by brandtr · 7 years ago
  43. 8935d97 Clean up Stats class used in VideoProcessor tests. by brandtr · 7 years ago
  44. b57f426 VideoProcessorIntegrationTest: make it runnable on a task queue. by brandtr · 7 years ago
  45. a16c70b Verify parsed QP value when frame is encoded instead of storing parsed value and verifying later. by asapersson · 7 years ago
  46. 1cdddc9 Make CodecType conversion functions non-optional. by kthelgason · 7 years ago
  47. 4553562 Remove unnecessary RTPFragmentationHeader from VideoProcessor callbacks. by brandtr · 7 years ago
  48. c8c5905 VideoProcessor: make it runnable on a task queue. by brandtr · 7 years ago
  49. bdd555c VideoProcessor: mini-fixes in preparation for task queue CL. by brandtr · 7 years ago
  50. 77920a4 Minor improvements to VideoProcessorIntegrationTest. by brandtr · 7 years ago
  51. 07734a5 Move ownership of webrtc::VideoCodec into TestConfig. by brandtr · 7 years ago
  52. c287c80 Remove source file writer from VideoProcessor. by brandtr · 7 years ago
  53. c409552 Remove VideoProcessor interface. by brandtr · 7 years ago
  54. bea36fd Minor improvements to VideoProcessor and corresponding test. by brandtr · 7 years ago
  55. 8339e1a Remove ProcessParams struct. by asapersson · 7 years ago
  56. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  57. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  58. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  59. 8a90f87 Add SetCodecSettings method for configuring VideoCodec settings. by asapersson · 7 years ago
  60. 1d29c86 Make VideoProcessor::Init void (always returning true). by asapersson · 7 years ago
  61. 15dcb38 Make error resilience configurable through VideoCodecVP9 resilience setting (removes hard coded value in vp9_impl.cc). by asapersson · 7 years ago
  62. 3f07549 Update I420Buffer to new VideoFrameBuffer interface by magjed · 7 years ago
  63. b5f5bdb Add unit tests for qp parser. by jianj · 7 years ago
  64. 30df64f Update plot_webrtc_test_logs.py: by asapersson · 7 years ago
  65. eb44b39 Delete RawVideoType enum, use the VideoType enum instead. by nisse · 7 years ago
  66. b2def1d Add batch mode to VideoProcessor integration tests. by brandtr · 8 years ago
  67. a8d8aad Refactor + enable GN check on video_coding_utility by kjellander · 8 years ago
  68. 17b958c Support pipelining codecs in VideoProcessor. by brandtr · 8 years ago
  69. ae9ba04 Minor changes in videoprocessor and videoprocessor_integrationtests.h by asapersson · 8 years ago
  70. aebc61e Minor cleanups in VideoProcessor. by brandtr · 8 years ago
  71. abc0080 Add QP statistics to VideoProcessorIntegrationTest. by asapersson · 8 years ago
  72. b78bc75 Reland of Add optional visualization file writers to VideoProcessor tests. (patchset #1 id:1 of https://codereview.webrtc.org/2708103002/ ) by brandtr · 8 years ago
  73. 996103a Make use_single_core option configurable in VideoProcessorIntegrationTests. by asapersson · 8 years ago
  74. 2a8135a Revert of Add optional visualization file writers to VideoProcessor tests. (patchset #4 id:220001 of https://codereview.webrtc.org/2700493006/ ) by brandtr · 8 years ago
  75. 872104a Add optional visualization file writers to VideoProcessor tests. by brandtr · 8 years ago
  76. 6bb8e0e Add support for creating HW codecs in the VideoProcessor tests. by brandtr · 8 years ago
  77. 32e0d26 Tighten up encode time measurement in VideoProcessor. by brandtr · 8 years ago
  78. 8bc9385 Style fixes: VideoProcessor and corresponding integration test. by brandtr · 8 years ago
  79. 654d54c Use std::unique_ptr in VideoProcessor. by asapersson · 8 years ago
  80. e0ac5a6 Use std::unique_ptr in VideoProcessorIntegrationTest. by asapersson · 8 years ago
  81. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  82. deb95f3 Change rtc::TimeNanos and rtc::TimeMicros return value from uint64_t to int64_t. by nisse · 8 years ago
  83. 10165ab Unify VideoCodecType to/from string functionality by magjed · 8 years ago
  84. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  85. e3fe4a7 Update VideoFrameBuffer-related methods to not use references to scoped_refptr. by nisse · 8 years ago
  86. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  87. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  88. 4bc98d4 Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ ) by sprang · 8 years ago
  89. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  90. 115bd15 New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 8 years ago
  91. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  92. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  93. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  94. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  95. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  96. ac62bd4 Rewrite CreateBlackFrame in webrtcvideoengine. by nisse · 8 years ago
  97. 718a763 Refactor scaling. by Niels Möller · 8 years ago
  98. d28db7f Delete all use of tick_util.h. by Niels Möller · 8 years ago
  99. 3f55dea Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  100. bab934b H.264 video codec support using OpenH264 (http://www.openh264.org/) for encoding and FFmpeg (https://www.ffmpeg.org/) for decoding. by hbos · 9 years ago