376 次代码提交 (34a32e86a48476aeedd77f78afa1122206376ec4)

作者 SHA1 备注 提交日期
  Jaya Allamsetty 7d484a8d73 fix(codec) Fix AV1/VP9 support on Firefox. 8 个月前
  Jaya Allamsetty dfc23df46e
fix(codec) Debounce the call that calc codec intersection set. (#2622) 8 个月前
  Jaya Allamsetty 250ff7ed9b fix(video-quality) Fixes an issue where outbound resolution can be stuck at wrong resolution. 9 个月前
  Jaya Allamsetty 144b0cab45 fix(TPC) Fix H.264 simulcast. 10 个月前
  Jaya Allamsetty 39c4422883 ref(TPCUtils) Fix JSDoc and change impl of a method. 10 个月前
  Jaya Allamsetty 07f037e12e ref(TPC) Pass the transform object along for SDP munging. 10 个月前
  Jaya Allamsetty 60e680e781 ref(TPC) Pass bare objects to methods that take SDP instead of passing an instance of RTCSessionDescription. 10 个月前
  Jaya Allamsetty 76c66ebde4 ref(TPC): Convert to async functions. 10 个月前
  Jaya Allamsetty ad5559ab3f ref(TPC) Move all the utility functions to TPCUtils. 10 个月前
  Jaya Allamsetty bc446e999e
fix(TPC) Use videoType from 'source-add' for remote track creation. (#2596) 11 个月前
  Jaya Allamsetty d51e557518
feat(JingleSession) Convert Jingle->SDP directly w/o interop layer. (#2590) 11 个月前
  Jaya Allamsetty a7476b126c
feat(SDP) Convert SDP->Jingle directly w/o sdp-interop layer. 11 个月前
  Jaya Allamsetty 5cc01b4d5b ref(TPC) Remove unused functions 1年前
  Jaya Allamsetty 1647ae114f ref(TPC) Remove unused function. 1年前
  Jaya Allamsetty 9c4db25938 fix(quality) Do not set b:AS line in SDP for SVC codecs when codec selection API is used. 1年前
  Saúl Ibarra Corretgé 4116614172 fix(TPC) fix getting video SSRCs if local one is not present yet 1年前
  Jaya Allamsetty 3170a5b6a8 feat(quality) Send analytics event for video codec changes. 1年前
  Jaya Allamsetty 03eef6def7
ref(QualityController) Add recovery mechanism and adjust the resolution check. (#2546) 1年前
  Jaya Allamsetty a9b6dd7ee4
feat(quality) Add a QualityController class for runtime adjustments. (#2542) 1年前
  Jaya Allamsetty 6bcc577acd
feat(codec-selection): Use the new codec selection API (#2520) 1年前
  Jaya Allamsetty d05325f349 fix(video-quality) Reset scale factor and bitrates for VP9 K-SVC. 1年前
  Jaya Allamsetty d7ffbfafad fix(JitsiLocalTrack) Keep a reference to SSRC. 1年前
  Jaya Allamsetty 7a5381fb46 fix(stats): Fix local stats when ssrc-rewriting is enabled. 1年前
  Jaya Allamsetty 95fb42f3ef fix(TPC): Do not reconfigure the encodings for Safari audio. 1年前
  Jaya Allamsetty 18f0769654 ref(TPC): Remove unused function. 1年前
  Jaya Allamsetty 3b11dce3aa fix(ssrc-rewriting): Fire track removed/added instead of owner changed. 1年前
  Jaya Allamsetty b0356800ca fix(TPC): Use a default maxHeight for configuring encodings. 1年前
  Jaya Allamsetty d13334344c fix(TPC): reconfigure the encodings to suspend/resume media after jvb<->p2p switch. 1年前
  Jaya Allamsetty 2162877b7b fix(TPC): Removed unused function 1年前
  Jaya Allamsetty 4e93e8663b ref(TPC): Add extra checks before updating RTCRtpEncodingParameters. 1年前
  Jaya Allamsetty a8f8666be3 fix(SDP): Negotiate only baseline H.264 codecs for p2p. 1年前
  Jaya Allamsetty 9ec93dc6fe fix(TPC): Do not run the DD Header Ext check on Firefox as it doesn't support it currently. 1年前
  Jaya Allamsetty ff4dd993db fix(TPC): Run the DD ext header check on all browsers. 1年前
  Roman Melnyk 56952c20c4 #2458 Remove not used isUserStream RTC method. Move isUserStreamById RTC method into RTCUtils in order to fix circular dependency issue. 1年前
  Jaya Allamsetty 3898d7aaca fix(TPC): Reset the scalabilityMode for VP8. 1年前
  Jaya Allamsetty c7495280e4 fix(RTC): Fix capture resolution for Safari desktop tracks. 1年前
  Jaya Allamsetty 3c8eee3a3a fix(video-quality): Bump up the default bitrates for 1080p and 4k. 1年前
  Jaya Allamsetty d07cfd4dc1 ref(RTC): Use TS enum for RTC consts. 1年前
  Jaya Allamsetty 178f9bbf89 fix(TPC): Do not negotiatate ULPFEC and RED for p2p video. 1年前
  Jaya Allamsetty 0bc2154e7c fix(JitsiLocalTRack): Calc resolution correctly. 1年前
  Jaya Allamsetty 8a88bba7c3 fix(TPCUtils): Use track resolution instead of height. 1年前
  Jaya Allamsetty f470b5f4fa
fix(video-quality): Adjust encodings bitrates/scalefactor for high capture resolutions (#2436) 1年前
  Jaya Allamsetty 7895cb259e fix(video-quality): Remove the encoding check for webkit. 1年前
  Jaya Allamsetty d53d010679
fix(RTC): Remove support for plan-b SDP. (#2430) 1年前
  Jaya Allamsetty 969c6f4761 fix(TPC): Do not configure 'scaleResolutionDownBy' and 'maxBitrate' for legacy VP9 K-SVC. 1年前
  Daniel McAssey 610eab4d31 fix(RTC): reduce debug log noise 3 年前
  Saúl Ibarra Corretgé 30cb694dff fix(GlobalOnErrorHandler) avoid calling it when we handle the error 1年前
  Jaya Allamsetty bd98ecd05d fix(video-quality): Set scaleResolutionDownBy value for every codec switch. 1年前
  Jaya Allamsetty 30be4f6f07 ref(TPC): Rename variables related to DD header ext. 1年前
  Jaya Allamsetty 7b6ce94959
Add SVC and Simulcast support for AV1 and VP9. (#2350) 1年前