Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
c462a6ef9bcd55ca40fed3489b0c13ca9c788e5c
/
pc
/
rtpreceiver.cc
c462a6e
Prevent the frame decryptor being set if the channel is stopped.
by Benjamin Wright
· 6 years ago
6cc9cca
Don't reset streams for the FrameEncryptor / FrameDecryptor unless they changed.
by Benjamin Wright
· 6 years ago
84583f6
Enable End-to-End Encrypted Audio Payloads.
by Benjamin Wright
· 6 years ago
49ac595
Add GetSources to VideoRtpReceiver
by Jonas Oreland
· 6 years ago
bfd412e
Adds integration of the FrameEncryptor/FrameDecryptor into the MediaChannel.
by Benjamin Wright
· 6 years ago
d81ac95
Injects FrameEncryptorInterface into RtpSender.
by Benjamin Wright
· 6 years ago
199e27b
RtpReceiverInterface::stream_ids() added.
by Henrik Boström
· 6 years ago
5d67f82
Refactor VideoTrackSource, without raw pointer injection.
by Niels Möller
· 6 years ago
13b8bad
Final name changing of MediaStreamInterface.label() to id().
by Seth Hampson
· 7 years ago
57858b3
Reland "Update RTCStatsCollector to work with RtpTransceivers"
by Steve Anton
· 7 years ago
ee2388f
Revert "Update RTCStatsCollector to work with RtpTransceivers"
by Guido Urdaneta
· 7 years ago
56bae8d
Update RTCStatsCollector to work with RtpTransceivers
by Steve Anton
· 7 years ago
d367921
Configure media flow correctly with Unified Plan
by Steve Anton
· 7 years ago
c72af93
Reland "Move stats ID generation from SSRC to local ID"
by Harald Alvestrand
· 7 years ago
c0092c3
Revert "Move stats ID generation from SSRC to local ID"
by Erik Språng
· 7 years ago
e357a4d
Move stats ID generation from SSRC to local ID
by Harald Alvestrand
· 7 years ago
ef65ef1
Fire OnAddTrack when Unified Plan is enabled
by Steve Anton
· 7 years ago
6077675
Change RtpReceivers to interact with the media channel directly
by Steve Anton
· 7 years ago
9158ef6
Reland "Add AddTransceiver and GetTransceivers to PeerConnection"
by Steve Anton
· 7 years ago
8b13f96
Revert "Add AddTransceiver and GetTransceivers to PeerConnection"
by Steve Anton
· 7 years ago
f93d280
Add AddTransceiver and GetTransceivers to PeerConnection
by Steve Anton
· 7 years ago
9e6fd2b
Add streams() to RtpReceiverInterface and implementations.
by Henrik Boström
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
36b29d1
Enable cpplint in pc/
by Steve Anton
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/pc/rtpreceiver.cc]
ee89e78
Replace CHECK(x && y) with two separate CHECK() calls
by kwiberg
· 7 years ago
773be36
Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt
by perkj
· 7 years ago
539d104
Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ )
by mbonadei
· 7 years ago
f1377f7
Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread.
by perkj
· 7 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 7 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 7 years ago
8d609f6
Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ )
by hbos
· 8 years ago
fbcc5cb
Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ )
by olka
· 8 years ago
292084c
Added the GetSources() to the RtpReceiverInterface and implemented
by zhihuang
· 8 years ago
e814a0d
Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc.
by deadbeef
· 8 years ago
7bb87ee
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
[Renamed (98%) from webrtc/api/rtpreceiver.cc]
eb4ca4e
Replace RTC_DCHECK(false) with RTC_NOTREACHED().
by nisse
· 8 years ago
c4adabf
Create the Java Wrapper of RtpReceiverObserverInterface.
by zhihuang
· 8 years ago
ba29c6a
Reland 2 of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver.
by Taylor Brandstetter
· 8 years ago
3784b4a
Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ )
by tkchin
· 8 years ago
2d54917
Reland of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver.
by Taylor Brandstetter
· 8 years ago
1a7162d
Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ )
by deadbeef
· 8 years ago
bc58319
Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver.
by Taylor Brandstetter
· 8 years ago
184a3fd
Forward the SignalFirstPacketReceived to RtpReceiver.
by zhihuang
· 8 years ago
a601f5c
Separating internal and external methods of RtpSender/RtpReceiver.
by deadbeef
· 8 years ago
db0cd9e
Adding getParameters/setParameters APIs to RtpReceiver.
by Taylor Brandstetter
· 8 years ago
5b68ab5
Extended proxy abstraction, to call certain methods to the worker thread.
by nisse
· 9 years ago
d61bf80
Removed MediaStreamTrackInterface::set_state
by perkj
· 9 years ago
c8f952d
Propagate MediaStreamSource state to video tracks the same way as audio.
by perkj
· 9 years ago
f0dcfe2
Change VideoRtpReceiver to create remote VideoTrack and VideoTrackSource.
by perkj
· 9 years ago
b24317b
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
15583c1
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
[Renamed (97%) from talk/app/webrtc/rtpreceiver.cc]
8e8908a
Delete FrameInput method and FrameInputWrapper class.
by nisse
· 9 years ago
6eca7e3
Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :(
by tommi
· 9 years ago
d4cec0d
Remove MediaChannel::SetRemoteRenderer().
by solenberg
· 9 years ago
0c4e06b
Use suffixed {uint,int}{8,16,32,64}_t types.
by Peter Boström
· 9 years ago
70ab1a1
Exposing RtpSenders and RtpReceivers from PeerConnection.
by deadbeef
· 9 years ago
6979b02
Adding stub files for RtpSender/RtpReceiver.
by deadbeef
· 9 years ago