kjellander@webrtc.org
|
f9bdbe3619
|
Roll chromium_revision 232627:238260
This brings us the updated swarming_client
that has moved out from Chromium into a standalone
project.
Because of this, all .isolate files needed to be
updated as well, similar to the changes in
https://codereview.chromium.org/29993003
TEST=trybots passing
BUG=none
R=andrew@webrtc.org, perkj@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4859004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5260 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-11 13:37:12 +00:00 |
|
sprang@webrtc.org
|
2656cf9f4c
|
Callback for send bitrate estimates
BUG=2235
R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4459004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5259 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-11 12:53:03 +00:00 |
|
hta@webrtc.org
|
26c40ba166
|
Removed audio element from volume measuring demo.
This removes the possibility of feedback loops, which can happen if you
run this demo on an Android device.
BUG=
R=dutton@google.com
Review URL: https://webrtc-codereview.appspot.com/5589004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5258 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-11 11:12:39 +00:00 |
|
hta@webrtc.org
|
1133ffda4b
|
Merged OWNERS of JS demo directories
This allows Sam Dutton to maintain code samples, and demo managers to
modify js/base/adapter.js.
BUG=
R=henrika@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5549006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5257 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-11 08:51:56 +00:00 |
|
hta@webrtc.org
|
c4038d795d
|
Rewriting the SoundMeter class to be RMS and be encapsulated differently
This CL changes the SoundMeter to be root-mean-square.
It also changes the interface between the meter and the display to be based on the display calling down to the meter rather than the meter calling up to the display.
A graphic display of the results is also added.
BUG=
R=cwilso@google.com, dutton@google.com, henrika@webrtc.org, juberti@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5439004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5256 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-11 08:36:16 +00:00 |
|
andrew@webrtc.org
|
77507eff4f
|
Correctly define OVERRIDE when building with g++ 4.7 and C++11 support
g++ 4.7 and later support explicit virtual overrides when building with C++11 support
enabled. However, libjingle does not detect that and makes OVERRIDE a no-op.
This CL updates base/common.h to define OVERRIDE properly when g++ 4.7 is used with
C++11 support enabled.
See this page for GCC support of C++11 features:
http://gcc.gnu.org/projects/cxx0x.html
R=fischman@webrtc.org, wu@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5159004
Patch from Chris Dumez <ch.dumez@samsung.com>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5255 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-11 00:07:11 +00:00 |
|
fischman@webrtc.org
|
7ae8495779
|
Removed unnecessary Pulse init from VoE startup.
Saves 10% (~260ms) of the total PeerConnectionTest wallclock time.
R=niklas.enbom@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5479004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5254 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-10 21:01:34 +00:00 |
|
andrew@webrtc.org
|
762fcdcca9
|
Correctly define OVERRIDE when building with g++ 4.7 and C++11 support
g++ 4.7 and later support explicit virtual overrides when building with C++11
support enabled. However, webrtc does not detect that and makes OVERRIDE a
no-op.
This CL updates typedefs.h to define OVERRIDE properly when g++ 4.7 is used
with C++11 support enabled.
See this page for GCC support of C++11 features:
http://gcc.gnu.org/projects/cxx0x.html
R=andrew@webrtc.org, fischman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5149005
Patch from Chris Dumez <ch.dumez@samsung.com>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5253 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-10 19:20:46 +00:00 |
|
sprang@webrtc.org
|
8b8819262f
|
Improve VideoSendStreamTest::MaxPacketSize
This CL was submitted as issue https://webrtc-codereview.appspot.com/4849004/, but was reverted because of flakiness. This new issue will correct that.
Patch Set 1 contains the code that was submitted in 4849004.
BUG=2428
R=pbos@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5399004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5251 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-10 10:05:17 +00:00 |
|
kjellander@webrtc.org
|
917306d3fd
|
Change uses of the obsolete armv7 setting to arm_version==7.
BUG=http://crbug.com/234135
R=andrew@webrtc.org, fischman@webrtc.org, kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5369004
Patch from Mostyn Bramley-Moore <mostynb@opera.com>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5250 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-10 09:26:07 +00:00 |
|
fischman@webrtc.org
|
eb7def234e
|
Fix compilation errors on Fedora 20.
peerconnection_jni.cc: syscall() comes from <unistd.h>
RTPtimeshift.cc: char* being compared to 0 instead of the atoi() of it
rtp_payload_registry_unittest.cc: avoid narrowing int to uint32.
BUG=2700
R=andrew@webrtc.org, fischman@webrtc.org, henrik.lundin@webrtc.org, henrike@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5019004
Patch from Victor Costan <costan@gmail.com>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5248 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-09 21:34:30 +00:00 |
|
braveyao@webrtc.org
|
c329529047
|
Apply transaction to setting connected to Room entities, to resolve a possible race condition at two clients connecting simultaneously.
BUG = 1742
Test = Apprtc Integration Test
R=phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/3489004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5247 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-09 19:37:45 +00:00 |
|
fbarchard@google.com
|
70ddf9355f
|
libyuv r905 with yuv off by 1 fix for valgrind overread
BUG=none
TEST=valgrind build bots
R=andrew@webrtc.org, mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5329004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5246 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-09 18:17:42 +00:00 |
|
andrew@webrtc.org
|
de7c9e8884
|
Ensure WEBRTC_MODULE_UTILITY_VIDEO is undefined for enable_video==0.
Move the logic to common.gypi to reduce the chance of the define being
unprotected in the future.
BUG=b/12018143
TESTED=git try, and local Linux build with -Denable_video=0
R=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5309004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5244 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-09 16:23:00 +00:00 |
|
sergeyu@chromium.org
|
5e13ac967b
|
Add shape in DesktopFrame.
The shape will be used for Me2App mode in chromoting.
R=wez@chromium.org
Review URL: https://webrtc-codereview.appspot.com/4369005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5243 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-07 01:03:28 +00:00 |
|
fbarchard@google.com
|
4acf4507b8
|
libyuv roll to r888 with valgrind overread fixes.
BUG=none
TEST=try bots
R=andrew@webrtc.org, mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4829004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5242 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 18:14:11 +00:00 |
|
andrew@webrtc.org
|
8d0ca7f5d2
|
Add new method to MockAudioProcessing.
TBR=henrikg
Review URL: https://webrtc-codereview.appspot.com/5279004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5241 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 17:52:27 +00:00 |
|
andrew@webrtc.org
|
797522f9f2
|
Revert 5229 "Make VideoSendStreamTest::MaxPacketSize test a whol..."
> Make VideoSendStreamTest::MaxPacketSize test a whole range of frame sizes, to make sure all corner cases are covered.
>
> BUG=2428
> R=pbos@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org
>
> Review URL: https://webrtc-codereview.appspot.com/4849004
It caused a failure in video_engine_tests on the Linux Tsan bot.
TBR=sprang@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5269004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5240 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 17:42:32 +00:00 |
|
henrikg@webrtc.org
|
863b536100
|
Allow opening an AEC dump from an existing file handle.
This is necessary for Chromium to be able enable the dump with the sanbox enabled. It will open the file in the browser process and pass the handle to the render process.
This changes FileWrapper to deal with the case were the file handle is not managed by the wrapper.
BUG=2567
R=andrew@webrtc.org, henrika@webrtc.org, perkj@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4649004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5239 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 16:05:17 +00:00 |
|
pbos@webrtc.org
|
0f3d0bb601
|
Stop video capturers in multi-stream test.
Expected to reduce runtime and flakiness in
CallTest.SendsAndReceivesMultipleStreams on linux_memcheck which is
presumed to be due to contention between the threads.
BUG=
R=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5249004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5238 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 15:48:17 +00:00 |
|
hta@webrtc.org
|
758db4baea
|
Demo showing how to measure volume using WebAudio
This adds a page to the demos page, it does not affect any running code.
BUG=
R=dutton@google.com, phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5099004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5237 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 14:47:34 +00:00 |
|
sprang@webrtc.org
|
88615f0659
|
Fix use of uninitialized memory in RtpSenderTest::StreamDataCountersCallbacks
BUG=
R=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5229004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5236 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 13:16:44 +00:00 |
|
sprang@webrtc.org
|
7f73280ded
|
Fraction lost statistics not being reported
A bug is causing fraction lost to always be set to zero when calling
ViERTP_RTCP::Get(Send|Receive)ChannelRtcpStatistics. Fix this and update
tests to catch it.
BUG=
R=holmer@google.com, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5219004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5235 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-06 11:56:55 +00:00 |
|
sergeyu@chromium.org
|
32f485b16a
|
Fix constants.[h|cc] to avoid static initializer in webrtcvideoengine.cc.
R=wu@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5179004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5233 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 22:36:21 +00:00 |
|
sergeyu@chromium.org
|
57a5f64264
|
revert r5230
r5230 broke windows build.
TBR=wu@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5169004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5232 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 22:14:46 +00:00 |
|
sergeyu@chromium.org
|
a1b21cd777
|
Fix constants.[h|cc] to avoid static initializer in webrtcvideoengine.cc.
R=wu@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5139004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5230 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 21:28:34 +00:00 |
|
sprang@webrtc.org
|
7104fc1906
|
Make VideoSendStreamTest::MaxPacketSize test a whole range of frame sizes, to make sure all corner cases are covered.
BUG=2428
R=pbos@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4849004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5229 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 16:15:11 +00:00 |
|
asapersson@webrtc.org
|
96a9b2dcdc
|
Use the RTT from RtcpRttStats class if provided when sending/receiving NACK.
R=holmer@google.com
Review URL: https://webrtc-codereview.appspot.com/5049004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5228 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 15:06:56 +00:00 |
|
sprang@webrtc.org
|
ebad765ee0
|
Add callbacks for send channel rtp statistics
BUG=2235
R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4449004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5227 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 14:29:02 +00:00 |
|
pbos@webrtc.org
|
5cea89f3e1
|
Remove CallTest dependency on voice_engine/test/.
Loading file out of resources/ instead of data/ which is deprecated.
BUG=
R=holmer@google.com, mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5069004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5226 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 14:24:17 +00:00 |
|
stefan@webrtc.org
|
0a3c1471b8
|
Add API to query video engine for the send-side delay.
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4559005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5225 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 14:05:07 +00:00 |
|
henrik.lundin@webrtc.org
|
07fcc4f2fa
|
Fixing the android build
The build broke due to r5222.
BUG=2436
TBR=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5079004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5224 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 13:24:25 +00:00 |
|
pbos@webrtc.org
|
c49d5b7df8
|
Move implementation files out of the webrtc/ root.
Leaves the root for public headers. Also fixes the issue of requiring
root OWNERS approval for changes in the Call implementation and adding
end-to-end tests.
BUG=
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5049005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5223 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 12:11:47 +00:00 |
|
henrik.lundin@webrtc.org
|
245037df09
|
Remove default implementations for SuspendBelowMinBitrate
These two methods had default implementations while waiting for
changes in libjingle to propagate. Now the changes are in, and
the default implementations are removed.
BUG=2436
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5059004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5222 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 12:01:45 +00:00 |
|
stefan@webrtc.org
|
b88fc18aba
|
Fix bug where fraction_lost is always set to 0 when getting received RTCP statistics.
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5039004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5221 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 11:36:46 +00:00 |
|
sprang@webrtc.org
|
a6ad6e5b58
|
Add callbacks for send channel rtcp statistics
BUG=2235
R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4429004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5220 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 09:48:44 +00:00 |
|
stefan@webrtc.org
|
c4726d06fa
|
Make RTPSender::SendPadData public.
R=andresp@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5029004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5219 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 09:16:33 +00:00 |
|
sergeyu@chromium.org
|
5bc25c41fc
|
Update libjingle to 57692857
R=wu@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4999004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5217 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-05 00:24:06 +00:00 |
|
andrew@webrtc.org
|
3d9981d58a
|
Remove unused ThreadData struct.
TBR=bjornv
Review URL: https://webrtc-codereview.appspot.com/4949004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5216 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 17:13:47 +00:00 |
|
andrew@webrtc.org
|
3054ba6bb2
|
Remove the long disabled WEBRTC_SVNREVISION define.
BUG=500
TESTED=git try
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4899004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5215 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 17:00:44 +00:00 |
|
andresp@webrtc.org
|
5b51ebc179
|
Removing DropDeltaAfterKey functionality which is unused.
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4939004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5214 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 15:53:24 +00:00 |
|
sprang@webrtc.org
|
71f055fb41
|
Add send frame rate statistics callback
BUG=2235
R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4479005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5213 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 15:09:27 +00:00 |
|
asapersson@webrtc.org
|
9e5b0342f6
|
Added a delay measurement, measures the time between an incoming captured frame until the frame is being processed. Measures the delay per second.
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4249004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5212 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 13:47:44 +00:00 |
|
stefan@webrtc.org
|
79b63206b9
|
Fixes a crash in fullstack tests introduced with r5209.
TBR=mflodman@webrtc.org
BUG=1812
Review URL: https://webrtc-codereview.appspot.com/4689005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5211 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 13:34:28 +00:00 |
|
henrik.lundin@webrtc.org
|
b477fa6d21
|
Small fixes to plot_neteq_delay.m
Fixing problems with wrap-arounds and other small things. Adding an
extra output value.
Review URL: https://webrtc-codereview.appspot.com/4929004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5210 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 12:28:47 +00:00 |
|
stefan@webrtc.org
|
7e9315b42e
|
Adds support for sending redundant payloads over RTX.
TEST=trybots
BUG=1812
R=mflodman@webrtc.org, pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4169004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5209 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 10:24:26 +00:00 |
|
henrik.lundin@webrtc.org
|
9523b55826
|
Fix a typo in neteq.gypi
This CL is for NetEq3. The #define for iSAC-fb was wrong on one
line. It did not affect the defualt use case, but resulted in
errors if 48 kHz mode was enabled.
TBR=tina.legrand@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4909004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5208 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-04 08:24:49 +00:00 |
|
andrew@webrtc.org
|
d7696c4ed1
|
Compile-out functions only used by the bit-exact test.
Causes errors on platforms where the test is unused.
TBR=bjornv
Review URL: https://webrtc-codereview.appspot.com/4869004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5207 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-03 23:39:16 +00:00 |
|
fischman@webrtc.org
|
d3865e9124
|
Don't HANDLE_EINTR(close). Use IGNORE_EINTR(close).
It is incorrect to wrap close in HANDLE_EINTR on Linux.
BUG=chromium:269623
R=fischman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4759004
Patch from Mark Mentovai <mark@chromium.org>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5206 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-03 19:10:20 +00:00 |
|
solenberg@webrtc.org
|
812dd11f8c
|
Add baseline generation/verification to BWE test framework.
Updating resource file separately, once LGTM. Generates ~628k of files for current tests, highly compressable, once/if we need that.
BUG=
R=mflodman@webrtc.org, stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/4639004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5204 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-12-03 15:11:14 +00:00 |
|