Sign in
webrtc
/
src
/
b0f4b3da055cb09813d52f417f64ce2275887fea
/
webrtc
/
video_engine
/
vie_rtp_rtcp_impl.cc
a1bfcad
Cast payload types to int for logging.
by pbos@webrtc.org
· 11 years ago
4ef438e
Remove the send-side cname getter APIs from voice and video engine.
by stefan@webrtc.org
· 11 years ago
2bb1bda
Preserve RTP states for restarted VideoSendStreams.
by pbos@webrtc.org
· 11 years ago
fbb567d
Add APIs to enable padding with redundant payloads.
by stefan@webrtc.org
· 11 years ago
4e2806d
Remove WEBRTC_TRACE uses in video_engine/
by pbos@webrtc.org
· 11 years ago
24bd364
Change GetEstimatedSend/RecvBandwidth to return the total bandwidth of a channel group instead of splitting it up among channels.
by stefan@webrtc.org
· 11 years ago
4e65602
Add API to allow deducting bitrate from incoming estimates before the capacity is distributed among outgoing video streams. For example, this can be used to reserve space for audio streams.
by solenberg@webrtc.org
· 11 years ago
3fb8f7b
Implement ViE forwarding to RBE of packets for BWE coming in through the ViENetwork::ReceivedBWEPacket API.
by solenberg@webrtc.org
· 11 years ago
3349ae0
Implement minimum transmit bitrate.
by pbos@webrtc.org
· 11 years ago
9fd8d87
Adds APIs for reporting pacer queuing delay.
by jiayl@webrtc.org
· 11 years ago
8098e07
Add RTCP packet type counter (for getting statistics such as sent/received NACK and FIR).
by asapersson@webrtc.org
· 11 years ago
1f64f06
Add stats of incoming frame delays for debugging bandwidth estimation.
by jiayl@webrtc.org
· 11 years ago
0e93257
Add callbacks for receive channel RTP statistics
by sprang@webrtc.org
· 11 years ago
54ae4ff
Add callbacks for receive channel RTCP statistics.
by sprang@webrtc.org
· 11 years ago
5ab7567
Revert r5294 to re-roll r5293.
by pbos@webrtc.org
· 11 years ago
41e2615
Revert 5293 "Auto instantiate RBE depending on whether AST or TO..."
by turaj@webrtc.org
· 11 years ago
341e914
Auto instantiate RBE depending on whether AST or TOF is available in incoming packet stream.
by solenberg@webrtc.org
· 11 years ago
6811b6e
Callback for send bitrate estimates - new roll
by sprang@webrtc.org
· 11 years ago
096e8d9
Revert 5259 "Callback for send bitrate estimates"
by sprang@webrtc.org
· 11 years ago
2656cf9
Callback for send bitrate estimates
by sprang@webrtc.org
· 11 years ago
7f73280
Fraction lost statistics not being reported
by sprang@webrtc.org
· 11 years ago
ebad765
Add callbacks for send channel rtp statistics
by sprang@webrtc.org
· 11 years ago
a6ad6e5
Add callbacks for send channel rtcp statistics
by sprang@webrtc.org
· 11 years ago
71f055f
Add send frame rate statistics callback
by sprang@webrtc.org
· 11 years ago
8d02f5d
Added API for enabling/disabling RTCP Receiver Reference Time extension.
by asapersson@webrtc.org
· 11 years ago
dc50aae
Interface changes to old api, for use by new api transition.
by sprang@webrtc.org
· 11 years ago
822fbd8
Update talk to 50918584.
by wu@webrtc.org
· 12 years ago
aa4d96a
Revert r4301
by tnakamura@webrtc.org
· 12 years ago
66b2e5c
Breaking out receive-stats, rtp-payload-registry and rtp-receiver from the
by stefan@webrtc.org
· 12 years ago
a6db54d
- Created RemoteBitrateEstimator wrapper for use internally in (ViE) ChannelGroup.
by solenberg@webrtc.org
· 12 years ago
c74c3c2
Adds integration test for RTX and fixes bugs found.
by stefan@webrtc.org
· 12 years ago
cb9cff0
Add functions to ViE API to enable/disable the absolute send time header extension.
by solenberg@webrtc.org
· 12 years ago
f5d4cb1
Include files from webrtc/.. paths in video_engine/
by pbos@webrtc.org
· 12 years ago
4dee309
Remove SetOverUseDetectorOptions and cleaned ViESharedData.
by mflodman@webrtc.org
· 12 years ago
29b2219
Adding a factory to remote bitrate estimator and allow it to be set via config.
by andresp@webrtc.org
· 12 years ago
d72262d
Fix compile errors in ViE with latest clang.
by andrew@webrtc.org
· 12 years ago
8ca8a71
Revert "Add a default RTT to CallStats and use different values for buffered/real-time mode."
by stefan@webrtc.org
· 12 years ago
ccd4b2a
Add a default RTT to CallStats and use different values for buffered/real-time mode.
by stefan@webrtc.org
· 12 years ago
9f5ebb5
Adding a payload type for RTX.
by mflodman@webrtc.org
· 12 years ago
b238d12
WebRtc_Word32 -> int32_t in video_engine/
by pbos@webrtc.org
· 12 years ago
ef9f76a
Adding a receive side API for buffering mode.
by mikhal@webrtc.org
· 12 years ago
3d305c6
Updates to send side streaming mode:
by mikhal@webrtc.org
· 12 years ago
4fd5527
Don't report an error for GetEstimatedReceiveBandwidth if there is no valid
by mflodman@webrtc.org
· 12 years ago
dbe97d2
Adding a send side API for streaming
by mikhal@webrtc.org
· 12 years ago
d6ec386
Revert the revert in r2988 since that wasn't the issue.
by mflodman@webrtc.org
· 12 years ago
8239ca5
Reverse Merged r2884 & r2888 from trunk.
by vikasmarwaha@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago
[Renamed from src/video_engine/vie_rtp_rtcp_impl.cc]
15e4e34
Wire up ssrc check in ViEEncoder for intra requests.
by mflodman@webrtc.org
· 12 years ago
976a7e6
Adding support for jointly estimating bandwidth using all streams from the same sending client.
by stefan@webrtc.org
· 12 years ago
5a7507f
Add API for transmission smotthening.
by mflodman@webrtc.org
· 13 years ago
90071dd
Added API to set RTP timestamp offset extension.
by mflodman@webrtc.org
· 13 years ago
c0496e6
Expose a function for setting bandwidth estimation parameters in ViERTP_RTCP.
by astor@webrtc.org
· 13 years ago
f5e99db
Made cpplint pass for vie_channel.* and vie_encoder.*. NOLINT is used for API changes, include guards and include files in WebRTC root.
by mflodman@webrtc.org
· 13 years ago
9ba151b
Removed cpplint warnings from all impl-files to be able to add this check as presubmit step. I don't want to change the API right now, will come later, so there are several NOLINT comments added to get around this for now.
by mflodman@webrtc.org
· 13 years ago
3e820e5
Remove RTP Keep-alive from VoE and ViE. The RTP module functionality will be removed in a follow-up CL shortly.
by mflodman@webrtc.org
· 13 years ago
0975d21
Cleanup messy data type of unknown_payload_type
by leozwang@webrtc.org
· 13 years ago
439be29
Add APIs for getting receive-side estimated bandwidth and codec target rate.
by stefan@webrtc.org
· 13 years ago
657b2a4
Added return due to gcc complaints in r1604.
by mflodman@webrtc.org
· 13 years ago
c80d9d9
Removed default cases causing clang errors, -Wcovered-switch-default.
by mflodman@webrtc.org
· 13 years ago
07b45a5
Added API for getting the send-side estimated bandwidth.
by stefan@webrtc.org
· 13 years ago
b11424b
Remove ViEShared inheritance for interface impl.
by mflodman@webrtc.org
· 13 years ago
6cf529d
Changed REMB return value to int instead of bool.
by mflodman@webrtc.org
· 13 years ago
8281e7d
Added RTX to ViE. Review URL: http://webrtc-codereview.appspot.com/336001
by pwestin@webrtc.org
· 13 years ago
84dc3d1
Add REMB functionality to ViE.
by mflodman@webrtc.org
· 13 years ago
a4863db
Moved video_engine/main/interface to video_engine/include.
by mflodman@webrtc.org
· 13 years ago
8da2417
Refactored ViERenderImpl and ViERTP_RTCPImpl.
by mflodman@webrtc.org
· 13 years ago
471e83e
Refactored ViESharedData.
by mflodman@webrtc.org
· 13 years ago
94ea32e
Move video_engine/source* to video_engine/. No code changes except paths in gyp-files.
by mflodman@webrtc.org
· 13 years ago
[Renamed from src/video_engine/main/source/vie_rtp_rtcp_impl.cc]
fbea4e5
Solves two bandwidth estimation issues and measures the sent video bitrate.
by stefan@webrtc.org
· 13 years ago
d0bdab0
Adding API to get sent total bitrate, FEC bitrate and NACK bitrate.
by stefan@webrtc.org
· 13 years ago
1da1ce0
First implementation of simulcast, adds VP8 simulcast to video engine.
by pwestin@webrtc.org
· 13 years ago
470e71d
by niklase@google.com
· 14 years ago