1. 1d995fb Fix null check in CricketToWebRtcVideoDecoderFactory by Anders Carlsson · 6 years ago
  2. 31cb8f9 Add unit tests for simulcast layer configurations. by Åsa Persson · 6 years ago
  3. b661c65 Revert "Remove rtc::Optional alias and api:optional target" by Ilya Nikolaevskiy · 6 years ago
  4. 2d82ade Revert "Add Profile 2 configuration to VP9 Encoder and Decoder" by Qingsi Wang · 6 years ago
  5. fc9c4e8 Add Profile 2 configuration to VP9 Encoder and Decoder by Emircan Uysaler · 6 years ago
  6. 6f5b0f9 Remove rtc::Optional alias and api:optional target by Danil Chapovalov · 6 years ago
  7. 1e06d88 Migrate legacy Android video codec factories. by Anders Carlsson · 6 years ago
  8. d497e6b Lower TL0 bitrate to 40% for lowest stream when using short 3tl by Erik Språng · 6 years ago
  9. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  10. d92288f Add experimental shortened 2-temporal-layer setting by Erik Språng · 6 years ago
  11. 23cd45a webrtcvideoengine_unittest: Use RtpHeaderParser class for parsing rtp header. by Åsa Persson · 6 years ago
  12. 588527b Add sprang@ as owner for simulcast.cc/h by Erik Språng · 6 years ago
  13. 23f71a8 Remove usage of //build/config/clang:extra_warnings. by Mirko Bonadei · 6 years ago
  14. 3bc977a Revert "Add sprang@ as owner of simulcast.cc/h" by Mirko Bonadei · 6 years ago
  15. 91fc422 Add sprang@ as owner of simulcast.cc/h by Erik Språng · 6 years ago
  16. 98badbc Add VP9 profile negotiation to SDP by Emircan Uysaler · 6 years ago
  17. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 6 years ago
  18. bcf9180 Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. by Alex Narest · 6 years ago
  19. bdee46d Add functionality to set min bitrate for single stream through RtpEncodingParameters. by Åsa Persson · 6 years ago
  20. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  21. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  22. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  23. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 6 years ago
  24. 5565981 Add functionality to set min/max bitrate per simulcast layer through RtpEncodingParameters. by Åsa Persson · 6 years ago
  25. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  26. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 6 years ago
  27. 6250fdd Delete FakeWebRtcVcmFactory::OnDestroyed method. by Niels Möller · 6 years ago
  28. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
  29. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 6 years ago
  30. f7d7e90 Replace std:remove on vector::erase in streamparams_unittest.cc by Artem Titov · 6 years ago
  31. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 6 years ago
  32. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 6 years ago
  33. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 6 years ago
  34. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  35. 6cdd546 Remove default argument in GetSimulcastConfig. by Rasmus Brandt · 6 years ago
  36. 2d61162 Remove stringstreams from media/sctp/ by Jonas Olsson · 6 years ago
  37. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 6 years ago
  38. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 6 years ago
  39. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  40. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 6 years ago
  41. 0cedc05 Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl} by Rasmus Brandt · 6 years ago
  42. f859e55 Removing warning suppression flags from media. by Mirko Bonadei · 6 years ago
  43. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  44. dacec71 Add Rtcp parameters for PeerConnection senders by Florent Castelli · 6 years ago
  45. a564afe Fix bug in videoengine sanity check by Jonas Olsson · 7 years ago
  46. 7fd0a28 Directly include VideoBitrateAllocation in media/ targets by Erik Språng · 6 years ago
  47. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 6 years ago
  48. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  49. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  50. 79478ad Adjust base bitrate for experimental temporal layer count by Erik Språng · 6 years ago
  51. 195d1d7 Remove ScreenshareLayerConfig. by Rasmus Brandt · 6 years ago
  52. 2d2c888 Returns RTCError for setting unimplemented RtpParameters. by Seth Hampson · 6 years ago
  53. be71a1e Replace VP9 screen sharing. by Sergey Silkin · 6 years ago
  54. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  55. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  56. 4c8811b Delete some obsolete forward declarations by Niels Möller · 6 years ago
  57. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  58. fe826f3 Removing warning suppression flags from media/BUILD.gn. by Mirko Bonadei · 6 years ago
  59. b7d9d83 Implement RtpCodecParameters::parameters by Florent Castelli · 6 years ago
  60. bfe3d85 Add field trial to override default number of temporal layers by Erik Språng · 6 years ago
  61. 7dcca4b Limit inter-layer prediction to key pictures. by Sergey Silkin · 6 years ago
  62. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  63. 8a150d9 All encoders are reported as created encoders by fake encoder factory. by Anders Carlsson · 6 years ago
  64. 5f2bb62 Remove dependency in FakeWebRtcVideoCodecFactories. by Anders Carlsson · 6 years ago
  65. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  66. 5c7efe7 Refactor PeerConnectionIntegrationTest to not use cricket::VideoCapturer by Niels Möller · 6 years ago
  67. 7c682e0 Update to allow the application to set a low max bitrate. by Seth Hampson · 6 years ago
  68. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  69. 1d87148 Fixed init of H.264 profile/level support table on iOS by Yura Yaroshevich · 6 years ago
  70. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 7 years ago
  71. 939eb80 Add missing casts-to-int to int/uint16 comparisons. by Wez · 6 years ago
  72. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  73. 88c9956 Remove internal media/base/ stringstream usages by Jonas Olsson · 6 years ago
  74. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
  75. efbdcb0 Clarify comment in simulcast.cc. by Rasmus Brandt · 7 years ago
  76. 6136314 Fixed typo in max macroblock frame size. by Yura Yaroshevich · 7 years ago
  77. 29a8d10 Fixing unnecessary copy (-Wreturn-std-move). by Mirko Bonadei · 7 years ago
  78. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 7 years ago
  79. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 7 years ago
  80. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  81. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 7 years ago
  82. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 7 years ago
  83. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 7 years ago
  84. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  85. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 7 years ago
  86. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  87. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
  88. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 7 years ago
  89. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 7 years ago
  90. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  91. 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 7 years ago
  92. 7435b84 Removing StramParams.type & StreamParams.display. by Seth Hampson · 7 years ago
  93. 6557d0c Delete header file videoengine_unittest.h. by Niels Möller · 7 years ago
  94. d2248f8 Handle the corner cases for BUNDLE. by Zhi Huang · 7 years ago
  95. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 7 years ago
  96. ff40b14 Delete obsolete enable argument to SetVideoSend. by Niels Möller · 7 years ago
  97. 634a777 Add RRTR parameter to media engine and pass it to video receive stream by Ilya Nikolaevskiy · 7 years ago
  98. 5150ee4 Changing MTU size for SCTP socket options. by Seth Hampson · 7 years ago
  99. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  100. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 7 years ago