Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
9eff74a6da1a3da6f24123d1d96adbea417bd090
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
fafb0bf
Rolling libvpx to 30d8ba541ede
by mikhal@webrtc.org
· 12 years ago
1dd8d4b
Put some bounds on VCM frame dropper.
by marpan@webrtc.org
· 12 years ago
71c1376
Add a few functions to android test application
by leozwang@webrtc.org
· 12 years ago
e4c920f
Adding plane alignment.
by mikhal@webrtc.org
· 12 years ago
656477b
Fixing Windows build.
by mflodman@webrtc.org
· 12 years ago
d63b18e
Updated version number to 3.14
by elham@webrtc.org
· 12 years ago
0ed9c69
Implemented todo. I.e. removed unnecessary header.
by henrike@webrtc.org
· 12 years ago
15e4e34
Wire up ssrc check in ViEEncoder for intra requests.
by mflodman@webrtc.org
· 12 years ago
c530043
Add per stream intra requests.
by stefan@webrtc.org
· 12 years ago
7bc3a41
Adding support for changing resolutions and FEC to video_rtp_play.
by stefan@webrtc.org
· 12 years ago
aca2629
Hooking up EncoderStateFeedback to handle intra requests instead of trigger
by mflodman@webrtc.org
· 12 years ago
5ba4411
Makes it such that calling ThreadWrapper::Start(..) only returns false if a thread was never started. I.e. it will not return false if it was unable to configure the thread (however it does log such failures).
by henrike@webrtc.org
· 12 years ago
ad6612b
Continuing to rewrite custom calls.
by phoglund@webrtc.org
· 12 years ago
81ebe38
Fixing LatestEstimate().
by stefan@webrtc.org
· 12 years ago
25fadd7
Fix dummy RTP playout in NetEqRTPplay
by henrik.lundin@webrtc.org
· 12 years ago
3df18d7
Added test for NetEQ stereo with no input
by henrik.lundin@webrtc.org
· 12 years ago
b0a8a3b
Return bw_estimate / num-streams from the multi-stream estimator for now until updating ViE APIs.
by stefan@webrtc.org
· 12 years ago
6679dcc
Fixed a bug in an Android macro definition in SPL that caused issue 833.
by kma@webrtc.org
· 12 years ago
ac4d70d
Moved calling points of spl_int routines from module init to module create routines.
by kma@webrtc.org
· 12 years ago
3f9a721
Adding SSIM and PSNR videoFrame based functions
by mikhal@webrtc.org
· 12 years ago
f9a0713
Make Android.mk to be able to inclucde subfolder makefiles
by leozwang@webrtc.org
· 12 years ago
2a84f63
Rename android file name
by leozwang@webrtc.org
· 12 years ago
0a4cdc4
Made CrossCorrelationTest valid in ARM-Neon platforms, with changes in signal_processing_unittest.cc.
by kma@webrtc.org
· 12 years ago
4bfe990
Remove unused files from gypi.
by stefan@webrtc.org
· 12 years ago
46d4073
Made the aligned malloc templated.
by henrike@webrtc.org
· 12 years ago
2e5192f
Add peerconnection_all.gyp to include everything.
by wu@webrtc.org
· 12 years ago
60ac6a6
Updates to videoFrame: 1. Adding non-const members. 2. Updating copy interface.
by mikhal@webrtc.org
· 12 years ago
aee9120
Move video android test to test folder
by leozwang@webrtc.org
· 12 years ago
28625c1
Updates according to style guide.
by henrike@webrtc.org
· 12 years ago
4743f93
Added more suppressions.
by phoglund@webrtc.org
· 12 years ago
321da3b
Added more suppressions found on the bot.
by phoglund@webrtc.org
· 12 years ago
1e033e1
Updating ConvertFromI420 to use VideoFrame - Related calls to DeliverFrame were also updated, and some refactoring (style-wise) was done on the way.
by mikhal@webrtc.org
· 12 years ago
cc82cff
libyuv roll r389 for mac visibility, Q420 and YUY2 optimization, AVX2 detect.
by fbarchard@google.com
· 12 years ago
3632ca1
Make thread name readable in log
by leozwang@webrtc.org
· 12 years ago
4fdc102
Added suppression for one missed error.
by phoglund@webrtc.org
· 12 years ago
8ff3ff1
Made ViE standard tests runnable under valgrind.
by phoglund@webrtc.org
· 12 years ago
133f5d0
libyuv roll to r381 for I422ToRGBA
by fbarchard@google.com
· 12 years ago
d515d3f
Add jsoncpp as the peerconnection_client dependency for windows.
by wu@webrtc.org
· 12 years ago
cd9adf7
This cl adds an API for getting an aligned pointer from a pointer to memory. Also adds a short-hand for creating scoped pointers of aligned memory.
by henrike@webrtc.org
· 12 years ago
2a476e9
Switching scale functions to use VideoFrame.
by mikhal@webrtc.org
· 12 years ago
507146c
Changed alignment code in AECM, to work with an issue in GCC 4.6 in Android.
by kma@webrtc.org
· 12 years ago
Next »