Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
5ff091f16a5d47470e50e72f1a14b81b5ff8cd02
5ff091f
Init capturePicture with GetCaptureDeviceSnapshot so that the SetRenderStartImage test won't depend on the previous test which may be disabled by the include_timing_dependent_tests flag. This is a fix for LinuxLargeTests.
by wu@webrtc.org
· 12 years ago
91a0340
Adding stride alignment
by mikhal@webrtc.org
· 12 years ago
6ab92ed
Check if opus exists when build test app on Android
by leozwang@webrtc.org
· 12 years ago
c381a84
Fix valgrind issue. Code was removed by mistake in r2983.
by mikhal@webrtc.org
· 12 years ago
f6a4a49
Suppress the -Wno-address-of-array-temporary for linux clang.
by wu@webrtc.org
· 12 years ago
2f476ed
Fix uninitialzed memory and cleanup.
by pwestin@webrtc.org
· 12 years ago
ff137ed
Work around with issue 971 (signal_processing_unittests fails memcheck when compiled with GCC 4.6).
by kma@webrtc.org
· 12 years ago
6dcef36
Follow-up CL for r3007.
by stefan@webrtc.org
· 12 years ago
e83d311
Removing codecType from capture API
by mikhal@webrtc.org
· 12 years ago
6f19b1b
Enable Opus
by leozwang@webrtc.org
· 12 years ago
8186534
Only reinitialize AudioProcessing when needed.
by andrew@webrtc.org
· 12 years ago
e08adf0
fix print out in mirror test
by mikhal@webrtc.org
· 12 years ago
8d2f5c5
Fixing BWE estimation reordering issue
by mikhal@webrtc.org
· 12 years ago
c947147
Roll libyuv to r438 to get vs2012 cleanup, NV12 to/from I420 and NV21. Added Unaligned unittests.
by fbarchard@google.com
· 12 years ago
e341fd6
Fixes http://code.google.com/p/webrtc/issues/detail?id=1003
by henrike@webrtc.org
· 12 years ago
bc48b8c
Fixes http://code.google.com/p/webrtc/issues/detail?id=1002
by henrike@webrtc.org
· 12 years ago
a5d4c31
Fixing IsZeroSize call
by mikhal@webrtc.org
· 12 years ago
a3ae6dc
Remove opus include path from opus.gypi.
by andrew@webrtc.org
· 12 years ago
9169b51
Fixing vpm valgrind issues introduced in r2893
by mikhal@webrtc.org
· 12 years ago
5125350
Added buffer length when calling encrypt(). Write the extra two bytes.
by xians@webrtc.org
· 12 years ago
8dde197
Only remove encoder state feedback for send channels.
by mflodman@webrtc.org
· 12 years ago
1f8c02a
Getting Opus from Chrome
by tina.legrand@webrtc.org
· 12 years ago
d6ec386
Revert the revert in r2988 since that wasn't the issue.
by mflodman@webrtc.org
· 12 years ago
cf21686
Fixes issues related to intra requests.
by stefan@webrtc.org
· 12 years ago
d7ee10f
Remove internal version of Opus
by tina.legrand@webrtc.org
· 12 years ago
8239ca5
Reverse Merged r2884 & r2888 from trunk.
by vikasmarwaha@webrtc.org
· 12 years ago
746721b
Fixes the layer sync bit for temporal layer 0
by pwestin@webrtc.org
· 12 years ago
1997ddb
Fix valgrind issue introduced in r2983
by mikhal@webrtc.org
· 12 years ago
8773672
Enable Opus for Chrome Review URL: https://webrtc-codereview.appspot.com/935005
by niklas.enbom@webrtc.org
· 12 years ago
9fedff7
Switching to I420VideoFrame
by mikhal@webrtc.org
· 12 years ago
6392657
Remove third_party/opus/opus.gyp
by tina.legrand@webrtc.org
· 12 years ago
c0ceb82
Adding possibility to set usage of temporal layers from outside of VP8 gyp file.
by henrikg@webrtc.org
· 12 years ago
bfad0a7
Update svn:ignore for the codecs folder.
by tommi@webrtc.org
· 12 years ago
c05c5fc
Update svn:ignore.
by tommi@webrtc.org
· 12 years ago
2e40582
Roll libvpx to fd3078fd8fe7.
by marpan@webrtc.org
· 12 years ago
017ed5c
Correct adb_shell runtime error on buildbot
by leozwang@webrtc.org
· 12 years ago
6b1ed94
Add device id to adb shell
by leozwang@webrtc.org
· 12 years ago
4828e4c
Add adb_shell script for android
by leozwang@webrtc.org
· 12 years ago
8d40845
Generalized suppressions to cover issues found on bot.
by phoglund@webrtc.org
· 12 years ago
c98048f
Update version to 3.15.
by vikasmarwaha@webrtc.org
· 12 years ago
0cd4c1b
Rollback r2962 from webrtc trunk.
by vikasmarwaha@webrtc.org
· 12 years ago
9eff74a
Change android NDK library path
by leozwang@webrtc.org
· 12 years ago
be8ec38
Fix a few include paths and update include TODO.
by andrew@webrtc.org
· 12 years ago
534e495
Qickly fixed android platform build breakage
by leozwang@webrtc.org
· 12 years ago
9699375
Fix file path in vie_auto_test.
by andrew@webrtc.org
· 12 years ago
d02f0ba
gitignore third_party/opus/source
by andrew@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago
24a419c
Roll libvpx to 4cf4c94ad166.
by marpan@webrtc.org
· 12 years ago
21ab3ba
Add external media hook for preprocessed audio.
by andrew@webrtc.org
· 12 years ago
9a5b904
Video engine - removing unused functionality.
by mikhal@webrtc.org
· 12 years ago
4ee29c6
Updating vp8 unit_test - fixing issue introduced in r2954
by mikhal@webrtc.org
· 12 years ago
bf0e560
Making fileutils test handle any checkout dir
by kjellander@webrtc.org
· 12 years ago
0e196e1
Updating VPM APi's to use VideoFrame
by mikhal@webrtc.org
· 12 years ago
aa220bf
Disable multi-stream BWE until send-side timing issues have been fixed.
by stefan@webrtc.org
· 12 years ago
f1134e4
Updates to Codecs' tests
by mikhal@webrtc.org
· 12 years ago
c0773fc
Add a gyp variable to fully disable Opus.
by andrew@webrtc.org
· 12 years ago
cd19707
Enable NACK by default
by leozwang@webrtc.org
· 12 years ago
89b5388
Removed the 00 API from the fuzz tests.
by phoglund@webrtc.org
· 12 years ago
0a02c38
Roll libyuv to r426 to pick up MJPGSize() for WebRTC, and Neon optimization changes for YUY2 and NV12.
by fbarchard@google.com
· 12 years ago
4eb3f13
Updating JPEG Decoder to Use LibYuv
by mikhal@webrtc.org
· 12 years ago
3aece42
Move the REMB summation into RemoteBitrateEstimatorSingleStream.
by stefan@webrtc.org
· 12 years ago
a7d8387
Opus integration
by tina.legrand@webrtc.org
· 12 years ago
28d0140
Allow audioproc_unittest to be run with an absolute path.
by andrew@webrtc.org
· 12 years ago
022239d
Update to chromium 162524.
by wu@webrtc.org
· 12 years ago
8a7396f
Use TestSuite for startup in audioproc_unittest's custom main().
by andrew@webrtc.org
· 12 years ago
66daa25
A fix to webrtc issue 918 in Android, introduced from version 2792 which touched the build settings.
by kma@webrtc.org
· 12 years ago
fdb1fef
Fixes comment from https://webrtc-codereview.appspot.com/869004/
by henrike@webrtc.org
· 12 years ago
b0b3776
THis modification is casued by r2915.
by sjlee@webrtc.org
· 12 years ago
34e83b8
Added buffer length when calling encrypt/decrypt. Write the extra two bytes.
by mflodman@webrtc.org
· 12 years ago
443df96
Made external codec test compile and pass.
by mflodman@webrtc.org
· 12 years ago
193600b
Adding fileutils.h support for absolute paths
by kjellander@webrtc.org
· 12 years ago
363efef
Consolidate test file path on Android
by leozwang@webrtc.org
· 12 years ago
5605d54
Adding more libraries to svn:ignore to speed up trybots
by kjellander@webrtc.org
· 12 years ago
0f2aba1
Remove non-ASCII character from voe_external_media.h
by andrew@webrtc.org
· 12 years ago
ff0d194
Delete mergeinfo on remote_bitrate_estimator.
by andrew@webrtc.org
· 12 years ago
21ca3fa
Extended suppressions to be more general and suppress missed errors.
by phoglund@webrtc.org
· 12 years ago
83b767b
Improving the way fileutil.h finds test resources.
by kjellander@webrtc.org
· 12 years ago
ef43357
Adding support for 48 kHz input to VAD.
by tina.legrand@webrtc.org
· 12 years ago
a03230c
Refactor WebRTCDemo.java to follow google code style
by leozwang@webrtc.org
· 12 years ago
dfc6b57
I420VideoFrame: Adding: 1. IsEmpty 2. ResetSize
by mikhal@webrtc.org
· 12 years ago
8975261
Add VAD configuration options to audioproc.
by andrew@webrtc.org
· 12 years ago
597f6f2
Add proto.xml to .gitignore (and alphabetize).
by andrew@webrtc.org
· 12 years ago
eb232ce
This is a minor change.
by tina.legrand@webrtc.org
· 12 years ago
912981f
Refactoring jitter_buffer.h/.cc to Google style.
by stefan@webrtc.org
· 12 years ago
df42df5
Fixed a compiler issue with arm neon build.
by kma@webrtc.org
· 12 years ago
b04d85e
by mikhal@webrtc.org
· 12 years ago
d93cac4
Remove CriticalSectionScoped reference constructor.
by mflodman@webrtc.org
· 12 years ago
aeb37d3
Changed CriticalSectionScoped so the style correct constructor is used everywhere.
by mflodman@webrtc.org
· 12 years ago
ab7fa4e
Updates to videoprocessor_integration_test:
by marpan@webrtc.org
· 12 years ago
597b447
The CL broke the builds is :
by xians@webrtc.org
· 12 years ago
58849fd
Adding Scale for I420VideoFrame
by mikhal@webrtc.org
· 12 years ago
80f14d2
Adding DeliverCaptureEncodedFrame
by mikhal@webrtc.org
· 12 years ago
09a1ef5
Fix for issues with in r2906.
by stefan@webrtc.org
· 12 years ago
fa7e868
Refactoring codec_database.cc/.h to Google style.
by stefan@webrtc.org
· 12 years ago
10a15ba
The problem is:
by xians@webrtc.org
· 12 years ago
10f5b22
Issue 634: NSArray exception when getting video info when no camera attached - OSX
by braveyao@webrtc.org
· 12 years ago
f4d2bec
Issue 589: Possible bug in TMMBRHelp::CalcMinBitRate
by braveyao@webrtc.org
· 12 years ago
7aa1189
Fix a break on the "ChromiumOS (daisy)" bot.
by wu@webrtc.org
· 12 years ago
ccb52c2
Improve error handling for barcode_tools
by kjellander@webrtc.org
· 12 years ago
ff33bdd
Suppressed all voe_auto_test standard suite bugs and introduced a flag for excluding timing-dependent tests.
by phoglund@webrtc.org
· 12 years ago
Next »