3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change android test app folder name Review URL: http://webrtc-codereview.appspot.com/37003 More... about 14 years ago
change printf format Review URL: http://webrtc-codereview.appspot.com/24014 More... about 14 years ago
git-svn-id: http://webrtc.googlecode.com/svn/trunk@63 4adac7df-926f-26a2-2b94-8c16560cd09d More... about 14 years ago
Adding owners check in presubmit script. More... about 14 years ago
This time it will work!!! Review URL: http://webrtc-codereview.appspot.com/22024 More... about 14 years ago
Proof-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. More... about 14 years ago
Review URL: http://webrtc-codereview.appspot.com/34004 More... about 14 years ago
Review URL: http://webrtc-codereview.appspot.com/36001 More... about 14 years ago
If this gives you problems, delete the third_party/libjingle directory and sync again Review URL: http://webrtc-codereview.appspot.com/22023 More... about 14 years ago
Change implementation of Reset function in VP8 wrapper More... about 14 years ago
refactor java code Review URL: http://webrtc-codereview.appspot.com/29011 More... about 14 years ago
refactor render java code Review URL: http://webrtc-codereview.appspot.com/25017 More... about 14 years ago
refactor java code in test app Review URL: http://webrtc-codereview.appspot.com/24011 More... about 14 years ago
add sleep() for android Review URL: http://webrtc-codereview.appspot.com/34001 More... about 14 years ago
add file access permission Review URL: http://webrtc-codereview.appspot.com/32008 More... about 14 years ago
add android makefile, some modification in vpx makefile to build encoder from c source for now Review URL: http://webrtc-codereview.appspot.com/29012 More... about 14 years ago
refactor video autotest java code Review URL: http://webrtc-codereview.appspot.com/24013 More... about 14 years ago
Implement VP8 packetizer and unit tests More... about 14 years ago
Unit test for list wrapper under system_wrappers Review URL: http://webrtc-codereview.appspot.com/32005 More... about 14 years ago
There where multiple lines on the same row. I also alphabetized it. Review URL: http://webrtc-codereview.appspot.com/20020 More... about 14 years ago
git-svn-id: http://webrtc.googlecode.com/svn/trunk@45 4adac7df-926f-26a2-2b94-8c16560cd09d More... about 14 years ago
Fixing 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 More... about 14 years ago
Removing unneeded CMake files. http://code.google.com/p/webrtc/issues/detail?id=2 Review URL: http://webrtc-codereview.appspot.com/35001 More... about 14 years ago
fix wrong jni interface api name Review URL: http://webrtc-codereview.appspot.com/29010 More... about 14 years ago
refactor java code in autotest Review URL: http://webrtc-codereview.appspot.com/22020 More... about 14 years ago
change to a more android-like icon Review URL: http://webrtc-codereview.appspot.com/32007 More... about 14 years ago
LGTM from Magnus More... about 14 years ago
Vectorization of "FilterAdaptation": * 1.0% AEC overall speedup for straight C path. * 6.2% AEC overall speedup for SSE2 path. * fix warnings, make code compile with "-std=gnu89 -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wextra -Wall -Werror" Review URL: http://webrtc-codereview.appspot.com/24012 More... about 14 years ago
fix compilation error that introduced by recent changes Review URL: http://webrtc-codereview.appspot.com/32006 More... about 14 years ago
Partial 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 More... about 14 years ago