Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
990a00c30a2e87972506aac3a992a93ed3c8f79a
990a00c
Remove unused transport code.
by pthatcher@webrtc.org
· 10 years ago
c449c20
Flag to wait for trybots to complete.
by kjellander@webrtc.org
· 10 years ago
bc2bb34
Refactor audio_coding/codecs/isac: Removed usage of macro WEBRTC_SPL_MUL_16_16
by bjornv@webrtc.org
· 10 years ago
9b2e114
Supporting Opus DTX in Voice Engine.
by minyue@webrtc.org
· 10 years ago
dd0292a
Send to CQ by default and add --no-commit flag + cleanup.
by kjellander@webrtc.org
· 10 years ago
503a9e8
Make AppRTCDemoTest pass without Internet connection.
by kjellander@webrtc.org
· 10 years ago
0c5b137
Remove support for iSAC RCU
by henrik.lundin@webrtc.org
· 10 years ago
9f41810
Roll chromium_revision 87ce36b..00e438c (319600:320241)
by kjellander@webrtc.org
· 10 years ago
8372888
Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns."
by jiayl@webrtc.org
· 10 years ago
0f663de
Rename Beamformer to NonlinearBeamformer.
by mgraczyk@chromium.org
· 10 years ago
8663973
Remove thread id from ThreadWrapper::Start().
by pbos@webrtc.org
· 10 years ago
e534086
Clean up LappedTransform and Blocker.
by mgraczyk@chromium.org
· 10 years ago
3d3c005
Fix Android peer connection client instrumentation tests.
by glaznev@webrtc.org
· 10 years ago
fde1de9
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
00c509a
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
04cd698
Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns."
by jiayl@webrtc.org
· 10 years ago
fdd1057
Add CVO support to Vie layer.
by guoweis@webrtc.org
· 10 years ago
4f85288
Socket options are only applied when first setting TransportChannelImpl.
by guoweis@webrtc.org
· 10 years ago
93604da
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
d390029
Use a variant for storing stats values in StatsCollector code.
by tommi@webrtc.org
· 10 years ago
c339276
Fixing r8698.
by minyue@webrtc.org
· 10 years ago
e16bfde
Adding flag to force Opus application and DTX while toggling.
by minyue@webrtc.org
· 10 years ago
75b7f17
Temporary interface change to StatsReport::Id.
by tommi@webrtc.org
· 10 years ago
afdd5dd
Revert "Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame""
by magjed@webrtc.org
· 10 years ago
b73758d
Clean up VideoRenderFrames
by magjed@webrtc.org
· 10 years ago
d71fc87
Make auto-roll script work with separate Chromium checkouts.
by kjellander@webrtc.org
· 10 years ago
cade82c
Refactor MediaOptimization protection methods.
by pbos@webrtc.org
· 10 years ago
119c12f
Revert "Suppress memcheck error in video_engine_tests"
by pbos@webrtc.org
· 10 years ago
5c9f69f
Update the dummy file_audio_video_device to allow empty file name
by phoglund@webrtc.org
· 10 years ago
e9413c6
Revert 8689 "Fix an issue in DtlsIdentityStore when the store is..."
by mflodman@webrtc.org
· 10 years ago
2a3942a
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
d2c09dd
Make building openmax_dl conditional in gyp.
by andrew@webrtc.org
· 10 years ago
8c5ea8a
Fix temporal layer log string.
by decurtis@webrtc.org
· 10 years ago
ae1a078
Convert AppRTCDemo and AppRTCDemoTest to proper GYP target.
by glaznev@webrtc.org
· 10 years ago
f1182dd
Make sure input manager lock is accessed after channel manager lock.
by mflodman@webrtc.org
· 10 years ago
b218ff5
Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame"
by magjed@webrtc.org
· 10 years ago
370a72c
Remove frame copy from cricket::VideoFrame to I420VideoFrame
by magjed@webrtc.org
· 10 years ago
5c72922
Remove unused member functions in audio_device_mac.h, which would cause compiling warning with clang -Wthread-safety-anaysis. Reported and fixed by mozilla. Imported here(We don't have any problem since we suppressed those warning in r7961).
by braveyao@webrtc.org
· 10 years ago
4dccdff
Add unittest to check that ViECapturer does not hold on to frames after they have been delivered
by magjed@webrtc.org
· 10 years ago
e77c9c8
Build WebRtcMediaEngine2 outside of Chromium.
by pbos@webrtc.org
· 10 years ago
0d9bb8e
Remove the need for scoped_ptr<I420VideoFrame> in VieCapturer.
by magjed@webrtc.org
· 10 years ago
9bfa5f0
In r8605, DTLS is enabled by default for native webrtc. So we have to disable it explicitly in peerconnection example for loopback test.
by braveyao@webrtc.org
· 10 years ago
ece4b28
FecTest: Reduce loop over numMediaPackets in test_fec.
by marpan@webrtc.org
· 10 years ago
f4e2060
Script to roll WebRTC in Chromium DEPS
by kjellander@webrtc.org
· 10 years ago
fc51607
Fix Android AppRTCDemo failure on devices with one or no camera.
by glaznev@webrtc.org
· 10 years ago
4052d88
Remove GetLastRenderedFrame
by magjed@webrtc.org
· 10 years ago
49d0d34
Making sure neteq gets compiled with OPUS.
by phoglund@webrtc.org
· 10 years ago
51ccf37
AudioEncoder: add method MaxEncodedBytes
by jmarusic@webrtc.org
· 10 years ago
d7452a0
Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."
by magjed@webrtc.org
· 10 years ago
4c8b930
Zero-initialize all members of EncodedFrame.
by pbos@webrtc.org
· 10 years ago
74d4792
Fixes issue in RunPlayoutWithFileAsSource related to uninitialized member
by henrika@webrtc.org
· 10 years ago
aa57702
Removed texture_video_frame.h and webrtctexturevideoframe.h
by hbos@webrtc.org
· 10 years ago
7ef8b12
Refactor audio_processing/ns: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT
by bjornv@webrtc.org
· 10 years ago
b38b009
Refactor audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT
by bjornv@webrtc.org
· 10 years ago
1afbdc7
Refactor audio_processing/agc: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT
by bjornv@webrtc.org
· 10 years ago
f9a75d9
Revert "Add concept of whether video renderer supports rotation."
by guoweis@webrtc.org
· 10 years ago
60a2aa0
Revert "Add concept of whether video renderer supports rotation."
by guoweis@webrtc.org
· 10 years ago
31d1646
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
0ad4893
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
dad85aa
Chromium build fix: Include new .cc files in rtc_base
by kwiberg@webrtc.org
· 10 years ago
a3823e2
Hide assembly symbols.
by andrew@webrtc.org
· 10 years ago
67186fe
Fix clang style warnings in webrtc/base
by kwiberg@webrtc.org
· 10 years ago
2989204
Fix instability in peer connection client unit test.
by glaznev@webrtc.org
· 10 years ago
59140d6
Remove VideoRotationMode to VideoRotation.
by guoweis@webrtc.org
· 10 years ago
600587d
Refactor audio_coding/neteq: Removed usage of macro WEBRTC_SPL_16_16_RSFT
by bjornv@webrtc.org
· 10 years ago
c7faace
Roll chromium_revision e8ef1d1..87ce36b (319252:319600)
by kjellander@webrtc.org
· 10 years ago
474d1eb
Adds C++/JNI/Java unit test for audio device module on Android.
by henrika@webrtc.org
· 10 years ago
1b32bbe
Removing private and unused method in RTPReceiver.
by mflodman@webrtc.org
· 10 years ago
6b56d07
Revert 8632 "Enable isac NEON building on Aarch64"
by kjellander@webrtc.org
· 10 years ago
385b566
Revert "Workaround Mac align bug for observer_ and crit_."
by pbos@webrtc.org
· 10 years ago
a50e6f0
Move ownership of vie_encoders and vie_channels into the channel group.
by stefan@webrtc.org
· 10 years ago
a32f064
Fix build configuration bug with debug builds.
by tommi@webrtc.org
· 10 years ago
558dc40
Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..."
by tommi@webrtc.org
· 10 years ago
679d2f1
Disable CS_TRACK_OWNER on Mac in debug mode.
by tommi@webrtc.org
· 10 years ago
f696e49
Re-landing perf improvement for libjingle logging after reverting the general change.
by tommi@webrtc.org
· 10 years ago
52130b6
Revert 8635 "Make LS_ logging constants to match Chromium's logg..."
by tommi@webrtc.org
· 10 years ago
92696cd
Speculative revert of 8631 "Remove lock from Bitrate() and FrameRate() in Video..."
by tommi@webrtc.org
· 10 years ago
dc08a23
Fix H.264 start code position search.
by glaznev@webrtc.org
· 10 years ago
1af1391
Remove WebRtcTextureVideoFrame
by magjed@webrtc.org
· 10 years ago
c2008a0
RTCOpenGLVideoRenderer: Add support for padded frames
by magjed@webrtc.org
· 10 years ago
b4cd093
Change the unintentioal CHECK to DCHECK in DtlsIdentityStore.
by jiayl@webrtc.org
· 10 years ago
66f153f
Make LS_ logging constants to match Chromium's logging constants when building with Chrome.
by tommi@webrtc.org
· 10 years ago
a2a6fe6
Reconfigure default streams on AddRecvStream.
by pbos@webrtc.org
· 10 years ago
bcead30
Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.
by perkj@webrtc.org
· 10 years ago
75e850e
Enable isac NEON building on Aarch64
by kjellander@webrtc.org
· 10 years ago
0d5ea21
Remove lock from Bitrate() and FrameRate() in VideoSender.
by tommi@webrtc.org
· 10 years ago
f98030b
Add intermediate TextureVideoFrame typedef for Chromium
by magjed@webrtc.org
· 10 years ago
45cdcce
Remove TextureVideoFrame
by magjed@webrtc.org
· 10 years ago
7158ec1
Remove android-webrtc.mk
by kjellander@webrtc.org
· 10 years ago
e41ec81
Remove libjingle_root GYP variable
by kjellander@webrtc.org
· 10 years ago
e9217b4
Remove WebRtcACMEncodingType
by henrik.lundin@webrtc.org
· 10 years ago
84f5309
Roll chromium_revision e144d30..e8ef1d1 (318658:319252)
by kjellander@webrtc.org
· 10 years ago
a743f6f
Widening memcheck suppressions for libjingle_peerconnection_unittest
by kjellander@webrtc.org
· 10 years ago
818c498
Modify the simulcast encoder factory adapter to allow external encoder factories that support more than one codec.
by pthatcher@webrtc.org
· 10 years ago
16a87b9
Add VP9 denoiser test to videoprocessor_integrationtest.
by marpan@webrtc.org
· 10 years ago
1d88394
Add support for arbitrary array geometries in Beamformer
by aluebs@webrtc.org
· 10 years ago
0933d01
Enabling common_audio building with NEON on ARM64
by andrew@webrtc.org
· 10 years ago
d7a212e
audio_processing/aec: Increased delay metrics aggregation window to five seconds
by bjornv@webrtc.org
· 10 years ago
c3f15c0
Fix scoped_ptrs in bwe_simulations.
by stefan@webrtc.org
· 10 years ago
7430433
Print better information during Chromium sync.
by kjellander@webrtc.org
· 10 years ago
Next »