Commit Graph

  • d492f72e43 Added empty unit tests to get code coverage measured. kjellander@webrtc.org 2011-11-24 07:20:00 +00:00
  • 55d81ea517 ViE Custom Call observer now using pointers, fixed protection method and miscellaneous TODO cleanup Review URL: http://webrtc-codereview.appspot.com/282004 amyfong@webrtc.org 2011-11-24 01:15:10 +00:00
  • ba028a31c9 Fix sample rate printout in process_test. andrew@webrtc.org 2011-11-23 20:37:12 +00:00
  • c4ac357b16 Fix spelling errors in DEPS. andrew@webrtc.org 2011-11-23 18:37:51 +00:00
  • f3d10d3dfd Fixed release compilation error-warnings. phoglund@webrtc.org 2011-11-23 15:56:27 +00:00
  • 3379b0cf85 Fixing resources script on Windows kjellander@webrtc.org 2011-11-23 15:24:44 +00:00
  • c4c56ed20b Rewrote vie_auto_test to use googletest macros. phoglund@webrtc.org 2011-11-23 15:23:11 +00:00
  • 0c80c7fec8 Script for automatic download of resources. Tested successfully on Linux, Mac and Windows (Python 2.6) kjellander@webrtc.org 2011-11-23 14:11:16 +00:00
  • 48b68c0c24 Added support for 96 kHz sampling frequency. bjornv@webrtc.org 2011-11-23 13:50:41 +00:00
  • 4257790d2d NetEQ-related bug in ACM henrik.lundin@webrtc.org 2011-11-23 13:04:05 +00:00
  • 543c3eaa46 Fixing Release compilation errors kjellander@webrtc.org 2011-11-23 12:20:35 +00:00
  • 89ab652250 Cleaning up NetEQ statistics henrik.lundin@webrtc.org 2011-11-23 11:06:05 +00:00
  • df10de4b27 Removing statistics API from NetEQ henrik.lundin@webrtc.org 2011-11-23 09:36:23 +00:00
  • 7d3e9498bc This CL is to support certain audio devices which don't offer volume control. Try to be more compatible to those rare cases. Review URL: http://webrtc-codereview.appspot.com/276011 braveyao@webrtc.org 2011-11-23 03:35:42 +00:00
  • 2b838b4121 video_coding: updating the session info unit test following recent changes Review URL: http://webrtc-codereview.appspot.com/290002 mikhal@webrtc.org 2011-11-23 00:20:19 +00:00
  • 425b377973 video_coding: Updating internal_defines to resolve latest build error. Refers to JB flush update. Review URL: http://webrtc-codereview.appspot.com/289001 mikhal@webrtc.org 2011-11-22 23:41:29 +00:00
  • f13388f134 video_coding: Requesting a key frame after a JB flush Review URL: http://webrtc-codereview.appspot.com/280006 mikhal@webrtc.org 2011-11-22 22:57:51 +00:00
  • 6b9a7f8704 video_coding: Allowing for a decodable state independent of selective nacking Review URL: http://webrtc-codereview.appspot.com/263001 mikhal@webrtc.org 2011-11-22 22:48:20 +00:00
  • 828af1b4b9 Add lookahead to the delay estimator. andrew@webrtc.org 2011-11-22 22:40:27 +00:00
  • 5a529395aa Make DMO init safe when not supported. andrew@webrtc.org 2011-11-22 18:04:26 +00:00
  • 91617ff948 Review URL: http://webrtc-codereview.appspot.com/269019 henrikg@webrtc.org 2011-11-22 14:34:44 +00:00
  • dfe89e337e Move ViE main/test/AutoTest to test/auto_test. mflodman@webrtc.org 2011-11-22 14:03:15 +00:00
  • 8594f7688b Add a gyp variable for AEC debug dumps. andrew@webrtc.org 2011-11-22 00:51:41 +00:00
  • a249f35203 Correct several makefile errors for Android build. Review URL: http://webrtc-codereview.appspot.com/267024 kma@webrtc.org 2011-11-21 22:16:10 +00:00
  • 6830bdd929 Fix xcode build. mflodman@webrtc.org 2011-11-21 15:53:15 +00:00
  • 94ea32ef60 Move video_engine/source* to video_engine/. No code changes except paths in gyp-files. mflodman@webrtc.org 2011-11-21 14:49:31 +00:00
  • 274c2efbc1 Adding empty test method required to get code coverage kjellander@webrtc.org 2011-11-21 09:36:28 +00:00
  • 3caa327af0 VP8 wrapper: Turn on some mild amount of deblocking in post-processing. Review URL: http://webrtc-codereview.appspot.com/268015 marpan@webrtc.org 2011-11-19 01:08:09 +00:00
  • ce9d89d892 Fixes linux build error introduced in r980. Review URL: http://webrtc-codereview.appspot.com/279012 henrike@webrtc.org 2011-11-19 00:14:37 +00:00
  • ad98a3eed0 Fixes TEST crash triggered by webrtc-codereview.appspot.com/268014. Review URL: http://webrtc-codereview.appspot.com/280005 henrike@webrtc.org 2011-11-18 23:55:12 +00:00
  • 31d30700d6 Addressed review comments from http://webrtc-codereview.appspot.com/256004/ Review URL: http://webrtc-codereview.appspot.com/256007 henrike@webrtc.org 2011-11-18 19:59:32 +00:00
  • ced118636d Changed keyword __restrict__ to __restrict. Review URL: http://webrtc-codereview.appspot.com/279011 kma@webrtc.org 2011-11-18 17:51:19 +00:00
  • 3798ecb25b Made CPU initialization on Windows lazy to prevent long startup time. Review URL: http://webrtc-codereview.appspot.com/268014 henrike@webrtc.org 2011-11-18 16:25:54 +00:00
  • 543611a77a Reverting r972 due to compilation error on Windows Release build. kjellander@webrtc.org 2011-11-18 13:25:13 +00:00
  • 2f047ccede Removed unnecessary variable to avoid compiler error on Win. Review URL: http://webrtc-codereview.appspot.com/267021 bjornv@webrtc.org 2011-11-18 12:03:25 +00:00
  • ba74924043 Remove use of exceptions in NetEQ test code henrik.lundin@webrtc.org 2011-11-18 09:55:01 +00:00
  • 6a9835d59c Delay estimator structural changes. bjornv@webrtc.org 2011-11-18 08:30:34 +00:00
  • fa9b016fb5 Optimized WebRtcIsacfix_AutocorrFix() function for iSAC fix. kma@webrtc.org 2011-11-18 02:50:55 +00:00
  • f556b9d1f4 This modification is supposed to fix the webrtc issue 144/145. With this fix, people could set/get mic volume before StartSend(). Review URL: http://webrtc-codereview.appspot.com/277007 braveyao@webrtc.org 2011-11-18 02:17:28 +00:00
  • 3041c62a56 Updating libvpx to revision bdd35c13: This revision includes a fix for frame rate adaptation - avoid resetting the frame rate to 30 on each update. Review URL: http://webrtc-codereview.appspot.com/279009 mikhal@webrtc.org 2011-11-18 00:29:26 +00:00
  • 917fa6b923 ViE Custom Call added SetImageScaleStatus toggle option and other changes. amyfong@webrtc.org 2011-11-17 21:29:39 +00:00
  • cd7b57ef9e Fixing release compilation error kjellander@webrtc.org 2011-11-17 14:26:21 +00:00
  • 3f1cb8e546 Restructuring and adding dummy unit test target. kjellander@webrtc.org 2011-11-17 13:56:54 +00:00
  • cc2ecb3c2e Restructuring and adding dummy unit test target. kjellander@webrtc.org 2011-11-17 13:48:36 +00:00
  • b72268e147 Restructuring and adding dummy unit test target. kjellander@webrtc.org 2011-11-17 13:39:15 +00:00
  • 64a897a772 Restructuring and adding dummy unit test target. Empty test added to get code coverage recorded. kjellander@webrtc.org 2011-11-17 13:33:11 +00:00
  • 1310e0b092 Adding third_party/cygwin to git ignore kjellander@webrtc.org 2011-11-17 11:35:59 +00:00
  • 8f89f09626 Note: this patch may seem intimidating but it mostly moves code around and renames things. There are quite few actual changes. phoglund@webrtc.org 2011-11-17 10:46:59 +00:00
  • c05b56a38b Fixing compilation error kjellander@webrtc.org 2011-11-17 08:59:48 +00:00
  • 9f9af7df7b Remove Peerconnection Dev branch. perkj@webrtc.org 2011-11-17 08:42:33 +00:00
  • 0403ef419f Restructuring and adding unit test targets on project level instead of in common_audio. kjellander@webrtc.org 2011-11-17 08:35:47 +00:00
  • 7eba346d30 Remove module targets due to Linux-Release errors. andrew@webrtc.org 2011-11-16 19:03:38 +00:00
  • 337dc68992 Included modules in webrtc.gyp and fixed build errors. phoglund@webrtc.org 2011-11-16 15:36:44 +00:00
  • af26f64616 Inband DTMF stereo support Review URL: http://webrtc-codereview.appspot.com/267011 niklas.enbom@webrtc.org 2011-11-16 12:41:36 +00:00
  • e33a102eee Resubmitting http://webrtc-codereview.appspot.com/269007/ Review URL: http://webrtc-codereview.appspot.com/268012 niklas.enbom@webrtc.org 2011-11-16 10:33:53 +00:00
  • fcf33eb7e0 Limit number of send-side BWE increases to one per second. stefan@webrtc.org 2011-11-16 07:58:31 +00:00
  • 3d1ef0c943 Add an OWNERS file for python_charts. andrew@webrtc.org 2011-11-16 07:09:14 +00:00
  • d0e5b96c54 Fix Amy's email address. andrew@webrtc.org 2011-11-16 02:08:52 +00:00
  • 81d4499dee Microphone volume on Mac not being printed properly due to a mismatch in variable type. Additionally, now printing a volume that will range from 0 - 255 Review URL: http://webrtc-codereview.appspot.com/267016 punyabrata@webrtc.org 2011-11-16 02:06:49 +00:00
  • 755b04a06e Add RMS computation for the RTP level indicator. andrew@webrtc.org 2011-11-15 16:57:56 +00:00
  • 6a85b17a0a Potential fix for crash after Mac sleep. andrew@webrtc.org 2011-11-15 16:23:41 +00:00
  • 85596d5bf4 Setting completeFrame to true for all created encoded images. kjellander@webrtc.org 2011-11-15 13:45:25 +00:00
  • cde1e7f42a Use a TraceNoop instance when tracing disabled (to be used in Chromium). I'm also adding an empty implementation for static methods in the Trace interface since the default implementation relies on TraceImpl. Review URL: http://webrtc-codereview.appspot.com/267013 tommi@webrtc.org 2011-11-15 12:23:36 +00:00
  • bc91d5af86 NetEQ tests henrik.lundin@webrtc.org 2011-11-15 10:16:01 +00:00
  • aedf3a765c Loosening makefile rule so it matches *.target.mk but not Android.mk files. Add ignore of Python project files. kjellander@webrtc.org 2011-11-15 08:53:12 +00:00
  • a02ef1ace2 Fix broken tree. mflodman@webrtc.org 2011-11-15 07:50:50 +00:00
  • 1f69c03739 Added size sanity check for copying app specific RTCP data. mflodman@webrtc.org 2011-11-15 06:12:39 +00:00
  • 33df5335bf Change luminance of all pixels by a specified value. henrik.lundin@webrtc.org 2011-11-14 15:30:26 +00:00
  • 7de07652ad Disables a flaky metric test. stefan@webrtc.org 2011-11-14 15:16:16 +00:00
  • ded85f14ef Enable WEBRTC_NO_TRACE for Chromium builds. I'm also fixing WEBRTC_TRACE so that it won't break the build but on Linux I had to do something non traditional as is explained in the comments. Review URL: http://webrtc-codereview.appspot.com/269012 tommi@webrtc.org 2011-11-14 09:39:31 +00:00
  • 0db7dc6e18 Add file-playing channels to voe_cmd_test. andrew@webrtc.org 2011-11-13 01:34:05 +00:00
  • cd8243807e Unpack the full set of audioproc data. andrew@webrtc.org 2011-11-11 19:13:36 +00:00
  • d71d480487 Fixed a build error of audio conference mixer in Android. Review URL: http://webrtc-codereview.appspot.com/267009 kma@webrtc.org 2011-11-11 17:14:23 +00:00
  • b351d6a8d8 Reverting rev 929 due to failing assert on Linux. stefan@webrtc.org 2011-11-11 13:26:05 +00:00
  • 9b18ed6220 Removed incorrect dependency. phoglund@webrtc.org 2011-11-11 12:14:25 +00:00
  • fd3a0efd15 RTP bw estimate fix. mflodman@webrtc.org 2011-11-11 10:55:26 +00:00
  • 1144ba2268 Base and codec tests now run verify output and render to file instead of to screen. phoglund@webrtc.org 2011-11-11 09:01:03 +00:00
  • 62e48eb4ce adding owners for test niklas.enbom@webrtc.org 2011-11-11 08:58:27 +00:00
  • 50b3cbe979 First pass. You can now enable a stereo codec and send and receive. This does not include more advances use cases (DTMF etc), but I'd rather keep the CLs manageable. Review URL: http://webrtc-codereview.appspot.com/269007 niklas.enbom@webrtc.org 2011-11-11 08:31:32 +00:00
  • b61c410347 Fixed a couple of Android makefiles to let voe and vie build properly. Review URL: http://webrtc-codereview.appspot.com/278001 kma@webrtc.org 2011-11-10 18:10:25 +00:00
  • 13318ef422 (1) Corrected the makefile for testing iLBC in Android, and changed the location of the test makefile to make it consistent with audio_processing. (2) Added a makefile for testing fiexed point iSAC in Android. Review URL: http://webrtc-codereview.appspot.com/266005 kma@webrtc.org 2011-11-10 18:00:22 +00:00
  • 7a4eb2837a Calculate the available bandwidth before sending a TMMBR Also changed the way TMMBR was processed since it did not match the new bandwidth estimator. mflodman@webrtc.org 2011-11-10 12:54:46 +00:00
  • 637a59e68e jitter buffer update: waiting for key frame when Nack is enabled and continuity cannot be determined. mflodman@webrtc.org 2011-11-10 12:50:48 +00:00
  • 855a77c972 Audio Coding Module: Fixing a bug that prevented the encoder from being re-initialized when changing codec from mono to stereo. tina.legrand@webrtc.org 2011-11-10 08:17:08 +00:00
  • c4f129f97c Improve the mixing saturation protection scheme. andrew@webrtc.org 2011-11-10 03:41:22 +00:00
  • 41f38555ed Upgrade libvpx to b615a6d4. marpan@webrtc.org 2011-11-10 02:13:38 +00:00
  • d30b688751 Remove TraceScan executable. andrew@webrtc.org 2011-11-09 22:23:20 +00:00
  • 4b13fc9c09 Add delay modification to process_test. andrew@webrtc.org 2011-11-09 19:27:11 +00:00
  • 2f32b5c8a7 Fixes an issue where file playing could happen at a lower sampling frequency than the file. henrike@webrtc.org 2011-11-09 19:02:17 +00:00
  • eb4ef17bbd Removing vplib include and VideoInterpolator when not needed Review URL: http://webrtc-codereview.appspot.com/268004 mikhal@webrtc.org 2011-11-09 18:11:02 +00:00
  • 488ed92c3b Removing exceptions since not used kjellander@webrtc.org 2011-11-09 16:12:40 +00:00
  • c3a4dcd101 Removing exceptions since not used kjellander@webrtc.org 2011-11-09 16:11:44 +00:00
  • ad79d6f164 Removing exceptions since not used kjellander@webrtc.org 2011-11-09 16:11:14 +00:00
  • 03a9eb1526 RTP module: Make sure payloadName is null terminated. mflodman@webrtc.org 2011-11-09 14:51:18 +00:00
  • f3c1b87f00 my eyes started bleeding when I saw this... Review URL: http://webrtc-codereview.appspot.com/268005 niklas.enbom@webrtc.org 2011-11-09 12:43:48 +00:00
  • 4d8cd9d055 Adding GetOutputDir method to test_support library. kjellander@webrtc.org 2011-11-09 11:24:14 +00:00
  • 9dcab8fb14 Restoring Android.mk This is the last file left from 256006 that I forgot to restore according to your comments. The other Android.mk you fixed in 266004. kjellander@webrtc.org 2011-11-09 08:59:13 +00:00
  • 4cd841e9a6 Fix win compile error for interpolator_test Review URL: http://webrtc-codereview.appspot.com/269003 niklas.enbom@webrtc.org 2011-11-09 08:02:16 +00:00
  • cff98ca6ff Made it possible to run the voe_auto_test standard test in GTest behind a flag. The purpose is to run the whole test without any manual intervention since we want to run the test on a build bot in automated mode. phoglund@webrtc.org 2011-11-08 13:08:25 +00:00
  • c58ef08da2 Removes system CPU measurement for Chrome build. henrikg@webrtc.org 2011-11-08 08:44:17 +00:00