1. 9c58483 Rename EncodedImage property Timetamp to RtpTimestamp by Danil Chapovalov · 1 year, 6 months ago
  2. d384456 Change FakeEncoder::kImplementationName from const char* to constexpr char* by Björn Terelius · 1 year, 8 months ago
  3. 8efd93d Encoder type agnostic resolution based fallback by Sergey Silkin · 1 year, 8 months ago
  4. 7220ee9 Format the rest by Jared Siskin · 1 year, 11 months ago
  5. 2e540a2 Introduce EncodedImage.SimulcastIndex(). by Henrik Boström · 2 years, 2 months ago
  6. 09da10e Add powerEfficientDecoder and powerEfficientEncoder stats by Evan Shrubsole · 2 years, 6 months ago
  7. 9c125c6 Migrate test/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  8. c0a9f35 Define SimulcastStream as an alias for SpatialLayer by Niels Möller · 2 years, 11 months ago
  9. 606d3cb VideoStreamEncoderTest: Use DataRate for some constants. by Asa Persson · 3 years, 6 months ago
  10. 55ec1a4 Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 3 years, 8 months ago
  11. 9d69cbe Changes default pacing factor to 1.1x by Erik Språng · 4 years, 5 months ago
  12. 08ae7ce Reland "Delete the non-const version of the EncodedImage::data() method." by Niels Möller · 4 years, 6 months ago
  13. 111de341 Revert "Delete the non-const version of the EncodedImage::data() method." by Marina Ciocea · 4 years, 6 months ago
  14. f2969fa Delete the non-const version of the EncodedImage::data() method. by Niels Möller · 4 years, 6 months ago
  15. 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 8 months ago
  16. 5b69aa6 Move definition of SpatialLayer to api/video_codecs/spatial_layer.h by Niels Möller · 4 years, 8 months ago
  17. 820021d Ignore fragmentation header when packetizing H264 by Danil Chapovalov · 4 years, 9 months ago
  18. a376518 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  19. a827a30 Revert "Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex." by Markus Handell · 4 years, 9 months ago
  20. 0eba415 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  21. 409784d FakeEncoder: remove lock recursions. by Markus Handell · 4 years, 11 months ago
  22. e644a03 Add field trial for rampup in quality based on available bandwidth. by Åsa Persson · 5 years ago
  23. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  24. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  25. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 6 years ago
  26. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 6 years ago
  27. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 6 years ago
  28. 49d661a7 Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 6 years ago
  29. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 6 years ago
  30. ab62b2e Don't copy video frame metadata in each encoder/decoder by Ilya Nikolaevskiy · 6 years ago
  31. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 6 years ago
  32. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 6 years ago
  33. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 6 years ago
  34. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  35. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  36. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  37. 22ed366 Avoid using global task queue factory in fake encoder by Danil Chapovalov · 6 years ago
  38. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  39. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 6 years ago
  40. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  41. d738071 Refactor FakeEncoder to avoid writing to a const EncodedImage by Niels Möller · 6 years ago
  42. d1d0359 Remove memsets of CodecSpecificInfo. by philipel · 6 years ago
  43. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  44. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 6 years ago
  45. 65cc52e Fix heap use overrun in FakeEncoder By removing unnecessary fixed size buffer. by Per Kjellander · 6 years ago
  46. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  47. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  48. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  49. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  50. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  51. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  52. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  53. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  54. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  55. 0c32e33 Allows change of fake encoder max rate in scenarios tests. by Sebastian Jansson · 6 years ago
  56. 17fc7e2 Add counter to the end of FakeEncoder frames in order to make them unique. by Per Kjellander · 6 years ago
  57. df351f4 Update FakeEncoder to use EncoderInfo by Erik Språng · 6 years ago
  58. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  59. e2fd86a7 Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  60. 6003e7a Fix FakeEncoder to produce correct bitrate for several temporal layers by Ilya Nikolaevskiy · 6 years ago
  61. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  62. 0414040 Fix race condition for SupportsFlexfecWithMultithreadedH264/0 test. by Yves Gerey · 6 years ago
  63. 841c912 Changed FakeVp8Encoder to write dimensions in payload. by Per Kjellander · 6 years ago
  64. 8abd56c Split TemporalLayers and TemporalLayers checker, clean up header. by Erik Språng · 7 years ago
  65. 72bc8d6 Make the rtp timestamp member of EncodedImage private by Niels Möller · 7 years ago
  66. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 7 years ago
  67. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 7 years ago
  68. da0898d Add spatial index to EncodedImage. by Niels Möller · 7 years ago
  69. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  70. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 7 years ago
  71. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  72. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  73. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 7 years ago
  74. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 7 years ago
  75. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  76. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 7 years ago
  77. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  78. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
  79. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  80. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/test/fake_encoder.cc]
  81. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  82. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  83. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  84. 4847ae6 Reland of Periodically update codec bit/frame rate settings. by sprang · 8 years ago
  85. 04f4d12 Implement timing frames. by ilnik · 8 years ago
  86. 317005a Revert of Periodically update codec bit/frame rate settings. (patchset #2 id:160001 of https://codereview.webrtc.org/2924023002/ ) by sprang · 8 years ago
  87. cdafeda Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ ) by sprang · 8 years ago
  88. 5390c48 Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ ) by sprang · 8 years ago
  89. 6431e21 Fix bug in vie_encoder.cc which caused channel parameters not to be updated at regular intervals, as it was intended. by sprang · 8 years ago
  90. 00d802b Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2809653004/ ) by ilnik · 8 years ago
  91. 27c46e2 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #4 id:400001 of https://codereview.webrtc.org/2812913002/ ) by ilnik · 8 years ago
  92. 774f6b4 Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ ) by ilnik · 8 years ago
  93. 29dbb19 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2811963002/ ) by ilnik · 8 years ago
  94. 4fa0c4f Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ ) by ilnik · 8 years ago
  95. 5721866 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #31 id:600001 of https://codereview.webrtc.org/2772033002/ ) by ilnik · 8 years ago
  96. 64e739a Add content type information to Encoded Images and add corresponding RTP extension header. by ilnik · 8 years ago
  97. 49ce67c Do not encode frames in MultithreadedFakeH264Encoder after Release(). by brandtr · 8 years ago
  98. e78d266 Make FakeEncoder and FakeH264Encoder thread safe. by brandtr · 8 years ago
  99. 696c9c6 Add multithreaded fake encoder and corresponding FlexFEC VideoSendStreamTest. by brandtr · 8 years ago
  100. 9aa9688 Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ ) by hta · 8 years ago