webrtc /
src /
98fce15c6f961b0e139a0a9527d591e542ce33ed - 98fce15 Adding webrtc-sample demos under trunk/samples. by vikasmarwaha@webrtc.org · 12 years ago
- 132c15d AEC Refactoring: by bjornv@webrtc.org · 12 years ago
- e1c4ed9 Fix to send a full NACK list at least roughly once every 1.5 x RTT. by stefan@webrtc.org · 12 years ago
- 83561fb Fixed a bug in WebRtcNsx_PrepareSpectrumNeon() for NS in ARM Neon platform. by kma@webrtc.org · 12 years ago
- 91f3255 Refactor WebRtc_CreateBuffer to return the instance. by andrew@webrtc.org · 12 years ago
- ff0cd88 PeerConnection client and server can now be built from libjingle trunk. So we no longer need this folder. The getting-started page has also been updated. by wu@webrtc.org · 12 years ago
- dd5482c Use ninja with merge_libs.py on Windows and clean up. by andrew@webrtc.org · 12 years ago
- 9fbd9ca Force a memcpy directly from the AEC ring buffer. by andrew@webrtc.org · 12 years ago
- ac1f877 Remove unneeded libvpx path from vp8 include_dirs. by andrew@webrtc.org · 12 years ago
- 9ae1354 Refactor ring_buffer interface, add a feature and a test. by andrew@webrtc.org · 12 years ago
- 8a06623 New attempt at fixing hard-coded libvpx source. by phoglund@webrtc.org · 12 years ago
- 9a6623b Revert "Fixing hard-coded libvpx source path." by phoglund@webrtc.org · 12 years ago
- 8571c90 Fixing hard-coded libvpx source path. by phoglund@webrtc.org · 12 years ago
- 2f9bd24 Ported assembly coding in APM from Android to iOS. by kma@webrtc.org · 12 years ago
- 0d8d010 Handle multiple calls to set initial delay by mikhal@webrtc.org · 12 years ago
- 7bf7326 Remove WEBRTC_TRACE completely when tracing is disabled. by wjia@webrtc.org · 12 years ago
- 10987a8 Minor bug fix in maxFPS parameter declaration. by vikasmarwaha@webrtc.org · 12 years ago
- bf3a9b3 Fix for WebRTC Issue 1384. Some cameras return 0 fps for all capabilities which causes divide-by-zero. by vikasmarwaha@webrtc.org · 12 years ago
- 5140e24 MIPS optimizations for Signal Processing Library patch01 by andrew@webrtc.org · 12 years ago
- 60f8313 AEC refactoring: Moved typedefs to _internal.h by bjornv@webrtc.org · 12 years ago
- 7a7a008 Changing non-const reference arguments to pointers, ACM by tina.legrand@webrtc.org · 12 years ago
- f61e02c Misc cleanups to webrtc/android code: by fischman@webrtc.org · 12 years ago
- 56a9ec3 Refactoring AEC: AecCore struct made private by bjornv@webrtc.org · 12 years ago
- 71e91f3 Refactor AEC: PowerLevel by bjornv@webrtc.org · 12 years ago
- 4d1cfae Added a pointer getter to the system_delay variable. by bjornv@webrtc.org · 12 years ago
- 47b274d Refactoring AEC: Added a SetConfigCore function by bjornv@webrtc.org · 12 years ago
- 716fd90 Moved out buffer handling to ProcessFrame() by bjornv@webrtc.org · 12 years ago
- ee7202f Removed unused get_config function. The configuration is already stored and handled in the audio processing module, so there is no need for this functionality. by bjornv@webrtc.org · 12 years ago
- 59b2d5f Stop and restart fix. by mflodman@webrtc.org · 12 years ago
- eb7ebf2 Revert 3543 by tina.legrand@webrtc.org · 12 years ago
- 374aa49 Changing non-const reference arguments to pointers, ACM by tina.legrand@webrtc.org · 12 years ago
- 0b6293a Fixed typo in vie_autotest_loopback.cc. by pbos@webrtc.org · 12 years ago
- 83663ef Replace gtest_prod.h include with our own FRIEND_TEST macro. by andrew@webrtc.org · 12 years ago
- aea96d3 Rename webrtc::StatsObserver to webrtc::CallStatsObserver by fischman@webrtc.org · 12 years ago
- 0a480cb Added getter for far_time_buf in AEC. Only used in AEC debug dump. by bjornv@webrtc.org · 12 years ago
- 5fc8292 This refactoring CL moves the nlp_mode member value from aecpc_t to aec_t, since it it never used at that level. Further, I removed two suppression variables by depending on nlp_mode directly. by bjornv@webrtc.org · 12 years ago
- cea70f4 * Name change * Removed WebRtcAec_ function name prepending on private function. by bjornv@webrtc.org · 12 years ago
- 95b48c3 Update to codec unit test: by marpan@webrtc.org · 12 years ago
- 77fced3 fixing nack list size calculation by mikhal@webrtc.org · 12 years ago
- 10741b3 Updated version number to 3.24 by elham@webrtc.org · 12 years ago
- 1682f71 Updating watchlist by mikhal@webrtc.org · 12 years ago
- ba23d11 Will now run pylint on all python files if there's at least one modified python file in the checkin. by phoglund@webrtc.org · 12 years ago
- 0460c72 Remove the dependency on dxguid.lib. by tommi@webrtc.org · 12 years ago
- d2c3bed Move directx_sdk_path definition variable into the video_render_module gyp file. by tommi@webrtc.org · 12 years ago
- eb91792 Refactoring temporal layers implementation and adding VideoCodecMode for easier control of codec settings. by stefan@webrtc.org · 12 years ago
- 3897255 Add VoE interface to VieRTP test by mikhal@webrtc.org · 12 years ago
- e3d6ffe Increase threshold in codec unit test. by marpan@webrtc.org · 12 years ago
- ef9f76a Adding a receive side API for buffering mode. by mikhal@webrtc.org · 12 years ago
- 47fe573 Bug fix for webrtc issue 1391. Typo in sin_length for socket address. by vikasmarwaha@webrtc.org · 12 years ago
- b4cd342 This refactoring CL contains an API to get low level echo metrics stats. by bjornv@webrtc.org · 12 years ago
- 21a2fc9 This Cl includes by bjornv@webrtc.org · 12 years ago
- 325f625 Moved the actual calculations to aec_core to avoid passing up low level members. by bjornv@webrtc.org · 12 years ago
- 0989fb7 Make VoiceEngineImpl inherit from VoiceEngine. by tommi@webrtc.org · 12 years ago
- 1723857 Removed astyle from webrtc_reformat since clang-format-chrome.py handles that now. by phoglund@webrtc.org · 12 years ago
- 076fc12 Modify SincResampler to build in webrtc. by andrew@webrtc.org · 12 years ago
- 6f6acd9 Duplicated sampling frequency multiplier to aecpc_t struct to avoid a getter. by bjornv@webrtc.org · 12 years ago
- 4013ac4 Roll Chromium revision 176094:182149 by kjellander@webrtc.org · 12 years ago
- 7267ffd Moved debug file handling to aec_core from echo_cancellation.c. This removes dependency on low level member variables. by bjornv@webrtc.org · 12 years ago
- 3e10249 Added delay estimation test to audio processing unit tests. by bjornv@webrtc.org · 12 years ago
- e580be9 Add regression monitoring for audioproc and iSAC fixed-point tests. by kjellander@webrtc.org · 12 years ago
- 07b667d Remove MultiStreamMode from test. by stefan@webrtc.org · 12 years ago
- 294e5b0 Reset ssrc when calling SetSendCodec. by mflodman@webrtc.org · 12 years ago
- a092cbf Fixing lint warnings from previous commit by tina.legrand@webrtc.org · 12 years ago
- 45eab19 Import stringize_macros from Chromium. by andrew@webrtc.org · 12 years ago
- a8ef811 Import SincResampler from Chromium. by andrew@webrtc.org · 12 years ago
- 9c4e662 Fix Windows x64 errors in video_codecs_test_framework by kjellander@webrtc.org · 12 years ago
- 6388c3e Implement initial delay. This CL allows clients of VoE to set an initial delay. Playout of audio is delayed and the extra playout delay is maintained during the call. While packets are buffered (in NetEq) to acheive the desired delay. ACM will playout silence (zeros). Initial delay has to be set before any packet is pushed into ACM. by turaj@webrtc.org · 12 years ago
- e6e344a Sync libvpx and its gyp wrapper from Chromium. by andrew@webrtc.org · 12 years ago
- 0ee57c2 Increase maximum resolution to 4k x 3k. by fbarchard@google.com · 12 years ago
- 57a0049 VCM: Removing frame drop enable from Reset call BUG = 1387 by mikhal@webrtc.org · 12 years ago
- 18a21a0 Android NDK build tools by kjellander@webrtc.org · 12 years ago
- 00ab7cf Fix perf output for audioproc and iSAC fixed-point tests by kjellander@webrtc.org · 12 years ago
- 0cb48a0 Set SingleStream BWE in unittests. by stefan@webrtc.org · 12 years ago
- 63066f7 Set qpMax to 56 in for all VP8 tests. Fixes buildbot breakage. by stefan@webrtc.org · 12 years ago
- 3d305c6 Updates to send side streaming mode: by mikhal@webrtc.org · 12 years ago
- 7948147 Update version number to 3.23 by tnakamura@webrtc.org · 12 years ago
- 7c85074 Adding third_party/directx and winsdk_samples to svn:ignore by kjellander@webrtc.org · 12 years ago
- 687efe3 Adding third_party/opus to svn:ignore by kjellander@webrtc.org · 12 years ago
- b64732a Fix Win64 build breakage by henrikg@webrtc.org · 12 years ago
- 147c73e Made it possible to render custom call output to file. by phoglund@webrtc.org · 12 years ago
- d83b9fd Fixed a bug in iSAC transform functions on ARM-Neon platform. Performance unchanged. by kma@webrtc.org · 12 years ago
- 4fd5527 Don't report an error for GetEstimatedReceiveBandwidth if there is no valid by mflodman@webrtc.org · 12 years ago
- fe3d606 Enable indefinitely running vie_auto_test option by kjellander@webrtc.org · 12 years ago
- 1e7ed7a Use LOG_F interface for unsupported functions. by andrew@webrtc.org · 12 years ago
- 959da8d Added labels in transform_neon.S in iSAC-fix, so the tables be shared with other files in iOS build. Also, moved several code lines in the same file, in case register values cannot be preserved after a function call which could cause a crash in some platforms (e.g. iOS etc.). by kma@webrtc.org · 12 years ago
- a7303bd Lint-cleaned video and audio receivers. by phoglund@webrtc.org · 12 years ago
- c4e45f6 Updated version number to 3.22 by elham@webrtc.org · 12 years ago
- 23e3559 Updating Perf numbers for Win Large Test. by tina.legrand@webrtc.org · 12 years ago
- 244251a Moved almost all payload-related stuff to the payload registry. by phoglund@webrtc.org · 12 years ago
- fa53d87 Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 12 years ago
- 254d85a Exchange TRY by enumerating image formats in Linux video capture by braveyao@webrtc.org · 12 years ago
- 6ed8ebc Fix MaxChannels test; 32 -> 100. by andrew@webrtc.org · 12 years ago
- 4a6f62d Remove (in practice) the voice engine channel limit. by andrew@webrtc.org · 12 years ago
- dbe97d2 Adding a send side API for streaming by mikhal@webrtc.org · 12 years ago
- becf9c8 Fix mismatch between different NACK list lengths and packet buffers. by stefan@webrtc.org · 12 years ago
- b586507 Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEstimator::Process trigger new REMB messages. by stefan@webrtc.org · 12 years ago
- 46d90dc Adding three frame sizes to Opus by tina.legrand@webrtc.org · 12 years ago
- d087789 Adjusted net_50_5_plr_5 on Linux, removed all gilbert_elliot metrics (too flaky), added mac expectations. by phoglund@webrtc.org · 12 years ago
- aaad613 Implementing stereo support for G.722 by henrik.lundin@webrtc.org · 12 years ago
- 7050f96 Set frame length for frame converting in external renderer by braveyao@webrtc.org · 12 years ago