Commit graph

58 commits

Author SHA1 Message Date
Emil Vardar
185910953a Specify in which RTP packet corruption score will be sent on.
See e.g. this: https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc;l=304;bpv=1;bpt=0?q=webrtc%2Fmodules%2Frtp_rtcp%2Fsource%2Frtp_sender_video.cc&ss=chromium%2Fchromium%2Fsrc:third_party%2Fwebrtc%2F. One needs to know if the extension will be added to the first or last packet. Furthermore, one can see that other extensions add it as a note at the bottom, which I follow here. See e.g. http://www.webrtc.org/experiments/rtp-hdrext/video-content-type

Bug: webrtc:358039777
Change-Id: I7523f5e6b267528a1389bcbde6ee6fa22fb3233a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362060
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Fanny Linderborg <linderborg@webrtc.org>
Commit-Queue: Emil Vardar (xWF) <vardar@google.com>
Cr-Commit-Position: refs/heads/main@{#43013}
2024-09-12 13:31:04 +00:00
Erik Språng
54559d354e Fix formatting for corruption detection header explainer.
Bug: webrtc:358039777
Change-Id: Ic9e860fbfdaf0bfe4b3e1d29f75913fb8d1080d0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360742
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Fanny Linderborg <linderborg@webrtc.org>
Auto-Submit: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42869}
2024-08-27 15:18:27 +00:00
Erik Språng
c1a0d233d0 Update explainer text for corruption detection header extension.
Bug: webrtc:358039777
Change-Id: I6a1cffc2a5797d154bfecb50c60b4c05d4943426
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360661
Commit-Queue: Erik Språng <sprang@webrtc.org>
Auto-Submit: Erik Språng <sprang@webrtc.org>
Reviewed-by: Fanny Linderborg <linderborg@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42862}
2024-08-27 08:34:31 +00:00
Mirko Bonadei
ffb49c22ca Add Monorail -> Google Issue Tracker map.
This CL also creates a docs/monorail-bog-tracker-migration where
we can add more information (if needed) about the migration.

No-Try: True
Bug: None
Change-Id: Ieec36a793daf8e30c6181f7cd595fce922948838
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349323
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42195}
2024-04-29 19:08:57 +00:00
Christoffer Dewerin
9f11b96e6b add xctest to gn args for ios sim
Bug: webrtc:14786
Change-Id: I293835eb33ee0304930985ba44442bb0c60ce74e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/341841
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41860}
2024-03-05 08:37:00 +00:00
Philipp Hancke
7c5f9cf47f Add nonstandard x-google-per-layer-pli fmtp for enabling per-layer keyFrames in response to PLIs
which needs to be added to the remote codecs a=fmtp:

This also forces SimulcastCastEncoderAdapter to avoid issues with codecs that have native simulcast capability but do require synchronized keyframes.

This parameter allows for large-scale experimentation and A/B testing
whether the new behavior has advantages. It is to be considered
transitional and may be removed again in the future.

BUG=webrtc:10107

Change-Id: I81f496c987b2fed7ff3089efb746e7e89e89c033
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/333560
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41805}
2024-02-26 07:11:45 +00:00
Christoffer Dewerin
7cb56f5fbd Fix links
Bug: None
Change-Id: I3a30b1a847e929a336563a0fa472bfe2950ce69d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/334260
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Christoffer Dewerin <jansson@google.com>
Cr-Commit-Position: refs/heads/main@{#41517}
2024-01-12 16:39:54 +00:00
Christoffer Dewerin
60885b5d89 Add fuzzers.md
Bug: None
Change-Id: I6e04aad9f3699f38c974a5c0beee7afe08bab832
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/333882
Commit-Queue: Christoffer Dewerin <jansson@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41516}
2024-01-12 14:44:48 +00:00
Philipp Hancke
5d091cec5d Add H264 packetizer fuzzer
BUG=webrtc:15755

Change-Id: I384fbdfa3a2aea8faaf53eb161cecc2c8639401d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/332600
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#41487}
2024-01-09 13:32:42 +00:00
Philipp Hancke
dde1cb6212 Add note about two-byte extension to VLA docs
since the extension can be too large to fit the 16 bytes available
to one-byte extensions
  https://www.rfc-editor.org/rfc/rfc8285#section-4.2
when including the width and height fields.
Also document when those fields are sent.

BUG=webrtc:12000

Change-Id: If17f57d40c0bde9b060f223c548e407d6c124b82
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321200
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#40910}
2023-10-11 11:20:19 +00:00
Philipp Hancke
15f0fabfb3 Update bug reporting and contributing docs
test.webrtc.org is gone and webrtc-internals got some updates which make
it more clear which dump is used

BUG=None

No-Try: true
Change-Id: I040e54398ced78148345804a4ab4922f67de133d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/312360
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40463}
2023-07-24 13:04:29 +00:00
Philipp Hancke
f4d762e776 docs: explain release note process
in particular which Chromium directories are taken into account.
Also update the list of release notes.

BUG=webrtc:14227
No-Try: true

Change-Id: I7279e1e79cb397e154bc8c6545f323d194ab8f08
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/306360
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Christoffer Jansson <jansson@google.com>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#40133}
2023-05-24 14:09:54 +00:00
Alfred E. Heggestad
28e2505f17 fix some more minor typos
Bug: None
Change-Id: I1fdbff6e704f7e0f4d10a1b19e3a5ec0402cd88f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304760
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40049}
2023-05-11 12:26:25 +00:00
Alfred E. Heggestad
5e531b407d docs: Fix small typo in README
Bug: None
Change-Id: Ib2ee38f15626844a801a650170f4aa2dec19b3be
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304120
Reviewed-by: Johannes Kron <kron@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39981}
2023-05-04 08:03:29 +00:00
Johannes Kron
822eeb5aa7 doc: rename index.md to README.md
which is displayed nicely in the git webview.

BUG=webrtc:11375

No-Try: True
Change-Id: I2dbe1ef0c74a0de8c5619b522fab39527e797d9c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/210681
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Johannes Kron <kron@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39545}
2023-03-13 13:16:22 +00:00
Björn Terelius
915f17fa43 Update documentation links in docs/native-code/development/index.md
Bug: webrtc:14917
Change-Id: I32af7aa103331e043095b10596646a950632dadb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294290
Auto-Submit: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39353}
2023-02-20 16:35:23 +00:00
Jeremy Leconte
5cca08648c Update WebRTC doc related to webrtc.org accounts.
Change-Id: I814ad512f1dbec7aa0938f12becbb8367ac5d63a
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290887
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#39110}
2023-01-16 09:34:28 +00:00
Chunbo Hua
4a44e0ef40 Update webrtc build command instruction to autoninja.
`autoninja` is a wrapper that automatically provides optimal values
for the arguments passed to `ninja`. For example, more cores can be
deployed to make webrtc build faster.

Bug: None
Change-Id: I1c62141c10c176e30bbb75994a7a241c0938e6bb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285044
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38732}
2022-11-25 09:19:37 +00:00
James Zern
957ffed4ca doc,ios/index.md: fix Xcode project reference
all.xcworkspace -> all.xcodeproj

Bug: None
Change-Id: Ieb2c00711d0b55f99fc574a03a75058554d62c75
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/281440
Commit-Queue: Björn Terelius <terelius@google.com>
Reviewed-by: Björn Terelius <terelius@google.com>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38535}
2022-11-02 12:54:11 +00:00
Philipp Hancke
1afa161f59 doc: align VLA documentation with code
clarifying that the number of temporal layers is limited to
a single byte and moving the format description from the source
to the document.

drive-by editorial fixes

BUG=webrtc:12000

Change-Id: I33f85e0a81e1dc16ef762171c52a79919080e048
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/279940
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38523}
2022-11-01 11:51:32 +00:00
Philipp Hancke
7aca025859 doc: backfill M90-M105 release notes
and add list to branch dashboard.

BUG=None
No-Try: true

Change-Id: Ib95eb61a21bdf06878af7223c0ff8a3e19b3cdad
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273346
Auto-Submit: Philipp Hancke <phancke@microsoft.com>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37936}
2022-08-29 21:04:32 +00:00
Sylvain Defresne
a5f267d5ac [ios] Remove the support for bitcode
According to Xcode 14 documentation [1]:

  > Xcode no longer builds bitcode by default and generates a warning
  > message if a project explicitly enables bitcode: “Building with
  > bitcode is deprecated. Please update your project and/or target
  > settings to disable bitcode.” The capability to build with bitcode
  > will be removed in a future Xcode release. IPAs that contain bitcode
  > will have the bitcode stripped before being submitted to the App
  > Store. Debug symbols for past bitcode submissions remain available
  > for download. (86118779)

[1]: https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes

Bug: webrtc:14237
Change-Id: I39fb618409e1978f8e7b42aa71208e00ed69d85f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267407
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#37415}
2022-07-04 09:01:52 +00:00
Christoffer Jansson
977fa8c2e0 Add contributing.md
Bug: webrtc:13358
Change-Id: I56a7894ddaac40d67bd26e5ece7e3a6dbf5034ea
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237140
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Christoffer Jansson <jansson@google.com>
Cr-Commit-Position: refs/heads/main@{#35303}
2021-11-03 14:59:46 +00:00
landrey
1ceeef38d3 Update Mac prerequisites
Bug: None
Change-Id: I31aeecd15d05c262d0c1654a8c46ccca7cdfc069
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229588
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#34831}
2021-08-23 19:52:17 +00:00
Artem Titov
cfea2182f8 Use backticks not vertical bars to denote variables in comments
Bug: webrtc:12338
Change-Id: I89c8b3a328d04203177522cbdfd9e606fd4bce4c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228246
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34696}
2021-08-10 10:40:03 +00:00
Tony Herre
b0ed12099f Update links to point at main branch
As part of go/coil update code search links to not point to the
"master" branch.

Bug: chromium:1226942
Change-Id: I0ae9e84ecc660f789a69fe0b226f93bbc39a8a66
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226081
Commit-Queue: Tony Herre <toprice@chromium.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34531}
2021-07-22 16:41:26 +00:00
Artem Titov
41e98bab1e Add a documentation on how to become WebRTC committer
Bug: webrtc:12298
Change-Id: Ia9d760b1c2ecea9c8b056971fe64c099c9bb5058
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/225023
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34526}
2021-07-22 11:01:58 +00:00
Fanny Linderborg
0d2dc1f38f Reference "main" branches instead of "master" branches.
Both WebRTC and Chromium have migrated from the "master" to the "main" branch.

TBR=hta@webrtc.org

Bug: None
Change-Id: I2b5e6973bdd8fdc9c1bd96e2747a8a9ac2630b14
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226080
Commit-Queue: Fanny Linderborg <linderborg@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34475}
2021-07-15 11:07:44 +00:00
Jeremy Leconte
4f88a9d1c3 Create a VideoFrameTrackingId RTP header extension.
Bug: webrtc:12594
Change-Id: I518b549b18143f4711728b4637a4689772474c45
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212084
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/master@{#33567}
2021-03-25 17:25:18 +00:00
Jonas Oreland
93ee168671 Allow empty video layer allocation extension
This patch adds support for sending zero video layer allocations
header extensions. This can be used to signal that a stream is
turned off.

Bug: webrtc:12000
Change-Id: Id18fbbff2216ca23179c58ef7bbe2ebea5e242af
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212743
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33541}
2021-03-23 12:36:59 +00:00
Philipp Hancke
f57f2cd3d2 doc: add M88/M89 release notes
BUG=None

Change-Id: Ia5bb63a0825a4dd5aaeca305fb7796f36dd06e92
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208944
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#33359}
2021-03-01 16:16:03 +00:00
Andrey Logvin
bfc3ef0fec Mention ninja all in webrtc development documantation.
Bug: b/177971218
Change-Id: Ia49ca147ad286ef1ad8ac8ddd6b7fd8b05e384ea
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208942
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33355}
2021-03-01 12:14:13 +00:00
Philipp Hancke
e11b4aef3f doc: show how to build the fuzzers
BUG=None

No-Try: true
Change-Id: I5a5007263c88678d76edc97fbcda96ff967071df
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/206420
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33293}
2021-02-18 08:28:24 +00:00
Philipp Hancke
ce42cbeba8 doc: update working-with-native-branches information
cherry-picked from
  https://github.com/webrtc/webrtc-org/pull/242

BUG=webrtc:11266

No-try: true
Change-Id: I0fd725d3bd30805416fd8a54f3d7a772772715f0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/197811
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#32842}
2020-12-16 09:02:46 +00:00
Philipp Hancke
c40073b687 doc: chrome://media-internals is useful for camera issues
BUG=None

No-try: True
Change-Id: I6d1b9b99dce65d6382cbb61756e71989f5f3808a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/195326
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Reviewed-by: Markus Handell <handellm@webrtc.org>
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32752}
2020-12-03 07:15:46 +00:00
Per Kjellander
8d526cd5c9 Document purpose and wire format of extension http://www.webrtc.org/experiments/rtp-hdrext/video-layers-allocation00
Bug: webrtc:12000
Change-Id: Ia069665d7952c186fb9ba386d7e69fc7580eed7d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194960
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32674}
2020-11-23 14:55:49 +00:00
Philipp Hancke
daab6896e2 doc: port release notes
from https://github.com/webrtc/webrtc-org/blob/gh-pages/release-notes/index.md
adding M86 and M87 release notes

