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. c538506 Enable H.264 temporal scalability in simulcast. by Johnny Lee · 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. 815b1a6 Use preprocessor to strip H264 implementation. by Mirko Bonadei · 5 years ago
  10. 4fd4297 Fix metadata setting in H264 decoder by Ilya Nikolaevskiy · 5 years ago
  11. e62a08a Request key frame on all layers. by Sergey Silkin · 5 years ago
  12. 2ebf523 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  13. de20b96 Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Ilya Nikolaevskiy · 5 years ago
  14. a8507e3 Remove deprecated interface in I420BufferInterface::GetI420 by Ilya Nikolaevskiy · 5 years ago
  15. 4fb12b0 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  16. 2ad2fab Determine if it's HDR color space based on VUI or RTP header extension by Johannes Kron · 5 years ago
  17. 042559f Add fix for 8-bit H264 HDR content by Johannes Kron · 5 years ago
  18. 4b1afbe Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Artem Titarenko · 5 years ago
  19. c9a2c5e Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  20. 84ae2b6 Revert "Copy video frames metadata between encoded and plain frames in one place" by Artem Titarenko · 5 years ago
  21. 00d0a0a Copy video frames metadata between encoded and plain frames in one place by Ilya Nikolaevskiy · 5 years ago
  22. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  23. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 5 years ago
  24. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  25. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  26. 086b907 Update codecs/h264 owners. by Sergey Silkin · 5 years ago
  27. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  28. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  29. 009ab3c Delete EncodedImage::GetBufferPaddingBytes by Niels Möller · 5 years ago
  30. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  31. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  32. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  33. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  34. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  35. dda5fdc Fix vp8 simulcast screenshare and perf tests for it by Ilya Nikolaevskiy · 5 years ago
  36. eb81b47 Update H264EncoderImpl to use EncodedImage::Allocate by Niels Möller · 5 years ago
  37. 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 5 years ago
  38. 108f20f Fix color space bug in wrapper of H264 decoder by Johannes Kron · 5 years ago
  39. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 5 years ago
  40. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 5 years ago
  41. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  42. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  43. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  44. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  45. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  46. a1bec23 Pass on explicit color space for VP8 and H264 by Johannes Kron · 6 years ago
  47. b47ccc3 Add chroma siting to ColorSpace by Johannes Kron · 6 years ago
  48. 48a7946 Convert all webrtc code to not access EncodedImage::_size directly. by Niels Möller · 6 years ago
  49. 3b923d9 Remove color space enum value kInvalid by Johannes Kron · 6 years ago
  50. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  51. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  52. 4749e4e Move HdrMetadata to ColorSpace by Johannes Kron · 6 years ago
  53. 90e6745 Delete deprecated class WrappedI420Buffer by Niels Möller · 6 years ago
  54. 54b4924 Update H264 encoder to use GetEncoderInfo by Erik Språng · 6 years ago
  55. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  56. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  57. 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
  58. 3eb1c72 Removes deprecated BitrateAllocation alias. by Sebastian Jansson · 6 years ago
  59. 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
  60. 80cd25b Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  61. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  62. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 6 years ago
  63. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 6 years ago
  64. da0898d Add spatial index to EncodedImage. by Niels Möller · 6 years ago
  65. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  66. d4c16b1 Extract color space from H264 decoder by Emircan Uysaler · 6 years ago
  67. 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 6 years ago
  68. 5e898d6 Stop using VideoCodec.targetBitrate for vp8 screenshare config by Erik Språng · 6 years ago
  69. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  70. fe288eb Don't call deprecated FFmpeg API. by Sergey Silkin · 6 years ago
  71. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  72. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  73. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  74. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  75. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  76. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 6 years ago
  77. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  78. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  79. adb4841 Remove explicit locking using av_lockmgr_register by Mirko Bonadei · 6 years ago
  80. 28deb90 Reland "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  81. 223cc4b Revert "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  82. 3409cfa Start supporting H264 packetization mode 0. by Taylor Brandstetter · 6 years ago
  83. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 6 years ago
  84. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  85. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 6 years ago
  86. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  87. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 6 years ago
  88. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  89. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  90. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 6 years ago
  91. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 6 years ago
  92. 1d2b627 Use frame generator in video codec unit tests. by Sergey Silkin · 6 years ago
  93. 1d037ae Don't crash in SingleNalu packetization for h264 if no space in packet by Ilya Nikolaevskiy · 6 years ago
  94. 3f693b9 Delete unused method SetPeriodicKeyFrames. by Niels Möller · 6 years ago
  95. 225c787 Move default thresholds from QualityScaler to encoders. by Niels Möller · 6 years ago
  96. 98a867c Rename VideoCodecTest to VideoCodecUnitTest. by Rasmus Brandt · 6 years ago
  97. fd731cb Allow YUVJ420 format. by Sergey Silkin · 7 years ago
  98. 3808709 Optional: Use nullopt and implicit construction in /modules/video_coding/codecs/h264 by Oskar Sundbom · 7 years ago
  99. 46a2765 Reland "Update internal SW codecs to return unique_ptrs" by Magnus Jedvert · 7 years ago
  100. 34c8e6b Revert "Update internal SW codecs to return unique_ptrs" by Magnus Jedvert · 7 years ago