1. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  2. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  3. 009ab3c Delete EncodedImage::GetBufferPaddingBytes by Niels Möller · 5 years ago
  4. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  5. 610c763 Add target bitrate headroom signal to VideoStreamEncoder. by Erik Språng · 5 years ago
  6. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 5 years ago
  7. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 5 years ago
  8. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  9. 328027b Replace fatal error with error log by Danil Chapovalov · 5 years ago
  10. cc26fef Use a CopyOnWriteBuffer to back EncodedImage data by Niels Möller · 5 years ago
  11. 4a2d57a Don't include video_bitrate_allocation.h from encoded_image.h by Niels Möller · 5 years ago
  12. 71aee3a Reland "Propagate VideoFrame::UpdateRect to encoder" by Ilya Nikolaevskiy · 5 years ago
  13. 429b67d Revert "Propagate VideoFrame::UpdateRect to encoder" by Mirko Bonadei · 5 years ago
  14. efa72a1 Propagate VideoFrame::UpdateRect to encoder by Ilya Nikolaevskiy · 5 years ago
  15. 6aca0b7 Add |update_rect| field and UpdateRect struct to VideoFrame. by Ilya Nikolaevskiy · 5 years ago
  16. 871e144 Revert "Reland "Partial frame capture API part 1"" by Ilya Nikolaevskiy · 5 years ago
  17. eb7589e Revert "Partial frame capture API part 3" by Ilya Nikolaevskiy · 5 years ago
  18. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 5 years ago
  19. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 5 years ago
  20. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 5 years ago
  21. 1266487 Partial frame capture API part 3 by Ilya Nikolaevskiy · 5 years ago
  22. 12e5d39 Reland "Partial frame capture API part 1" by Ilya Nikolaevskiy · 5 years ago
  23. 8102a1a Revert "Partial frame capture API part 1" by Ilya Nikolaevskiy · 5 years ago
  24. 8a21e1c Partial frame capture API part 1 by Ilya Nikolaevskiy · 5 years ago
  25. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  26. efd7034 Include video_bitrate_allocator.h, now that's in api/ by Niels Möller · 6 years ago
  27. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  28. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  29. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  30. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  31. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  32. 87da937 Delete unused constant kVideoCodecI420 by Niels Möller · 6 years ago
  33. a8f58f0 Add data() accessors to EncodedImage by Niels Möller · 6 years ago
  34. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  35. bba675d Clean up api/ DEPS by Steve Anton · 6 years ago
  36. 412d185 Delete pre_encode_callback from VideoSendStream::Config by Niels Möller · 6 years ago
  37. a921660 Add ability to paste VideoFrameBuffer into the middle of I010Buffer and I420Buffer by Ilya Nikolaevskiy · 6 years ago
  38. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  39. fe79b34 Reorder methods and members of HdrMetadata by Johannes Kron · 6 years ago
  40. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  41. c13f4be Add chroma siting to color space RTP extension by Johannes Kron · 6 years ago
  42. a6fd5e4 Rename EncodedImage::_size to capacity_, make private. by Niels Möller · 6 years ago
  43. b47ccc3 Add chroma siting to ColorSpace by Johannes Kron · 6 years ago
  44. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  45. 77894cc New method EncodedImage::set_buffer by Niels Möller · 6 years ago
  46. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  47. 3b923d9 Remove color space enum value kInvalid by Johannes Kron · 6 years ago
  48. c4862f4 Delete method EncodedFrame::GetBitstream, part 2 by Niels Möller · 6 years ago
  49. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  50. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  51. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  52. 65c921c Add setters to ColorSpace class by Johannes Kron · 6 years ago
  53. 4749e4e Move HdrMetadata to ColorSpace by Johannes Kron · 6 years ago
  54. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  55. 52e69d7 Explicitly specify color space enum indices by Johannes Kron · 6 years ago
  56. 9973fa8 Pass HdrMetadata between VideoFrame and EncodedImage for VP9 by Johannes Kron · 6 years ago
  57. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  58. fbf1683 Add HdrMetadata to VideoFrame by Johannes Kron · 6 years ago
  59. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  60. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  61. 23524ce Add HDR metadata struct by Johannes Kron · 6 years ago
  62. 977b46a Export symbols needed by the Chromium component build (part 7). by Mirko Bonadei · 6 years ago
  63. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  64. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  65. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  66. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  67. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  68. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  69. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  70. e0c8b23 Frame marking RTP header extension (PART 1: implement extension) by Johnny Lee · 6 years ago
  71. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  72. e4749c2 The default logic for creating video bitrate allocator. by Jiawei Ou · 6 years ago
  73. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  74. 51ef008 Video bitrate allocator factory interface for custom video bitrate allocator by Jiawei Ou · 6 years ago
  75. c234203 Remove rtc::{Make,Wrap}Unique and their header file + unit tests by Karl Wiberg · 6 years ago
  76. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  77. d4c16b1 Extract color space from H264 decoder by Emircan Uysaler · 6 years ago
  78. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  79. 4206a0a Exposing video bitrate allocator into API by Jiawei Ou · 6 years ago
  80. 5e6dcb2 Enable clang::find_bad_constructs for api/video/test. by Mirko Bonadei · 6 years ago
  81. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  82. f704468 Reland "Move allocation and rtp conversion logic out of payload router." by Stefan Holmer · 6 years ago
  83. c2406e4 Revert "Move allocation and rtp conversion logic out of payload router." by JT Teh · 6 years ago
  84. 800787f Add color space information to webrtc::VideoFrame and extract from VP9 by Emircan Uysaler · 6 years ago
  85. 1da4d79 Move allocation and rtp conversion logic out of payload router. by Stefan Holmer · 6 years ago
  86. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  87. 901e0ff Add bit depth information to PlanarYuvBuffer by Emircan Uysaler · 6 years ago
  88. 52f53d5 Revert "Add Timestamp accessor methods to the EncodedImage class." by Björn Terelius · 6 years ago
  89. f34d467 Add Timestamp accessor methods to the EncodedImage class. by Niels Möller · 6 years ago
  90. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 6 years ago
  91. 7e9a619 Add setter method EncodedFrame::SetTimestamp. by Niels Möller · 6 years ago
  92. 709c822 Add nisse@ as owner of api/video/ by Niels Möller · 6 years ago
  93. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  94. 037b37a Add implementation of EncodedFrame::Timestamp. by Niels Möller · 6 years ago
  95. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  96. 6bac5c1 Remove TimingFrameFlags from its old place after it was moved by Ilya Nikolaevskiy · 6 years ago
  97. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  98. 3a79a9a Remove deprecated API methods in video pipeline by Ilya Nikolaevskiy · 6 years ago
  99. 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 6 years ago
  100. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago