1. a59dcc3 Use Abseil container algorithms in api/ by Steve Anton · 5 years ago
  2. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  3. b163359 Add interface class for bitstream parser. by Kári Tristan Helgason · 5 years ago
  4. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 5 years ago
  5. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 5 years ago
  6. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  7. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  8. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  9. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  10. de3360e Create Vp8FrameBufferController by Elad Alon · 5 years ago
  11. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  12. 9df3353 Generic Frame Descriptor (GFD) VP8 templates. by philipel · 5 years ago
  13. e64a688 Replacing Clock in ScreenshareLayers. by Sebastian Jansson · 5 years ago
  14. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  15. 6aca0b7 Add |update_rect| field and UpdateRect struct to VideoFrame. by Ilya Nikolaevskiy · 5 years ago
  16. 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 5 years ago
  17. a8cb366 Add field trial for forced software decoder fallback. by Åsa Persson · 5 years ago
  18. c1a0bcb Implement the encoding RtpParameter scaleResolutionDownBy by Florent Castelli · 5 years ago
  19. 411b49b Break FrameConfig out of Vp8TemporalLayers by Elad Alon · 5 years ago
  20. f5b216a Pass explicit frame dependency information to RtpPayloadParams by Elad Alon · 6 years ago
  21. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  22. 83d5e86 Use EncoderSimulcastProxy for all codecs by Florent Castelli · 6 years ago
  23. dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
  24. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  25. ccc1b57 Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. by Mirta Dvornicic · 6 years ago
  26. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  27. 87da937 Delete unused constant kVideoCodecI420 by Niels Möller · 6 years ago
  28. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  29. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  30. 73f2da9 Remove VP8EncoderSimulcastProxy by Florent Castelli · 6 years ago
  31. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  32. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  33. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  34. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  35. 9cccf85 Delete unused video coding error codes. by Niels Möller · 6 years ago
  36. 6ed4f14 Remove deprecated VideoEncoder metadata methods by Erik Språng · 6 years ago
  37. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  38. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  39. 5486bcd Remove SetChannelParameters function from API classes. by philipel · 6 years ago
  40. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  41. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  42. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  43. d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  44. c94b22e Add magjed/nisse/sprang/brandtr as api/video_codecs owners by Erik Språng · 6 years ago
  45. ff7020a Remove non-default VideoEncoder::EncoderInfo() ctor by Erik Språng · 6 years ago
  46. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  47. 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
  48. 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
  49. 977b46a Export symbols needed by the Chromium component build (part 7). by Mirko Bonadei · 6 years ago
  50. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  51. 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
  52. 80cd25b Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  53. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  54. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  55. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  56. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  57. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  58. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  59. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  60. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  61. 8abd56c Split TemporalLayers and TemporalLayers checker, clean up header. by Erik Språng · 6 years ago
  62. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  63. 59ab353 Add receive stream id argument to CreateDecoder() method by Magnus Jedvert · 6 years ago
  64. 84ccb2d Remove kVideoCodecUnknown from WebRTC. by Kári Tristan Helgason · 6 years ago
  65. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  66. bdee46d Add functionality to set min bitrate for single stream through RtpEncodingParameters. by Åsa Persson · 6 years ago
  67. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  68. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  69. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 6 years ago
  70. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  71. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  72. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 6 years ago
  73. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 6 years ago
  74. a46bd4b Reland "Move class VideoCodec from common_types.h to its own api header file." by Niels Möller · 6 years ago
  75. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 6 years ago
  76. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 6 years ago
  77. 3a79a9a Remove deprecated API methods in video pipeline by Ilya Nikolaevskiy · 6 years ago
  78. 802506c Add placeholder header file api/video_codecs/video_codec.h. by Niels Möller · 6 years ago
  79. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  80. dac9453 Delete left-over forward declaration of RTPFragmentationHeader. by Niels Möller · 6 years ago
  81. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 6 years ago
  82. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  83. ec47565 Directly include VideoBitrateAllocation in api targets by Erik Språng · 6 years ago
  84. 5f2bb62 Remove dependency in FakeWebRtcVideoCodecFactories. by Anders Carlsson · 6 years ago
  85. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  86. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  87. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  88. 6a8f30e Add control for inter-layer prediction mode. by Sergey Silkin · 6 years ago
  89. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 6 years ago
  90. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  91. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 6 years ago
  92. c5d4461 Add copy and move operations to SdpVideoFormat. by Niels Möller · 6 years ago
  93. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 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. 75e38d2 Remove unused fields from VideoCodecVP8. by Rasmus Brandt · 6 years ago
  97. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  98. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  99. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  100. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago