Sign in
webrtc
/
src
/
fb4f8b6cb430678b0e5d99f222cb0878effefafc
/
webrtc
/
tools
32d0010
Add probe logging to RtcEventLog.
by philipel
· 8 years ago
8aadd50
Propagate packet pacing information to SendTimeHistory.
by philipel
· 8 years ago
6e5b219
Add ana config to event log visualiser
by michaelt
· 8 years ago
424e6cf
Rename some variables and methods in RTC event log.
by terelius
· 8 years ago
c7bf32a
Propagate packet pacing information to SenTimeHistory.
by philipel
· 8 years ago
0baf55d
Add logging of delay-based bandwidth estimate.
by terelius
· 8 years ago
7cebe78
Better comparison of videos with barcode errors
by mandermo
· 8 years ago
087bd34
Move AudioDecoder and related stuff to the api/ directory
by kwiberg
· 8 years ago
3029210
Move Android video quality loopback script.
by kjellander
· 8 years ago
1dffc62
Remove all occurrences of "using std::string".
by ehmaldonado
· 8 years ago
e372d3c
Add event log visualization of rtp timestamps over time.
by stefan
· 8 years ago
77f0580
Add new step graph type to event log visualization tool. Currently used for bitrate estimate and accumulated packet count, but could in general be used for any metric that is piecewise constant.
by terelius
· 8 years ago
4c9b4af
Compute packet loss for event log visualization similar to how it is defined in RFC 3550.
by terelius
· 8 years ago
1474212
Reland of Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. (patchset #1 id:1 of https://codereview.webrtc.org/2649323010/ )
by brandtr
· 8 years ago
e497495
Revert of Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. (patchset #7 id:160001 of https://codereview.webrtc.org/2646073004/ )
by kjellander
· 8 years ago
fe2bef3
Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters.
by brandtr
· 8 years ago
9aa3f0a
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
69dc7db
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
4b7c952
Reland of "Log audio network adapter decisions in event log."
by minyue
· 8 years ago
35a3270
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
ed582f7
Script to start stubbed loopback video test with Espresso
by mandermo
· 8 years ago
de8ca92
New script to count usage of C++ classes.
by nisse
· 8 years ago
d32bf75
Pass SdpAudioFormat through Channel, without converting to CodecInst
by kwiberg
· 8 years ago
7456817
Comparison of videos with reference frame not starting from zero
by mandermo
· 8 years ago
1fd08c1
GN: Refactor so that WebRTC compiles with rtc_enable_protobuf=false.
by ehmaldonado
· 8 years ago
363a291
Revert of Log audio network adapter decisions in event log. (patchset #14 id:320001 of https://codereview.webrtc.org/2559953002/ )
by sakal
· 8 years ago
3663681
Log audio network adapter decisions in event log.
by michaelt
· 8 years ago
0838327
Add method needed to extract frame capture and arrival timestamps from rtc event logs.
by stefan
· 8 years ago
f515ab8
Moved call.h and most of api/call/* into call/
by ossu
· 8 years ago
0f01c7f
Added tool for reference less video analysis (go/refless-video-analysis)
by charujain
· 8 years ago
26bddb9
Replace test_support_main by test_main and get rid of test_support_main_threaded_mac
by ehmaldonado
· 8 years ago
78b4d56
Relanding "Pass time constant to bwe smoothing filter."
by minyue
· 8 years ago
0245da0
Move ownership of PacketRouter from CongestionController to Call.
by nisse
· 8 years ago
1b5b22d
Fixed bug in ExtractFrameFromY4mFile API which was not extracting the frames correctly.
by charujain
· 8 years ago
6287e82
Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ )
by ossu
· 8 years ago
9abbf5a
Pass time constanct to bwe smoothing filter.
by michaelt
· 8 years ago
26fa6b2
Revert of Bug in ExtractFrame API (extracts frames incorrectly) (patchset #9 id:130001 of https://codereview.webrtc.org/2529923002/ )
by charujain
· 8 years ago
b7636b4
Fixed bug in ExtractFrameFromY4mFile API which was not extracting the frames correctly.
by charujain
· 8 years ago
bf67663
Rename "Audio playout level" to "Audio level" on the Y-axis of the event log graph.
by ivoc
· 8 years ago
b4af3d6
Remove all references to GYP
by Henrik Kjellander
· 8 years ago
4aecc58
Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer
by danilchap
· 8 years ago
985d280
Add support for field trials to event log visualizer.
by stefan
· 8 years ago
6ceab08
GN: New conventions, default target and refactorings
by kjellander
· 8 years ago
492ee28
Use bayesian estimate of acked bitrate.
by Stefan Holmer
· 8 years ago
553024a
During a fix of an unrelated issue, a bug was introduced in the rtp analyzer tool: when the number of data points was divisible by RTPStatitstics.PLOT_RESOLUTION_MS (which is 50), pyplot.plot was called with arrays of different lengths. One of the arrays could be one element larger.
by aleloi
· 8 years ago
e40a7ee
GN: Exclude suppressions of Chromium Clang warnings for Chromium builds.
by kjellander
· 8 years ago
41aab32
Fix delay plot crash in event_log_visualizer.
by stefan
· 8 years ago
e0928d8
Added logging for audio send/receive stream configs.
by ivoc
· 8 years ago
bf369fe
Replace rtcp parser in rtc event log handlers. RTCPUtility is going away.
by danilchap
· 8 years ago
cc91d28
Moved RtcEventLog files from call/ to logging/
by skvlad
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
280de9e
Reland: Fix race / crash in OnNetworkRouteChanged().
by Stefan Holmer
· 8 years ago
5ec85fb
Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ )
by stefan
· 9 years ago
fd0d426
Fix race / crash in OnNetworkRouteChanged().
by stefan
· 9 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 9 years ago
89a3a1a
Moved Gn target rtc_event_log to one directory above.
by charujain
· 9 years ago
98088dc
header_usage.sh script: Exclude matches in gyp and gn files.
by nisse
· 9 years ago
b62dbbe
GN: Change rtc_source_set targets --> rtc_static_library
by kjellander
· 9 years ago
aac9d6f
Added graph for plotting the audio level from an Rtc event log.
by ivoc
· 9 years ago
17f008b
GYP: Remove targets inside include_tests==1 that are converted to GN.
by kjellander
· 9 years ago
3a7f35b
GN: Declare resources for targets.
by ehmaldonado
· 9 years ago
b2540bb
Probing: Add support for exponential startup probing
by Irfan Sheriff
· 9 years ago
fc433e6
Don't use VoE legacy APIs in force_mic_volume_max tool.
by solenberg
· 9 years ago
96f2c4d
Remove unused audio_e2e_harness.cc and infrastructure.
by solenberg
· 9 years ago
99f8e08
Add a chart for packet loss on incoming streams.
by Stefan Holmer
· 9 years ago
13eef785
Revert of Don't use VoE legacy APIs in force_mic_volume_max tool. (patchset #5 id:80001 of https://codereview.webrtc.org/2268183007/ )
by solenberg
· 9 years ago
ae9f2bd
Don't use VoE legacy APIs in force_mic_volume_max tool.
by solenberg
· 9 years ago
ac398f2
Python event log analyzer tool: fix of indexing issue.
by aleloi
· 9 years ago
f581eb7
Renamed and restructured the protobuf definitions for the rtc_event_log graphs.
by skvlad
· 9 years ago
60e4346
Add time line for acked bitrate.
by Stefan Holmer
· 9 years ago
eb24dd0
Improvements to UI to python event log analyzer tool.
by aleloi
· 9 years ago
e9cc686
GN Templates: Move common_inherited_config to the template.
by ehmaldonado
· 9 years ago
ccd7489
Plot accumelated packets over time.
by philipel
· 9 years ago
7a2ce0b
GN Templates: Move common_config to the template.
by ehmaldonado
· 9 years ago
1dd2335
GN Templates: Add //build/config/sanitizers:deps to rtc_executable.
by ehmaldonado
· 9 years ago
38a2132
GN: Introduce templates.
by ehmaldonado
· 9 years ago
f383c57
- Remove unused unit test webrtc/modules/audio_processing/agc/agc_unittest.cc
by solenberg
· 9 years ago
a69d973
Move webrtc/audio_*.h to webrtc/api/call
by kjellander
· 9 years ago
7a122d6
Fix resource files for tools_unittests
by Henrik Kjellander
· 9 years ago
32c4a20
GN: Fix resource files for iOS test target
by kjellander
· 9 years ago
e4b4695
Bugfixes for rtp_analyzer.py tool.
by aleloi
· 9 years ago
19319a3
Add missing "//build/config/sanitizers:deps" to executable targets.
by ehmaldonado
· 9 years ago
28a0ffd
GN: Synchronize resources between Android and iOS.
by kjellander
· 9 years ago
665d181
Increased column width for python tool rtp_analyzer.py.
by aleloi
· 9 years ago
b246a29
Define a protobuf format for representing plots. Add code to convert the C-representation generated by the RtcEventLog analysis tool, to the new protobuf format.
by terelius
· 9 years ago
6addf49
Adds function for computing moving average to visualization tool.
by terelius
· 9 years ago
185ba29
Extract library from the RTCEventLog visualizer
by skvlad
· 9 years ago
bcba64a
GN: Add "//build/config/sanitizers:deps" as a dependency to executable targets.
by ehmaldonado
· 9 years ago
a93d5ac
Don't simulate probing based on rtc event logs since we don't have that info logged.
by stefan
· 9 years ago
e34c19c
Clarify some function names in visualization tool.
by terelius
· 9 years ago
714dd4e
GN: Update tests to have the correct shard timeout value on Android.
by sakal
· 9 years ago
4556b45
Fix tools_unittests in GN.
by ehmaldonado
· 9 years ago
ccbbf8d
Visualize delay changes based on both abs-send-time and capture time.
by terelius
· 9 years ago
d49a37b
Rename main file for visualization tool.
by terelius
· 9 years ago
0740a20
Track SSRCs configured for each media type in event log visualization tool.
by terelius
· 9 years ago
f736d23
Add fraction loss in visualization tool.
by terelius
· 9 years ago
c3de033
Add plot of network delay change computed based on transport feedback.
by stefan
· 9 years ago
b0dc30d
Improvements to bandwidth plot. See Monorail issue for comparison.
by aleloi
· 9 years ago
dc35dcd
Convenience functions to set axis properties in visualization tool.
by terelius
· 9 years ago
88c1d2b
Don't use LOG_END timestamp to compute RtcEventLog duration.
by terelius
· 9 years ago
Next »