0333cf6c57Adding Bjorn to overall audio_processing OWNERS file (thereby allowing the deletion of all the sub-folder files). Review URL: http://webrtc-codereview.appspot.com/24015
ajm@google.com
2011-06-13 16:45:50 +00:00
f169dd3788Ensures that trace messages are printed correctly taking into account that WebRTC for Windows is built with UNICODE enabled.
henrika@google.com
2011-06-13 15:55:29 +00:00
96cbe6b283Shortened the audio files used in unit test to speed it up.
bjornv@google.com
2011-06-13 13:12:05 +00:00
e01b865616Implement Copy method for VP8 decoder
hlundin@google.com
2011-06-13 07:02:25 +00:00
cb8715660dtake away some compiling warnings.
xians@google.com
2011-06-10 12:01:25 +00:00
d5d596eab9Proof-of-concept proposal for a standalone webrtc build without using gyp_chromium etc. This adds the necessary scripts and gyp files. The idea is to assume that we are building within Chromium; in that case common.gypi (which every gyp file includes) provides the necessary logic to build webrtc.
ajm@google.com
2011-06-08 23:09:32 +00:00
06313d5de9Fixing some incorrect file names in gyp files reported by an external user. See the gyp warnings at the bottom of this page: http://pastebin.com/4sdp5ivs
ajm@google.com
2011-06-06 16:59:21 +00:00
936b36dbf6Partial vectorization of "ProcessBlock": * new file for SSE2 code, code selection through function pointers. * structure change for array of complex numbers. * 3.8% AEC overall speedup for straight C path. * 8.8% AEC overall speedup for SSE2 path. Review URL: http://webrtc-codereview.appspot.com/34002
cduvivier@google.com
2011-06-02 01:38:10 +00:00
e6988b9de5* Update the session layer to p4 37930 * Update the peerconnection_client in sync with updates on the libjingle side. Review URL: http://webrtc-codereview.appspot.com/29008
ronghuawu@google.com
2011-06-01 18:50:40 +00:00
e8c5948b52Revert back this change and wait when Tommi is only to submit the corresponding peerconnection test changes at the same time.
ronghuawu@google.com
2011-06-01 17:14:19 +00:00
d357f2ca3bPartial vectorization of "ProcessBlock": * new file for SSE2 code, code selection through function pointers. * structure change for array of complex numbers. * 3.8% AEC overall speedup for straight C path. * 8.8% AEC overall speedup for SSE2 path. Review URL: http://webrtc-codereview.appspot.com/33003
cduvivier@google.com
2011-06-01 01:20:06 +00:00
2157a5f43fchanged to support vp8 only
leozwang@google.com
2011-05-31 23:35:52 +00:00
78378444ecFix typo in vie_auto_test.gypi. I think we also need to fix it so that errors aren't printed/returned when the folder already exists. Review URL: http://webrtc-codereview.appspot.com/24007
tommi@google.com
2011-05-31 23:14:14 +00:00
26184fc2c2Removing a legacy Makefile.
ajm@google.com
2011-05-31 22:47:56 +00:00
aefcdf49baChange the conditions for the peerconnectin_client project. Now the project is completely within a "win" condition which should fix the mac build problem. Review URL: http://webrtc-codereview.appspot.com/20021
tommi@google.com
2011-05-31 15:49:22 +00:00
3ec779893bBack to chromium_revision 86252 but this time with a matching tools/gyp.
henrika@google.com
2011-05-31 10:27:37 +00:00
37e4eb99faReverted back to previous Chromium revision since building failed on Linux using a later revision.
henrika@google.com
2011-05-31 10:06:26 +00:00
2178f6e2ceUpdated chromium_revision to 86252 to match the official Chromium revision.
henrika@google.com
2011-05-30 15:43:04 +00:00
79ba0c7b14LGTM from niklase. It wasn't possible to create multiple instances of cpu windows. Additionally, cpu windows set process wide security. Additionally, the memory was never reclaimed because of an uninitialized member of the cpu windows class. All three issues should be fixed. Review URL: http://webrtc-codereview.appspot.com/24006
hellner@google.com
2011-05-30 14:39:57 +00:00