summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-17Improve wraparound handling in the render time extrapolator.stefan@webrtc.org
2013-05-17Moved command line parsing to internal tools and moved back the mic volume th...phoglund@webrtc.org
2013-05-17Enable WebRTC demo application on x86 Androidfischman@webrtc.org
2013-05-16Guarding certain operations, e.g. bandwidth estimation, RTCP statistics updat...turaj@webrtc.org
2013-05-16Add one unit test for NACKing a key framehclam@chromium.org
2013-05-16Cleanup traces in WebRTChclam@chromium.org
2013-05-16Avoid resetting encoder on identical settings.pbos@webrtc.org
2013-05-16Bugfix: VCM would report wrong sentBitratemarpan@webrtc.org
2013-05-16Formatted FEC stuff.phoglund@webrtc.org
2013-05-16Moved force_volume_max to its own gyp file to avoid a circular dependency.phoglund@webrtc.org
2013-05-16Wrote a small portable tool for forcing the mic volume to 100%.phoglund@webrtc.org
2013-05-16New VideoEngine API implementation on top of old one, first steps.pbos@webrtc.org
2013-05-16Log too long non-decodable duration events.stefan@webrtc.org
2013-05-16Remove SetOverUseDetectorOptions and cleaned ViESharedData.mflodman@webrtc.org
2013-05-16Add handling of the absolute send time header extension to the rtp_rtcp module.solenberg@webrtc.org
2013-05-15Updating NACK RTX testmikhal@webrtc.org
2013-05-15VCM/JB: Bug fix in ExtractAndSetDecodemikhal@webrtc.org
2013-05-15RemoteBitrateEstimatorTest::TestRateIncreaseReordering sent in arrival timest...solenberg@webrtc.org
2013-05-15CoreAudio Win: release resources safely under certain rare circumstances.braveyao@webrtc.org
2013-05-14Linux support for typing detectionniklas.enbom@webrtc.org
2013-05-14Address sanitizer out of bounds read in iSACturaj@webrtc.org
2013-05-14Remove const for plain data types in common_video/pbos@webrtc.org
2013-05-14Adding a factory to remote bitrate estimator and allow it to be set via config.andresp@webrtc.org
2013-05-14Fixes a bug where the render buffer size (and indirectly the non-continuous d...stefan@webrtc.org
2013-05-14Removed Mac capture crash and memory leak.mflodman@webrtc.org
2013-05-14Add script for comparing video qualitykjellander@webrtc.org
2013-05-14Reformatted FEC tables.phoglund@webrtc.org
2013-05-14Remove const for plain data types in common_audio/pbos@webrtc.org
2013-05-14Remove const for plain data types in voice_engine/pbos@webrtc.org
2013-05-14Replace ExtraCodecOptions with new Config class that supports multiple settin...andresp@webrtc.org
2013-05-14Fix typo in log statement. witdh should be width.fbarchard@google.com
2013-05-13Add more tracing for key frames.justinlin@chromium.org
2013-05-13Increased the limit for KViEMaxCaptureDevices from 10 to 256. See issue 1343.vikasmarwaha@webrtc.org
2013-05-13Updated WebRTC version to 3.31elham@webrtc.org
2013-05-13Revert 4008 "Avoid resetting video encoder for similar configs."phoglund@webrtc.org
2013-05-13Disabled flaky codec test (RunsCodecTestWithoutErrors)phoglund@webrtc.org
2013-05-13Avoid resetting video encoder for similar configs.pbos@webrtc.org
2013-05-13Wiring down config from video engine until video coding and remote bitrate es...andresp@webrtc.org
2013-05-13Remove TEXT(x) for BUILDINFO macros.pbos@webrtc.org
2013-05-13Added a config class to ease passing a set of options across webrtc.andresp@webrtc.org
2013-05-13Add svn:eol-style back which is lost in r3993 mistakenly.braveyao@webrtc.org
2013-05-10Revert 3977tnakamura@webrtc.org
2013-05-10Reverting r3978elham@webrtc.org
2013-05-10This is the first step to convert building the Android WebRTC demo to a prope...fischman@webrtc.org
2013-05-09Use 2 threads for HD, or 1 for VGA or less.fbarchard@google.com
2013-05-09Since the layout of the Android WebRTC demo application is fixed, if we start...fischman@webrtc.org
2013-05-09WebRTCDemo Android doesn't hangle activity recreation correctly. braveyao@webrtc.org
2013-05-09Drop Virtual webcam check script as moved into buildbot scripts.kjellander@webrtc.org
2013-05-09Add fischman into OWNERS of WebRTCDemo Android.braveyao@webrtc.org
2013-05-09Fix compile errors in ViE with latest clang.andrew@webrtc.org