ea5b8b5903Trival changes in gui layout based on feedback
leozwang@webrtc.org
2012-06-29 18:31:45 +00:00
fb59442c40Change file path to make it work on android
leozwang@webrtc.org
2012-06-29 18:28:12 +00:00
8d59e70434In this CL four pitch-filters are integrated into a single function. I have kept the interfaces unchanged so there was no need to modify any other file. A test is uploaded to show how this CL is tested. The test engages all the functions affected by this CL and compares their output with the version of iSAC before this change. This CL is bit-exact. Furthermore, I ran iSAC release test and diff results with previous version. The test file will not be commited, as running it requires a hack in old iSAC to. Hence you don't need to code-review it.
turaj@webrtc.org
2012-06-29 18:17:53 +00:00
e06ca3cef6Removed nolint for include guards.
mflodman@webrtc.org
2012-06-29 13:20:14 +00:00
ab2610ffd9Removed the last lint warnings in video_engine.
mflodman@webrtc.org
2012-06-29 10:05:28 +00:00
efe20b39dbOnly add Mac compiler warning for clang, not gcc.
mflodman@webrtc.org
2012-06-28 17:28:06 +00:00
1115fdbe69Remove tab from DEPS.
andrew@webrtc.org
2012-06-28 15:55:01 +00:00
1b1cd78dd2Made cpplint pass for vie_remb, vie_ref_count, vie_sender and vie_receiver.
mflodman@webrtc.org
2012-06-28 06:34:08 +00:00
e22beabaf1[MIPS] Adding support for MIPS architecture for WebRTC.
andrew@webrtc.org
2012-06-27 22:24:43 +00:00
f5e99db10bMade cpplint pass for vie_channel.* and vie_encoder.*. NOLINT is used for API changes, include guards and include files in WebRTC root.
mflodman@webrtc.org
2012-06-27 09:49:37 +00:00
3ddc974039Handle VAD/DTX in a correct way if running stereo ACM.
tina.legrand@webrtc.org
2012-06-27 09:25:50 +00:00
4ecea3e105Downmix before resampling in capture and render paths.
andrew@webrtc.org
2012-06-27 03:25:31 +00:00
bd7aeba8fbExpose a set of options to the OveruseDetector supporting experiments Updated overuse_detector.* to use google style naming convention Removed OveruseDetector::Reset Review URL: https://webrtc-codereview.appspot.com/666005
astor@webrtc.org
2012-06-26 10:47:04 +00:00
f494fd0954Use system-independent sleep in video_capture_unittest.
hta@webrtc.org
2012-06-25 11:33:34 +00:00
626dccc85bUse one OS-independent sleep function in a video test
hta@webrtc.org
2012-06-25 11:30:33 +00:00
643be71700Adds variable for third party directory.
henrike@webrtc.org
2012-06-25 10:48:58 +00:00
64f86fba19Fix test app render bug.
mflodman@webrtc.org
2012-06-21 12:32:39 +00:00
8baed51f6eThis CL is part of enabling cpplint check for video_engine uploads.
mflodman@webrtc.org
2012-06-21 12:11:50 +00:00
9ba151bdf9Removed cpplint warnings from all impl-files to be able to add this check as presubmit step. I don't want to change the API right now, will come later, so there are several NOLINT comments added to get around this for now.
mflodman@webrtc.org
2012-06-21 10:02:13 +00:00
2bd8d62d3bSleep using no compile flags
hta@webrtc.org
2012-06-21 09:57:24 +00:00
67f98ec63aRemoved flaky REMB test. This test is now covered by: - RemoteBitrateEstimatorTest - BitrateControllerTest - RtcpFormatRembTest - ViERembTest
mflodman@webrtc.org
2012-06-21 09:29:53 +00:00
173538faa3Refactored function WebRtcIsacfix_GetLpcCoef() in iSAC-fix. One reason behind it is for further optimization of it in ARM. Review URL: https://webrtc-codereview.appspot.com/646012
kma@webrtc.org
2012-06-20 17:17:15 +00:00
ba5a97db4aMoving buildbot to internal repository.
kjellander@webrtc.org
2012-06-20 07:55:41 +00:00
3168e5349cWorking unit test for critical sections.
hta@webrtc.org
2012-06-20 06:45:56 +00:00
5608fe9861Disabling FileBeforeStreamingTest due to flakiness.
kjellander@webrtc.org
2012-06-20 06:14:31 +00:00
2259f855eaRemove unused member variables found by clang's -Wunused-private-field.
wu@webrtc.org
2012-06-19 14:56:50 +00:00
72e3a89b52Created a wrapper class for condition_variable that lets me write (hopefully) reliable tests for some of its properties.
hta@webrtc.org
2012-06-19 13:49:48 +00:00
b38fca1ec2VAD Refactoring: API change of return value from int16_t to int.
bjornv@webrtc.org
2012-06-19 11:03:32 +00:00
f477aac844Removed gflags header from vie_auto_test.
vspasova@webrtc.org
2012-06-19 09:20:33 +00:00
67f256fab4Use 32 as the alignment if possible in VP8 wrapper.
wu@webrtc.org
2012-06-18 21:15:32 +00:00
df596ae444VAD Refactoring of GMM test section
bjornv@webrtc.org
2012-06-18 18:22:53 +00:00
50d5ca5bf2Refactoring of TestAllCodecs
tina.legrand@webrtc.org
2012-06-18 13:35:52 +00:00
db2f6cf878Added missing define guard to sleep.h
hta@webrtc.org
2012-06-18 13:23:48 +00:00
86a6aacaeeUnittest utilities - starting out with an encapsulated trace-to-screen.
hta@webrtc.org
2012-06-18 13:22:08 +00:00
e3a0712f04Deregister RTP module before deleting it.
mflodman@webrtc.org
2012-06-18 12:43:41 +00:00
41adcdbf13An OS-independent sleep function, and one usage thereof.
hta@webrtc.org
2012-06-18 11:24:57 +00:00
37198007eaGetRecPayloadType now logs a warning instead of and error when the user asks for the payload type while no packets have been received.
henrika@webrtc.org
2012-06-18 11:00:12 +00:00
190541578aCorrect gypi files to match the actual filenames.
stefan@webrtc.org
2012-06-18 10:57:05 +00:00
352d09ab28Updates to videoprocessor_integration test: -added metric for expected key frame size mismatch -fix to start bitrate -updates to some expected values in tests Review URL: https://webrtc-codereview.appspot.com/641007
marpan@webrtc.org
2012-06-14 18:35:00 +00:00
f088448c37Libyuv Scalerunittest: Added PSNR check to some tests in scaler unittest: -for downsampling to 1/2x1/2 -for the odd frame sizes cases Review URL: https://webrtc-codereview.appspot.com/642009
marpan@webrtc.org
2012-06-14 17:00:45 +00:00
38506ef4d3Disable cpu detection on arm-neon
leozwang@webrtc.org
2012-06-07 15:26:02 +00:00
d81ab1397babs() was used instead of fabsf(), which returns int and not float and therefore truncated the return value.
stefan@webrtc.org
2012-06-07 13:48:04 +00:00
f7d0c77b48Added the bitrate estimator test to the trybots.
phoglund@webrtc.org
2012-06-07 09:28:12 +00:00
90af7f841cChanging Celt to run on 20 msec frames
tina.legrand@webrtc.org
2012-06-07 08:57:27 +00:00
9354cc965cRefactoring the receive-side bandwidth estimation into its own module.
stefan@webrtc.org
2012-06-07 08:10:14 +00:00
f4c6aa2e81Improve the reliablity of the audio e2e test.
andrew@webrtc.org
2012-06-07 04:00:15 +00:00
b0bcf13dd4Trival fix to relative paths of audio files in voe_ui_win_test
braveyao@webrtc.org
2012-06-07 02:21:44 +00:00
5f97232cacRemoving a TODO in the FEC: renaming the exisiting packets mask to indicate random mode, and refactored and renamed corresponding table file. Review URL: https://webrtc-codereview.appspot.com/632007
marpan@webrtc.org
2012-06-06 22:34:38 +00:00
cac603f390Fix for the alignment problems/mismatch in ViECapture and VP8Encoder.
wu@webrtc.org
2012-06-05 23:52:59 +00:00
f4c2de9e2fAdded some tests to videoprocessor_integrationtest, for testing: -encooder response to changing bit rate and frame rate -frame dropper and spatial resize -temporal layers Review URL: https://webrtc-codereview.appspot.com/613006
marpan@webrtc.org
2012-06-05 21:07:28 +00:00
8866bb1132FEC: Added another set of packet masks for the FEC. These FEC codes perform better for bursty (consecutive loss) than the existing set (which were designed for random loss). Updates to the unittests and test_fec accordingly. Review URL: https://webrtc-codereview.appspot.com/581005
marpan@webrtc.org
2012-06-05 16:42:20 +00:00
20e13ededeNew attempt to revert r2362, since drover failed.
bjornv@webrtc.org
2012-06-05 13:07:56 +00:00
cb89c6f914Revert 2363 - Refactoring the receive-side bandwidth estimation into its own module.
bjornv@webrtc.org
2012-06-05 12:25:35 +00:00
ba108aee21This CL contains some refactoring. Spectrum coding is main place that is affected. Therefore, I have bit-exactness test, test_spectrum_ coding.c, to be sure about the changelist. You can go through the test to be sure the changes are tested. However, I don't intend to commi t the test, as it would be a source of confusion and requires hack to iSAC to be able to run the test. It is basically a one-time test.
turaj@webrtc.org
2012-06-04 20:04:58 +00:00
2cc55096d5Fix syntax error in jpeg.gypi.
andrew@webrtc.org
2012-06-04 20:01:23 +00:00
ad6083f414Added condition for which jpeg lib to use.
mflodman@webrtc.org
2012-06-04 19:10:43 +00:00
77fd39aa99ACM PCM16B, fixing a copy-and-paste error.
tina.legrand@webrtc.org
2012-06-04 11:47:49 +00:00