fae3b31707Optimization/cleanup of 'aec_rfdt' initialization (constants, LUT, ...): * 2.7% AEC overall speedup for the straight C path. * 3.5% AEC overall speedup for the SSE2 path. Review URL: http://webrtc-codereview.appspot.com/60001
cduvivier@google.com
2011-07-06 18:32:59 +00:00
7c4469bf61Revamp of audio_processing unit test to use protocol buffers. Chromium's protobuf version is synced to third_party. This isn't really needed for the unit test, but I'd like to use it soon for echo recordings, so I used this as a warm up. Review URL: http://webrtc-codereview.appspot.com/56002
ajm@google.com
2011-07-06 17:45:37 +00:00
c5758f8c51Uploaded test files for ADM functional tests.
henrika@google.com
2011-07-06 08:34:04 +00:00
2b4b7f1321Moving two testfiles, audio coding module.
tlegrand@google.com
2011-07-05 09:17:37 +00:00
0adca82c35Move iLBC test and reference files to new location.
tlegrand@google.com
2011-07-05 09:10:23 +00:00
435c7ce243Fixed minor type for Mac and Linux target.
henrika@google.com
2011-07-04 16:07:30 +00:00
d6552174c4Prepares a move all data files required by VoiceEngine into one common place. A new folder called test/data/voice_engine will be created and all files will be placed here. Review URL: http://webrtc-codereview.appspot.com/61004
henrika@google.com
2011-07-04 15:52:04 +00:00
2e8a1a2092Creates new test folder for VoiceEngine test files and adds the required files.
henrika@google.com
2011-07-04 15:39:40 +00:00
53af7595d1Switch the sample client back to render the videos in the main window instead of two popup windows. This also demonstrates one way of implementing the VideoRenderer interface. Review URL: http://webrtc-codereview.appspot.com/51004
tommi@google.com
2011-07-04 12:47:37 +00:00
6b04739e04Route CodecSpecificInfo from encoder to packetizer
hlundin@google.com
2011-07-01 08:32:57 +00:00
b5427cbd35Changing JPEG API to to accept rawImage and encodedImage; moved video_image.h from modules/video_coding/codecs to common_video/interface, and some general re-write to JPEG, especially with regard to memory handling. Required VCM/ViE changes are also included. Review URL: http://webrtc-codereview.appspot.com/55002
mikhal@google.com
2011-07-01 01:17:49 +00:00
20cb6b684bOptimization of 'rftfsub': * scalar optimization, vectorization (including new file for SSE2 code and path selection mechanism). * 0.5% AEC overall speedup for the straight C path. * 3.0% AEC overall speedup for the SSE2 path. Review URL: http://webrtc-codereview.appspot.com/46005
cduvivier@google.com
2011-06-30 01:22:19 +00:00
21a4405d01VPLIB/Interpolation - Delete decode buffer only if too small, this required an API change. In addition, done some clean up and updated test and related code in VCM. Review URL: http://webrtc-codereview.appspot.com/46003
mikhal@google.com
2011-06-29 17:00:03 +00:00
e02b57e397Updates to qm_select: Function to update content state, and function for FEC rate adjustment. Added packetLoss parameter to qm_select, and some code clean-up. Review URL: http://webrtc-codereview.appspot.com/44009
marpan@google.com
2011-06-28 00:02:51 +00:00
181f543de4AEC specific version of " Real Discrete Fourier Transform".
cduvivier@google.com
2011-06-24 18:22:47 +00:00
3ad9c18843Update on content metrics: Added metrics averaged over intervals of the loss/bandwidth reports, to be used for adjustment of robustness settings. Separated this set from the (global) metrics used for resolution adaptation. Some code cleanup in content_metrics.cc/.h. Review URL: http://webrtc-codereview.appspot.com/52002
marpan@google.com
2011-06-24 18:08:33 +00:00
d4d27675a8Minor update that fixes crash in system wrappers unittest. (the crash was in the test of map_wrapper). Review URL: http://webrtc-codereview.appspot.com/45007
hellner@google.com
2011-06-23 17:30:17 +00:00
a591d3fb41Correcting two auto test errors. 1. See diff for _main.cc. 2. Can't chose custom ports, see line 843 and 997 in new version of _custom_call.cc.
mflodman@google.com
2011-06-23 08:43:37 +00:00
36d93504b8Remove the full header file path to: 1) align with all the other webrtc header files. 2) and for the case(libjingle) when we want to deliver webrtc as lib and headers - all the headers will be in one folder. Review URL: http://webrtc-codereview.appspot.com/44007
ronghuawu@google.com
2011-06-22 21:17:43 +00:00
5b95bcd22cCritical section in constructor, audio coding module Two changes in this CL: -Removal of a critical section lock in the constructor of audio coding module -Removal of one unused variable Review URL: http://webrtc-codereview.appspot.com/43001
tlegrand@google.com
2011-06-22 09:21:51 +00:00
868b857395Remove a test case that only causes problems due to badly synchronized test. The test is as useful without this test case. Review URL: http://webrtc-codereview.appspot.com/47003
holmer@google.com
2011-06-22 08:37:54 +00:00
909118894bAdding all necessary MapSetting and MapError functions. This doesn't alter the existing functionality but just "formalizes" the mapping layer for the underlying components. Review URL: http://webrtc-codereview.appspot.com/44002
ajm@google.com
2011-06-21 12:58:27 +00:00
40eac91f40Update test tool RTPchange
hlundin@google.com
2011-06-20 13:20:38 +00:00
5e1316f9bbAdds condition in gyp-files to ensure that we can build MFC applications with different settings of the "Use of MFC" setting in VS for Windows. Review URL: http://webrtc-codereview.appspot.com/43003
henrika@google.com
2011-06-20 09:53:51 +00:00
54bc6a61f5Improves quality of AudioDeviceWindowsCore::_GetDeviceName. The current version can crash if the output string is invalid. Review URL: http://webrtc-codereview.appspot.com/45002
henrika@google.com
2011-06-20 09:41:22 +00:00
ab0cfe66a9VP8 wrapper: Adding an IFDEF prior to new interface. This will allow the wrapper to build with the Bali release. Review URL: http://webrtc-codereview.appspot.com/47001
mikhal@google.com
2011-06-20 05:28:08 +00:00
023abafa4eModified the FEC to allow for option of unequal protection (UEP) across packets. Added two files under testFec, removed old testFec.cpp, and added two new files for generating packet masks: _internal.cc/h. Review URL: http://webrtc-codereview.appspot.com/26003
marpan@google.com
2011-06-16 23:00:40 +00:00
ae0ad911a1Modified the FEC to allow for option of unequal protection (UEP) across packets. Added two files under testFec, removed old testFec.cpp, and added two new files for generating packet masks: _internal.cc/h. Review URL: http://webrtc-codereview.appspot.com/26003
marpan@google.com
2011-06-16 21:44:38 +00:00
7925dd575fAdded comments and an assert explaining that NACK hasn't been fully implemented in the mt_rx_tx_test. Review URL: http://webrtc-codereview.appspot.com/25018
holmer@google.com
2011-06-15 07:37:23 +00:00