Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
5a477a0bc6fd3657eb7173d2c8a2e1a01a88dbb3
5a477a0
DCHECK frame parameters instead of return codes.
by pbos@webrtc.org
· 10 years ago
4346d92
Use SendTimeHistory to keep track of send times in simulations.
by stefan@webrtc.org
· 10 years ago
f189933
Removing henrik.lundin from OWNERS in video_coding/*
by henrik.lundin@webrtc.org
· 10 years ago
af612d5
Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.""
by perkj@webrtc.org
· 10 years ago
6dba1eb
Make AudioDecoder stateless
by henrik.lundin@webrtc.org
· 10 years ago
14ee8cc
WebRtcVideoFrame: Support odd resolutions
by magjed@webrtc.org
· 10 years ago
fc562e0
Delete ACMGenericCodec::Encode and use AudioEncoder::Encode directly
by henrik.lundin@webrtc.org
· 10 years ago
019955d
Revert 8749 "We changed Encode() and EncodeInternal() return typ..."
by tommi@webrtc.org
· 10 years ago
3fffd66
Revert "Implement Rotation in Android Renderer."
by guoweis@webrtc.org
· 10 years ago
835ec63
Implement Rotation in Android Renderer.
by guoweis@webrtc.org
· 10 years ago
52cd828
Allow webrtc external encoder factories to declare encoders have internal camera sources.
by pthatcher@webrtc.org
· 10 years ago
edd517b
Fix FYI build - add a missing include to event_tracer.h in system_wrappers.
by tommi@webrtc.org
· 10 years ago
54d072e
Add CVO support to video_coding layer.
by guoweis@webrtc.org
· 10 years ago
63a1097
Remove troublesome Windows line ending.
by pthatcher@webrtc.org
· 10 years ago
462dbcf
Fix bug in Transport where channel_.clear() was being called without a lock.
by tommi@webrtc.org
· 10 years ago
b493cb4
Add storage alignment fix for opengles2.0 for iOS
by tkchin@webrtc.org
· 10 years ago
da4fcc4
Add minor fixes to video_capture_ios.mm in order to make it more robust.
by tkchin@webrtc.org
· 10 years ago
2161234
Add new features to AppRTCDemo from private repo.
by glaznev@webrtc.org
· 10 years ago
779c3d1
Use ByteReader/ByteWriter instead of rtputility and manual shift/add.
by sprang@webrtc.org
· 10 years ago
09098da
Fix screenshare loopback target bitrate which isn't correctly configured
by sprang@webrtc.org
· 10 years ago
25819b8
Revert 8753 "Use atomic operations for setting/reading the trace..."
by tommi@webrtc.org
· 10 years ago
b91d0f5
1. Have IPIsPrivate calling IPIsLinkLocal
by guoweis@webrtc.org
· 10 years ago
3093390
Parsing of transport wide sequence number rtp extension header.
by sprang@webrtc.org
· 10 years ago
1e69252
Write commit position as a comment in Chromium DEPS.
by kjellander@webrtc.org
· 10 years ago
7c64ed2
Move trace_event and associated files to webrtc/base.
by tommi@webrtc.org
· 10 years ago
7c112f3
Adding build_opus as a switch in GYP.
by minyue@webrtc.org
· 10 years ago
c383c24
Use atomic operations for setting/reading the trace filter.
by tommi@webrtc.org
· 10 years ago
a846371
Modify EventPosix to prevent spurious wakeups.
by pbos@webrtc.org
· 10 years ago
a78a94e
Fix RateTracker to set an initial reference time when first updated.
by perkj@webrtc.org
· 10 years ago
e155dbe
VP8/9EncoderImpl::Encode: Check resolution of input I420VideoFrame
by magjed@webrtc.org
· 10 years ago
0cb612b
We changed Encode() and EncodeInternal() return type from bool to void in this issue:
by jmarusic@webrtc.org
· 10 years ago
73d763e
Add I420 buffer pool to avoid unnecessary allocations
by magjed@webrtc.org
· 10 years ago
ae222b5
Remove dead code in WebRtcVideoEngine2 unittests.
by pbos@webrtc.org
· 10 years ago
858024f
WebRtcVideoFrame: Initialize members in empty constructor
by magjed@webrtc.org
· 10 years ago
646eeac
Roll chromium_revision 8d51d96..bd49b12 (320682:320783)
by kjellander@webrtc.org
· 10 years ago
06d9390
Adjust a threshold in VP9 test.
by marpan@webrtc.org
· 10 years ago
592470b
Remove a dependency of BaseChannel on WebRtcSession by having WebRtcSession push down new media descriptions to BaseChannel rather than having BaseChannel listen to the description changes from WebRtcSession.
by pthatcher@webrtc.org
· 10 years ago
12e7951
Remove libvpx suppression due to fixed bug.
by kjellander@webrtc.org
· 10 years ago
6ad507a
Refactor how the TransportChannels are set in the BaseChannel to rely lesson Session, so that in the future we can rely on Transport instead, and also be able to change Transports on the fly for BUNDLE.
by pthatcher@webrtc.org
· 10 years ago
4eeef58
Remove a hacky dependency of BaseChannel on BaseSession by moving the handling of DTLS setup failure into a signal on BaseChannel rather than a method call on BaseSession.
by pthatcher@webrtc.org
· 10 years ago
c04a97f
Move from BaseSession::GetStats to WebRtcSession::GetTransportStats
by pthatcher@webrtc.org
· 10 years ago
aba9219
Change ThreadPosix to use an auto-reset event instead of manual reset now that we know the problem we had with EventWrapper::Wait was simply a bug in the EventWrapper. Also removing |started_| since we can just check the thread_ instead.
by tommi@webrtc.org
· 10 years ago
02d166b
Fixing a race condition in ACMGenericCodec
by henrik.lundin@webrtc.org
· 10 years ago
3f11823
Disables SW AEC when built-in AEC is enabled
by bjornv@webrtc.org
· 10 years ago
8bd2f40
Remove code related to REMB suppressor experiment.
by sprang@webrtc.org
· 10 years ago
2056ee3
Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*."
by magjed@webrtc.org
· 10 years ago
93d9d65
I420VideoFrame.CreateFrame: Removed unnecessary buffer size arguments.
by hbos@webrtc.org
· 10 years ago
2dc5fa6
Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*.
by hbos@webrtc.org
· 10 years ago
7f7d7e3
Prevent crash in NetEQ when decoder overflow.
by minyue@webrtc.org
· 10 years ago
4b89aa0
Change StatsCollector to use DCHECK instead of ASSERT.
by tommi@webrtc.org
· 10 years ago
eed2fca
Roll chromium_revision 00e438c..8d51d96 (320241:320682)
by kjellander@webrtc.org
· 10 years ago
2d25b44
Check associated payload type when negotiate RTX codecs.
by changbin.shao@webrtc.org
· 10 years ago
eb44fd6
Add flag to always close previous roll + minor refactor
by kjellander@webrtc.org
· 10 years ago
c29f7f3
Disable assert for nr of threads in PeerConnectionTest.java.
by tommi@webrtc.org
· 10 years ago
6107ba1
Put ViEFrameProviderBase::DeliverFrame back in the critical section in ViECapturer::DeliverI420Frame
by magjed@webrtc.org
· 10 years ago
f1f558c
Fix AppRTCDemo and AppRTCDemoTest builds.
by glaznev@webrtc.org
· 10 years ago
d83f4ef
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
b01c707
Use a NULL session in unit tests that don't actually use the session.
by pthatcher@webrtc.org
· 10 years ago
b4aac13
Cleanup SocketMonitor a little so that it can handle a change in transport channel. And cleanup some names and style and such as well.
by pthatcher@webrtc.org
· 10 years ago
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
Next »