BUG=None

No-Try: True
Change-Id: I4dbaa0151ba75594147453b9120368006b8aaadf
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/192661
Reviewed-by: Christoffer Jansson <jansson@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#32599}
2020-11-12 19:18:59 +00:00
Philipp Hancke
4258df38e6 doc: mention video_replay tool for reporting video bugs
No-Try: true
Bug: None
Change-Id: I1dafa3ad50f04080be8a0542b8f8bf79a7de7f6f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190982
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#32531}
2020-10-30 11:22:01 +00:00
Philipp Hancke
cc40d8203a doc: move bug reporting instructions to the repository
Mostly taken from
  https://webrtc.github.io/webrtc-org/bugs/
with the updated list of bugtrackers from
  https://webrtc.org/support/bug-reporting
and adding the native logging instructions from
  https://webrtc.github.io/webrtc-org/native-code/logging/

Bug: none
Change-Id: Ifcf1409fc61dfd280105dae9024e275239831eeb
No-Try: true
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/189966
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#32463}
2020-10-21 14:47:49 +00:00
Mirko Bonadei
8696f9a062 Adding documentation to become a WebRTC committer.
No-Try: True
Bug: None
Change-Id: I36ed5fcea29d096a03447954a49383c22865bc15
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183100
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32027}
2020-09-02 07:49:04 +00:00
dharmesh
7b70728356 Updated IOS documentation with correct build_ios_libs.py path
Bug: webrtc:11851
No-Try: True
Change-Id: I510779588de011004f6c5c5f43e12e6d411eb914
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181820
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31941}
2020-08-17 09:37:59 +00:00
Magnus Flodman
55afe3885b Search and replace gendered terms according to style guide:
https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md#tools

Not changin the transcipt in
resources/audio_processing/conversational_speech/README.md

BUG=webrtc:11680

Change-Id: I36af34e4a4e0ec6161093c0045b7bbe1dbe4eb45
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177016
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31514}
2020-06-12 14:12:54 +00:00
Danilo Bargen
2f4b0106c2 docs: Improve Android testing docs
The current documentation seems outdated: Building the `AppRTCMobile`
target does not generate a `run_modules_unittests` binary and the
`AppRTCMobileTest` target does not exist.

No-Try: True
Bug: None
Change-Id: Ia9156fe475188f07d13898b4d83a606c49119a2e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175013
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31249}
2020-05-14 08:05:37 +00:00
Mirko Bonadei
29cf2b0cbb Fix link to prerequisite SW for Android development.
TBR: doudouk@google.com
No-Try: True
Bug: None
Change-Id: I59785940d05785c33c63e47e2681927086d9f793
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173701
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31093}
2020-04-17 08:32:06 +00:00
Philipp Hancke
a252e4d241 doc: describe native turnserver scope more clearly
backport of https://github.com/webrtc/webrtc-org/pull/236

BUG=none

Change-Id: I03ba8ef6ad0c778a2b44978e4a19c2aabad4b001
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172581
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30967}
2020-04-01 19:48:20 +00:00
Philipp Hancke
6af283ef27 doc: remove mention of obsolete relayserver target
this is the one from
  https://developers.google.com/talk/libjingle/important_concepts#candidates

BUG=webrtc:10998

Change-Id: Ifb998e117859d8fd7d5569f9b7913627e375d989
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172580
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30958}
2020-04-01 08:19:37 +00:00
Johannes Kron
10aeb7403f Rename index.md to README.md to make it automatically show up
Also add a heading to each file.

No-Try: True
Bug: webrtc:11335
Change-Id: I5e935741662558e72e417fa80a48c5ecda66c5f3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169854
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30702}
2020-03-06 10:43:51 +00:00
Mirko Bonadei
8add9297ab Fix links in docs/native-code/index.md.
TBR=phoglund@webrtc.org

No-Try: True
Bug: None
Change-Id: Icd16a0e28935709c4332ef387c4e1a46a24b0f3b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169726
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30686}
2020-03-05 08:19:11 +00:00
Mirko Bonadei
d881983a38 Change faq.md titles.
TBR=phoglund@webrtc.org

No-Try: True
Bug: None
Change-Id: I9d12ed705674826fd9ac0718e09fbb3302c996bd
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168900
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30572}
2020-02-20 14:24:29 +00:00
Mirko Bonadei
97ba4be4b7 Add FAQ page for git repo.
No-Try: True
Bug: None
Change-Id: I6737b5adee6e3db45b5825a01460b66690eec896
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168883
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30571}
2020-02-20 14:09:49 +00:00