21632124ddInclude gflags properly and X11 include order in VideoEngine.
pbos@webrtc.org
2013-05-17 14:25:02 +00:00
f5d4cb1958Include files from webrtc/.. paths in video_engine/
pbos@webrtc.org
2013-05-17 13:44:48 +00:00
9f557c140eImprove wraparound handling in the render time extrapolator.
stefan@webrtc.org
2013-05-17 12:55:07 +00:00
14d7700d00Moved command line parsing to internal tools and moved back the mic volume thingie.
phoglund@webrtc.org
2013-05-17 11:52:08 +00:00
e874a8f24bEnable WebRTC demo application on x86 Android
fischman@webrtc.org
2013-05-17 05:41:07 +00:00
8630cfe016Guarding certain operations, e.g. bandwidth estimation, RTCP statistics update etc., not to be run on sync RTPS.
turaj@webrtc.org
2013-05-16 23:54:54 +00:00
fe307e1332Add one unit test for NACKing a key frame
hclam@chromium.org
2013-05-16 21:19:59 +00:00
b3e5acfb66Cleanup traces in WebRTC
hclam@chromium.org
2013-05-16 21:13:02 +00:00
b9bb3d1e7dAvoid resetting encoder on identical settings.
pbos@webrtc.org
2013-05-16 18:40:48 +00:00
890f6092e6Bugfix: VCM would report wrong sentBitrate
marpan@webrtc.org
2013-05-16 15:38:44 +00:00
5add4ad09cRemoteBitrateEstimatorTest::TestRateIncreaseReordering sent in arrival timestamps in non monotonically increasing order. Fixed.
solenberg@webrtc.org
2013-05-15 13:49:57 +00:00
c93b1d038dCoreAudio Win: release resources safely under certain rare circumstance in GTalkplugin
braveyao@webrtc.org
2013-05-15 10:14:56 +00:00
e2a800644cLinux support for typing detection
niklas.enbom@webrtc.org
2013-05-14 21:33:11 +00:00
4ce838934cAddress sanitizer out of bounds read in iSAC
turaj@webrtc.org
2013-05-14 17:42:22 +00:00
6bee05a4aaRemove const for plain data types in common_video/
pbos@webrtc.org
2013-05-14 14:27:15 +00:00
29b2219914Adding a factory to remote bitrate estimator and allow it to be set via config.
andresp@webrtc.org
2013-05-14 12:10:58 +00:00
1673481ed7Fixes a bug where the render buffer size (and indirectly the non-continuous duration) was computed incorrectly.
stefan@webrtc.org
2013-05-14 12:00:47 +00:00
736c6f775eFixed more perf expectations.
phoglund@webrtc.org
2013-05-14 11:26:14 +00:00
80c7e3b606Adjusted perf expectations for mac large tests.
phoglund@webrtc.org
2013-05-14 10:51:13 +00:00
bb984f516eRemoved Mac capture crash and memory leak.
mflodman@webrtc.org
2013-05-14 10:47:19 +00:00
a6ff84503eAdd script for comparing video quality
kjellander@webrtc.org
2013-05-14 09:43:04 +00:00
6d07ad9cccAdded protoc_wrapper to blacklist, fixed tools/PRESUBMIT.py which was passing in the wrong args to CheckLongLines.
phoglund@webrtc.org
2013-05-14 09:42:39 +00:00
7bfb3a3227Add more tracing for key frames.
justinlin@chromium.org
2013-05-13 22:59:00 +00:00
941fcc5841Increased the limit for KViEMaxCaptureDevices from 10 to 256. See issue 1343. TBR=juberti@google.com
vikasmarwaha@webrtc.org
2013-05-13 20:28:23 +00:00
43bf6ce322Revert 4008 "Avoid resetting video encoder for similar configs."
phoglund@webrtc.org
2013-05-13 15:39:26 +00:00
c53480fbcfDisabled flaky codec test (RunsCodecTestWithoutErrors)
phoglund@webrtc.org
2013-05-13 15:10:02 +00:00
aa4efd1535Avoid resetting video encoder for similar configs.
pbos@webrtc.org
2013-05-13 11:27:16 +00:00
7707d060bbWiring down config from video engine until video coding and remote bitrate estimator modules instantiation.
andresp@webrtc.org
2013-05-13 10:50:50 +00:00
7ee822805dRemove TEXT(x) for BUILDINFO macros.
pbos@webrtc.org
2013-05-13 09:29:03 +00:00
6b68c28cb1Added a config class to ease passing a set of options across webrtc. Its main design reason is to expose control of experimental webrtc features.
andresp@webrtc.org
2013-05-13 08:06:36 +00:00
9ecd6861ebAdd svn:eol-style back which is lost in r3993 mistakenly.
braveyao@webrtc.org
2013-05-13 05:38:13 +00:00
d6ed000585This is the first step to convert building the Android WebRTC demo to a proper GYP target, android ndk toolchains is being used to build the jni cpp files instead of using ndk-build.
fischman@webrtc.org
2013-05-10 16:34:01 +00:00
6a36f0e46fSince the layout of the Android WebRTC demo application is fixed, if we start the demo application in portrait postion, the activity will be destroyed and then created again, force the demo application to start in landscape position to avoid activity re-creation.
fischman@webrtc.org
2013-05-09 17:40:33 +00:00
e525309004WebRTCDemo Android doesn't hangle activity recreation correctly. Also optimize Statsview a little bit.
braveyao@webrtc.org
2013-05-09 08:52:50 +00:00
219762a68aDrop Virtual webcam check script as moved into buildbot scripts.
kjellander@webrtc.org
2013-05-09 07:53:08 +00:00
ebdfa8dcbaAdd fischman into OWNERS of WebRTCDemo Android.
braveyao@webrtc.org
2013-05-09 07:30:38 +00:00
d72262dc01Fix compile errors in ViE with latest clang.
andrew@webrtc.org
2013-05-09 02:12:07 +00:00
c6a3755adaUpdate SincResampler with the latest Chromium code.
andrew@webrtc.org
2013-05-08 20:35:43 +00:00
44272739c2Clean creation of VideoEngine: - clean a static variable just used to debug and not so necessary IMO. - clean a really ugly reinterpret cast - clean a extern "C" code and loading of dlls which is no longer in use.
andresp@webrtc.org
2013-05-08 19:20:23 +00:00
6155be2c61Add /tools/protoc_wrappers to .gitignore.
andrew@webrtc.org
2013-05-08 18:51:07 +00:00
233c58de47Landing 1399004, Minor clean up on the un-used _measureDelay code Those code is/will never used, removing it makes the code better.
xians@webrtc.org
2013-05-06 11:52:47 +00:00
59aaebc3cdAdd an option to override the TestToStderr trace printout time.
andrew@webrtc.org
2013-05-05 19:44:19 +00:00
f9c289bafeConsolidate all third party licenses in LICENSE_THIRD_PARTY.
andrew@webrtc.org
2013-05-05 18:54:10 +00:00
df3da84ec8Updated WebRTC version number to 3.30
elham@webrtc.org
2013-05-03 23:11:37 +00:00
45f2da0920VCM/JB: Porting jitter_buffer_test to gtest. Tests were not modified, but ported as is.
mikhal@webrtc.org
2013-05-03 22:22:46 +00:00
a31c428307Remove 44.1 kHz workaround from AudioDevice on PulseAudio.
andrew@webrtc.org
2013-05-03 19:01:46 +00:00
7cb766b016Remove 44.1 kHz workaround from AudioDevice on WASAPI.
andrew@webrtc.org
2013-05-03 18:56:38 +00:00
bd4a2feddbFix off-by-one buffer overflow in WebRtcNetEQ_PacketBufferInsert().
sergeyu@chromium.org
2013-05-03 18:11:36 +00:00