88b8b0da4bDisable "new behavior: elements of array will be default initialized" warning.
andrew@webrtc.org
2012-08-14 00:05:56 +00:00
8e75e6092dSeparated WebRtcIsacfix_PitchFilterCore() out from isac-fix pitch_filter.c into its own files for generic C and ARMv6. Also renamed file pitchfilter_armv6.S to pitch_filter_armv6.S, to be consistent with others. Review URL: https://webrtc-codereview.appspot.com/722008
kma@webrtc.org
2012-08-13 23:24:10 +00:00
7742479428Fixes build bot breakage. Resizing was enabled which some tests assumed wouldn't be the case. Changed the default so that it is now disabled.
henrike@webrtc.org
2012-08-10 19:31:24 +00:00
5d6be542beMake sure the video capture delay is set to an initial value on Mac.
perkj@webrtc.org
2012-08-07 09:03:07 +00:00
9a3f83f2e3Use relative paths in DEPS.
andrew@webrtc.org
2012-08-07 06:03:22 +00:00
f388fcc67eAdded dynamic Neon detect in isac-fix for Android NDK build, and thus fixed a build error in the last version. Review URL: https://webrtc-codereview.appspot.com/726004
kma@webrtc.org
2012-08-07 01:20:51 +00:00
1e1a250413Wrong RTP module used when calling RegisterReceiveRtpHeaderExtension in ViE channel.
mflodman@webrtc.org
2012-08-06 08:49:41 +00:00
2d4c4ae553Optimization of function CalculateResidualEnergy() for iSAC-fix in ARM Neon platforms. Bit not exact with the previous version, but result quality is not worse. Review URL: https://webrtc-codereview.appspot.com/687005
kma@webrtc.org
2012-08-03 21:46:05 +00:00
07ebdb9432Handle 96 kHz when downmixing the capture path.
andrew@webrtc.org
2012-08-03 18:03:02 +00:00
15264364a1Removing RawImage. Last cl in the series.
mikhal@webrtc.org
2012-08-02 22:18:47 +00:00
8274bf26caAdded suppression for issue 716.
phoglund@webrtc.org
2012-08-02 12:25:13 +00:00
686a731c18Fix error when receiving an already sent timestamp from VoE.
andrew@webrtc.org
2012-08-02 03:26:14 +00:00
792e974949Refactor the public interfaces to use the full path in include.
wu@webrtc.org
2012-08-01 22:14:51 +00:00
42033b4a43This change will allow us to set proper frame rate for the camera on Linux. Earlier we were setting based on the resolution irrespective of input frame rate. Review URL: https://webrtc-codereview.appspot.com/692006
mallinath@webrtc.org
2012-08-01 06:31:34 +00:00
d7a71d0719Prepare to roll Chromium to 149181.
andrew@webrtc.org
2012-08-01 01:40:02 +00:00
bf853918ebFix issue introduced in r2540
mikhal@webrtc.org
2012-07-31 22:15:11 +00:00
4ce52bb75dUse unix line endings in DEPS.
andrew@webrtc.org
2012-07-31 21:54:13 +00:00
4147562088Fixing error introduced in r2540. The error was in the test framework - did not copy the frame appropriately. TESTED = test_framework unittest
mikhal@webrtc.org
2012-07-31 18:10:14 +00:00
a2031d58f6Replacing RawImage with VideoFrame in video_coding and related engine code.
mikhal@webrtc.org
2012-07-31 15:53:44 +00:00
5fe91a89acAdd license header to no_op.cc.
andrew@webrtc.org
2012-07-31 05:50:21 +00:00
8639fd9341Use correct rtp header size for FEC packets. This is needed as of r2489 which introduced the header extension.
marpan@webrtc.org
2012-07-30 18:17:02 +00:00
d1f3b1a113Reorganize the vp8 directory.
andrew@webrtc.org
2012-07-27 22:19:16 +00:00
c1354bd768Make handling of libyuv more flexible.
andrew@webrtc.org
2012-07-27 18:21:16 +00:00
f5f69c7f5dResource Preprocessor Definitions which contain spaces are handled incorrectly in Visual Studio 2010
braveyao@webrtc.org
2012-07-27 08:07:49 +00:00
7cbb5a05c4JPEG: Replacing RawImage with VideoFrame.
mikhal@webrtc.org
2012-07-25 20:38:14 +00:00
8d95a700e9Change libvp8 library patch in makefile
leozwang@webrtc.org
2012-07-25 18:37:00 +00:00
ad69ca73d4webrtc crashes with virtual cameras on Windows. In the market, there are several Virtual Camera apps which could allow multi-apps share one camera at same time. We have several reports that at least two of them would cause Webrtc crash because of 0 maxFPS read from their drivers. Finally I can reproduce and verify with one of them, 'Asus Virtual Camera' as in feedback. So I submit the fix as we discussed before.
braveyao@webrtc.org
2012-07-25 03:02:15 +00:00
f5a91fdfabMake some build settings more flexible.
andrew@webrtc.org
2012-07-23 16:28:02 +00:00
ff2f861c71Corrected one error for Android build. Also added iSAC in the default build in Android, to test any build errors in iSAC in platform build in buildbot. Review URL: https://webrtc-codereview.appspot.com/684004
kma@webrtc.org
2012-07-10 21:37:49 +00:00
0bb817dab01. Adding odd size support to LibYuv wrapper. 2. Removing unused functionality. 3. Adding support for negative height (flips the image).
mikhal@webrtc.org
2012-07-10 20:48:48 +00:00
1bc6d3238cOnly status from interesting bots are reported to the Dashboard
kjellander@webrtc.org
2012-07-09 09:43:30 +00:00
e9eb235bc1Remove the useless dummy audio device impl which creates threads and high res timers on windows.
xians@webrtc.org
2012-07-06 08:33:13 +00:00
2eefb2242fImproved fuzzer. It will now throw in additional refreshes, which is known to mess with lifetime assumptions.
phoglund@webrtc.org
2012-07-04 12:29:09 +00:00