Commit Graph

  • f15fbc379d Change in RTP module SendVP8 henrik.lundin@webrtc.org 2011-11-08 08:23:47 +00:00
  • 9b813510eb Changes for building audio coding in anroid. Only makefiles are touched. Review URL: http://webrtc-codereview.appspot.com/266004 kma@webrtc.org 2011-11-07 23:30:01 +00:00
  • 26d3667a26 Fix for broken test after r897 Review URL: http://webrtc-codereview.appspot.com/274001 henrike@webrtc.org 2011-11-07 23:24:40 +00:00
  • e2a34f8275 Removes the API for setting RX VAD since the RX vad should always be on anyways. Review URL: http://webrtc-codereview.appspot.com/264001 henrike@webrtc.org 2011-11-07 21:33:24 +00:00
  • 5ae9f5ed6c Adding logs in RTPSender::ReSendToNetwork. mflodman@webrtc.org 2011-11-07 20:03:00 +00:00
  • bf483844af Restructuring and removing neteq_tests.gypi according to project structure discussed with Andrew. We want to flatten out the hierarchy and minimize the number of GYP files. kjellander@webrtc.org 2011-11-07 16:05:19 +00:00
  • 36e1ad9b5d Restructuring and removing ilbc_test.gypi. According to project structure discussed with Andrew. We want to flatten out the hierarchy and minimize the number of GYP files. kjellander@webrtc.org 2011-11-07 15:27:11 +00:00
  • 689cb300b5 First version of PythonCharts. The reason why it is so simple is that I wanted to get something into the project that people can use to compare different test runs easily. More functionality will come later. kjellander@webrtc.org 2011-11-07 15:25:47 +00:00
  • b353d21560 ...and now fix the Debug build. andrew@webrtc.org 2011-11-05 00:57:33 +00:00
  • 369766ed29 Fix Release mode errors in common_video tests. andrew@webrtc.org 2011-11-04 23:59:56 +00:00
  • a5c4c1f1d4 Fix for WebRTC issue 64, removed the screenupdate thread and events from start render as they are already created in the ctor. Review URL: http://webrtc-codereview.appspot.com/253008 vikasmarwaha@webrtc.org 2011-11-04 23:22:51 +00:00
  • 040cb71e0a Fix windows compilation errors and warning for test_fec. Disabled VERBOSE_OUTPUT. Review URL: http://webrtc-codereview.appspot.com/253005 marpan@webrtc.org 2011-11-04 22:57:56 +00:00
  • 2256269a41 Enabling all common_video targets in webrtc.gyp. andrew@webrtc.org 2011-11-04 16:21:47 +00:00
  • 731e9aea79 Fixes ACM API test to build on 32-bits machines. tina.legrand@webrtc.org 2011-11-04 07:34:22 +00:00
  • e2d2801e0d Update .gitignore. andrew@webrtc.org 2011-11-04 01:24:01 +00:00
  • 20a370e875 Changing the namespace of TestSuite to webrtc::test. Adding gmock initialization into main test runner class kjellander@webrtc.org 2011-11-04 01:19:16 +00:00
  • 1a8d08ad76 Changing usage of gtest_main target, to use test_support_main instead. kjellander@webrtc.org 2011-11-03 23:28:47 +00:00
  • 89088b963e Fix the path to protoc.gypi. andrew@webrtc.org 2011-11-03 20:43:45 +00:00
  • 2475a1953a Committing a file that was part of CL 175002, but for wome reason weren't uploaded correctly. tina.legrand@webrtc.org 2011-11-03 17:54:27 +00:00
  • fb389e3b02 This CL is divided in several patches, to make review easier. Patch Set 1: Removing blanks at end of lines. Patch Set 2: Removing tabs. Patch Set 3: Fixing include-guards. Patch Set 4-7: Formatting files in the list. Patch Set 8: Formatting CNG. tina.legrand@webrtc.org 2011-11-03 17:20:10 +00:00
  • a4b9660372 Add mistakenly removed VAD enabling function. andrew@webrtc.org 2011-11-03 01:36:27 +00:00
  • e203de7ba2 jitter_buffer updates: 1. Determining continuity based on pictureId and not seq. numbers when available. 2. Hybrid bug fix: Don't set to decodable when the nack list is empty. Review URL: http://webrtc-codereview.appspot.com/255001 mikhal@webrtc.org 2011-11-03 00:42:52 +00:00
  • 7232ad78b2 reverted back the sanity and changed the test Review URL: http://webrtc-codereview.appspot.com/254006 pwestin@webrtc.org 2011-11-03 00:36:32 +00:00
  • cfc1070586 Fixed sanity for min length Review URL: http://webrtc-codereview.appspot.com/259003 pwestin@webrtc.org 2011-11-03 00:15:44 +00:00
  • 075e91fa27 Added parsing of width and height from VP8 header Review URL: http://webrtc-codereview.appspot.com/241012 pwestin@webrtc.org 2011-11-02 23:14:58 +00:00
  • 679cb07980 Fix build error for release build henrik.lundin@webrtc.org 2011-11-02 19:52:27 +00:00
  • baf6db5ead Making dual decoder work again in VCM henrik.lundin@webrtc.org 2011-11-02 18:58:39 +00:00
  • 4bb141078f A change to Android makefile for building voe auto test. Review URL: http://webrtc-codereview.appspot.com/255007 kma@webrtc.org 2011-11-02 16:38:22 +00:00
  • d292b9c9da Unit tests now compile and run at all platforms. Cosmetic changes to mocks.h. kjellander@webrtc.org 2011-11-02 16:34:52 +00:00
  • 87c50f02c6 Adding author niklas.enbom@webrtc.org 2011-11-02 12:19:22 +00:00
  • 3a9680b01b Adding author niklas.enbom@webrtc.org 2011-11-02 09:48:06 +00:00
  • 0ba31331a8 Aligning license file with file header niklas.enbom@webrtc.org 2011-11-02 09:31:39 +00:00
  • 895870b68f Adding marker bit to RTPanalyze results henrik.lundin@webrtc.org 2011-11-02 08:44:42 +00:00
  • bb8dfbdee2 updating vpm unit_test following r858 Review URL: http://webrtc-codereview.appspot.com/255005 mikhal@webrtc.org 2011-11-01 22:07:16 +00:00
  • 7395d3d8e9 Addressing issue 115 http://code.google.com/p/webrtc/issues/detail?id=115 Review URL: http://webrtc-codereview.appspot.com/261002 turaj@webrtc.org 2011-11-01 17:33:06 +00:00
  • fac5316856 Address the problem that iSAC could not go 16 kHz. It was addressed in P4 but not moved to svn. Review URL: http://webrtc-codereview.appspot.com/261001 turaj@webrtc.org 2011-11-01 17:32:46 +00:00
  • 9116cf7c9b Have a guard on computing nrg to avoid wrap-around. This is discovered in a release test. During entropy coding of spectrum the value of "nrg" was too large and after shifting it became negative, resulting in decoder error. Review URL: http://webrtc-codereview.appspot.com/239016 turaj@webrtc.org 2011-11-01 17:29:34 +00:00
  • 29d75b3f7d Only allow increasing capture time. mflodman@webrtc.org 2011-11-01 17:10:49 +00:00
  • 18ee6ec8e9 Use __inline in NS-fixed. andrew@webrtc.org 2011-11-01 17:07:46 +00:00
  • 3119ecfec8 Fix audioproc build errors on Windows. andrew@webrtc.org 2011-11-01 17:00:18 +00:00
  • c4ab8706f4 video_processing: Adding logic to avoid a memcpy when not required Review URL: http://webrtc-codereview.appspot.com/255002 mikhal@webrtc.org 2011-11-01 16:44:24 +00:00
  • 0ab521f754 Resolving a crash related to strncopy followed by a strcat call. strncopy will not explicity copy or add a "\0" therefore strcat did not know where to append the "\n" which was causing an out of bounds crash. Because we are checking the length, strcpy should be good enough as it also copies the "\0". Please note that that I am pre-emptively adding 2 instead of 1 to the length to take into account of the \n that will be added later. Review URL: http://webrtc-codereview.appspot.com/253004 punyabrata@webrtc.org 2011-11-01 15:19:44 +00:00
  • 36a992b030 Merge streamparams and mediasession from libjingle and made necessary changes in peerconnection. -Removed ssrc from tracks. -Updated PeerConnectionMessage parsing and serialization. perkj@webrtc.org 2011-11-01 11:46:56 +00:00
  • d6837709cf Fixing VPMUnitTest compilation error on Windows. It tried to include Visual Leak Detector which is not a tool that is installed/configured by default in the build. kjellander@webrtc.org 2011-11-01 01:51:10 +00:00
  • b37c628ae4 Fixes crash due to r841. Review URL: http://webrtc-codereview.appspot.com/256004 henrike@webrtc.org 2011-10-31 23:53:04 +00:00
  • e9f909b575 Move the SetAndroidObjects to VideoCaptureFactory so that ViE can get access to it. Review URL: http://webrtc-codereview.appspot.com/244002 kma@webrtc.org 2011-10-31 22:24:57 +00:00
  • f1a45d77fb Add missing <stdlib.h> to data_log test. andrew@webrtc.org 2011-10-31 21:44:54 +00:00
  • 3134aacd6b Use fileutils for the audio file in voe_auto_test. andrew@webrtc.org 2011-10-31 21:31:07 +00:00
  • 27957508a3 Changed Android makefile to make the lastest video render code run. Review URL: http://webrtc-codereview.appspot.com/247005 kma@webrtc.org 2011-10-31 21:29:50 +00:00
  • 84736882ad Fixing system_wrappers unittests. kjellander@webrtc.org 2011-10-31 20:44:24 +00:00
  • 8885d22399 Review URL: http://webrtc-codereview.appspot.com/239015 henrike@webrtc.org 2011-10-31 20:35:13 +00:00
  • 1e10bb32b9 Remove global std::strings from fileutils. andrew@webrtc.org 2011-10-31 20:22:02 +00:00
  • 2c74bab8b9 Remove unneeded assert and tracing. andrew@webrtc.org 2011-10-31 19:54:20 +00:00
  • 299e2c9ea4 vie_autotest_custom_call.cc - fixed VieAutotestDevcoderObserver to use const int for videoChannel for IncomingCodecChanged, RequestNewKeyFrame amyfong@webrtc.org 2011-10-31 19:10:26 +00:00
  • 4d8c81878e The implementation before this change list keeps the ownership of memory that is used by peer connection instances in the peer connection manager. This means that if the peer connection manager is deleted before all peer connections it has created, these peer connections will be pointing to invalid memory. henrike@webrtc.org 2011-10-31 18:00:10 +00:00
  • 177bb523bd Fixing system_wrappers unittests. kjellander@webrtc.org 2011-10-31 17:10:01 +00:00
  • 066f9e5a2f Ray, please verify that this cl fixes the issue. Once the verification has been made, please review: henrike@webrtc.org 2011-10-28 23:15:47 +00:00
  • 731ecba47d Review URL: http://webrtc-codereview.appspot.com/251002 henrike@webrtc.org 2011-10-28 22:49:24 +00:00
  • 1f6d740571 This CL is about to manually reset the ShutdownRenderEvent at StopPlayout(). It could happen that if you want to restart playout, the new sponsored Render thread would catch this event if the previous Render thread quits before this event is set. With this modification, the device plugging out/in during talking would be supported well. Review URL: http://webrtc-codereview.appspot.com/248002 braveyao@webrtc.org 2011-10-28 21:30:30 +00:00
  • 88e0a34815 Remove duplicated code. Review URL: http://webrtc-codereview.appspot.com/251001 wu@webrtc.org 2011-10-28 17:29:44 +00:00
  • f960211f8b Fixes two jitter buffer bugs related to NACK. stefan@webrtc.org 2011-10-28 16:00:49 +00:00
  • 35a12cdf60 Fix comment. perkj@webrtc.org 2011-10-28 15:09:03 +00:00
  • 8129752c3b Add refcount and scoped_refptr. perkj@webrtc.org 2011-10-28 15:08:54 +00:00
  • 94cfde7c66 Removed scoped_refptr from libjingle.gyp perkj@webrtc.org 2011-10-28 14:26:41 +00:00
  • 7e08613bda Move refcount and scoped_refptr to merge with libjingle. Deleted scoped_refptr_msg.h. perkj@webrtc.org 2011-10-28 14:26:25 +00:00
  • 250cd6f41b Added a VAD unit test to common_audio. At this stage it runs through the API calls, but should later be complemented with tests on a file. Review URL: http://webrtc-codereview.appspot.com/243002 bjornv@webrtc.org 2011-10-28 12:45:58 +00:00
  • eb65860720 Reverts the workaround in r823 and solves a macro bug. stefan@webrtc.org 2011-10-28 12:25:34 +00:00
  • 8b1f621e3a Updated gypi for tests to work on osx. Review URL: http://webrtc-codereview.appspot.com/250002 tina.legrand@webrtc.org 2011-10-28 08:57:34 +00:00
  • dfbebb916c Add a documented_interfaces watchlist. andrew@webrtc.org 2011-10-27 22:33:27 +00:00
  • ca4666b75c vie wintest added hybrid protection mode also fixed Max Framerate to reflect its actually the min framerate Review URL: http://webrtc-codereview.appspot.com/244010 amyfong@webrtc.org 2011-10-27 21:16:40 +00:00
  • 1e7e60b739 Fixed issue build failling due to vie_autotest_custom_call calling GetBandwidthUsage, which was changed in r822. Review URL: http://webrtc-codereview.appspot.com/240014 amyfong@webrtc.org 2011-10-27 20:53:30 +00:00
  • 51e1bb4e1a vie_autotest_customcall added encoder/decoder observer, maxBitrate set, print call statistics, enable kTraceAll amyfong@webrtc.org 2011-10-27 18:16:35 +00:00
  • 5200a05500 video_coding/jitter_buffer Updating condition on which we return a frame. Review URL: http://webrtc-codereview.appspot.com/240011 mikhal@webrtc.org 2011-10-27 16:54:54 +00:00
  • 30f6376802 VP8: Updating codec version: VP8 version will now return the libvpx version used. Review URL: http://webrtc-codereview.appspot.com/247009 mikhal@webrtc.org 2011-10-27 16:45:00 +00:00
  • 2d28aff785 Workaround for an issue where frames are grabbed for decoding prematurely. stefan@webrtc.org 2011-10-27 16:13:18 +00:00
  • fbea4e555d Solves two bandwidth estimation issues and measures the sent video bitrate. stefan@webrtc.org 2011-10-27 16:08:29 +00:00
  • 7e4269e9ee Changed VP8 qp min and added noise reduction. mflodman@webrtc.org 2011-10-27 12:59:47 +00:00
  • 8fc663b3ae Don't trigger false ViE SetReceiveCodec warning. mflodman@webrtc.org 2011-10-26 11:30:52 +00:00
  • 6b7799021c Fixing build errors on Windows platform. Minor changes... kjellander@webrtc.org 2011-10-26 02:38:09 +00:00
  • fdde8b3fb7 Add references to src/ copies for LICENSE etc. andrew@webrtc.org 2011-10-26 01:05:07 +00:00
  • cb18121990 Add an unpacker tool for audioproc debug files. andrew@webrtc.org 2011-10-26 00:27:17 +00:00
  • fc9bcef8c7 Data alignment fix for SSIM. frkoenig@google.com 2011-10-26 00:07:32 +00:00
  • 78c767f9ba Rewrote codec test to use fake camera. phoglund@webrtc.org 2011-10-25 12:54:38 +00:00
  • d855c1a4e8 Reverts r807 and fixes the real issue in the VCM. stefan@webrtc.org 2011-10-25 11:52:48 +00:00
  • bdb55c806f This CL is an attempt to remove a crash we can see when closing down VoiceEgine. It can happen that the capture thread tries to access an invalid object after StopPlayout has been called. henrika@webrtc.org 2011-10-25 11:03:28 +00:00
  • a6c23357c0 Solves crash in ADM API unit test for Core Audio on Windows Review URL: http://webrtc-codereview.appspot.com/244009 henrika@webrtc.org 2011-10-25 08:31:33 +00:00
  • 5423bc2d0b Adds correct absolute paths to all input files in ADM functional unit tests. henrika@webrtc.org 2011-10-25 08:24:20 +00:00
  • 5b5c31d8dd Update fixed point audio processing output. andrew@webrtc.org 2011-10-25 03:29:08 +00:00
  • ca325ececd Corrected a linux build error introduced in issue 246005. Review URL: http://webrtc-codereview.appspot.com/246008 kma@webrtc.org 2011-10-25 02:36:09 +00:00
  • f0cd394a2e Put fwrite calls under corresponding macros since they shouldn't show up in release build. This also make chromeos build happy. BUG=none TEST=compile Review URL: http://webrtc-codereview.appspot.com/247006 wjia@webrtc.org 2011-10-25 00:40:43 +00:00
  • f31826e17b adding a wait on the decode thread when no frames are available Review URL: http://webrtc-codereview.appspot.com/246009 mikhal@webrtc.org 2011-10-25 00:20:54 +00:00
  • a412924c0e VP8:Setting number of cores based on image size Review URL: http://webrtc-codereview.appspot.com/242010 mikhal@webrtc.org 2011-10-25 00:02:43 +00:00
  • 913644b92d For commiting changes in CL 277002, due to file structure changes introduced during the review of the code. Review URL: http://webrtc-codereview.appspot.com/246005 kma@webrtc.org 2011-10-24 21:36:33 +00:00
  • 0d0037c2fd Return cached data instead of sleeping in CpuWrapperMac (shaves 2s off WebrtcMediaEngine creation time on Mac). Review URL: http://webrtc-codereview.appspot.com/226005 henrike@webrtc.org 2011-10-24 15:48:14 +00:00
  • 0a9c318c9f The fread result is no longer ignored. phoglund@webrtc.org 2011-10-24 15:33:07 +00:00
  • 537096a5c1 Remove unnecessary objective-c compiler flags. andrew@webrtc.org 2011-10-24 15:07:08 +00:00
  • c63f788e0f Added fake camera, rewrote one test to use it. phoglund@webrtc.org 2011-10-24 13:20:09 +00:00
  • bf478faebb Ensures that ADM unit tests builds on all platforms. Review URL: http://webrtc-codereview.appspot.com/240009 henrika@webrtc.org 2011-10-24 10:31:02 +00:00
  • 58b4f1c43c Fixes broken build in peerconnection unit tests Review URL: http://webrtc-codereview.appspot.com/244006 mallinath@webrtc.org 2011-10-24 05:10:55 +00:00
  • 4e4c939ebf Upgrade libvpx to e529a825 CL in lieu of CL 239009 Review URL: http://webrtc-codereview.appspot.com/244007 mikhal@webrtc.org 2011-10-21 21:57:48 +00:00