Sign in
webrtc
/
src.git
/
96b6b8336a543112573fd91a0cf13a3c1f9d83c9
/
webrtc
/
common_types.h
cd349d9
Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ )
by sprang
· 9 years ago
a49f110
Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ )
by aluebs
· 9 years ago
05ce4ae
Reland Issue 2061423003: Refactor NACK bitrate allocation
by Erik Språng
· 9 years ago
e5dd441
Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ )
by sprang
· 9 years ago
5fc59e8
Refactor NACK bitrate allocation
by Erik Språng
· 9 years ago
3abb764
Avoid unnecessary HW video encoder reconfiguration
by skvlad
· 9 years ago
a6219cc
FileWrapper[Impl] modifications and actually remove the "Impl" class.
by tommi
· 9 years ago
6b4b5f3
Add sender controlled playout delay limits
by isheriff
· 9 years ago
35151f3
Add histogram stats for average send delay of sent packets for a sent video stream. The delay is measured from a packet is sent to the transport until leaving the socket.
by asapersson
· 9 years ago
1ba8d39
Remove webrtc/stream.h and unutilized inheritance.
by pbos
· 9 years ago
1069cac
Tune BWE to be a bit less sensitive to spurious delay events.
by stefan
· 9 years ago
22c2b48
Move RTP stats histograms from VieChannel to SendStatisticsProxy.
by Erik Språng
· 9 years ago
8b79b07
Move RTP module activation into PayloadRouter.
by Peter Boström
· 9 years ago
07fb9be
Move RTCP histograms from vie_channel to video channel stats proxies.
by sprang
· 9 years ago
7b971e7
Remove extra_options from VideoCodec.
by Peter Boström
· 9 years ago
6955870
Convert channel counts to size_t.
by Peter Kasting
· 9 years ago
2845a02
Remove unused enum RTPDirections.
by terelius
· 9 years ago
64c0a0a
Revert of Make overuse estimator one dimensional. (patchset #5 id:80001 of https://codereview.webrtc.org/1376423002/ )
by stefan
· 9 years ago
06e05a8
Make overuse estimator one dimensional.
by Stefan Holmer
· 9 years ago
ce4aef1
Adding support for simulcast and spatial layers into VideoQualityTest
by sprang
· 9 years ago
49e196a
Remove VideoFrameType aliases for FrameType.
by Peter Boström
· 9 years ago
22993e1
Unify FrameType and VideoFrameType.
by pbos
· 9 years ago
7a975f7
Revert of Adding support for simulcast and spatial layers into VideoQualityTest (patchset #10 id:180001 of https://codereview.webrtc.org/1353263005/ )
by sprang
· 9 years ago
87f83a9
Adding support for simulcast and spatial layers into VideoQualityTest
by ivica
· 9 years ago
da903ea
Unify newapi::RtcpMode and RTCPMethod.
by pbos
· 9 years ago
2d56668
Unify Transport and newapi::Transport interfaces.
by pbos
· 10 years ago
ac547a6
Remove channel ids from various interfaces.
by Peter Boström
· 10 years ago
f350720
VP9: Add automaticeResize to codec setting.
by Marco
· 10 years ago
dce40cf
Update a ton of audio code to use size_t more correctly and in general reduce
by Peter Kasting
· 10 years ago
4cee419
Separating voice activity flag from audio level in RtpHeaderExtension.
by Minyue
· 10 years ago
a9455ab
Integration of VP9 packetization.
by asapersson
· 10 years ago
8647922
Revert the process noise co-variance of the bitrate over-use estimator to its value prior to r9545.
by Stefan Holmer
· 10 years ago
c62642c
Make the BWE threshold adaptive.
by stefan
· 10 years ago
3093390
Parsing of transport wide sequence number rtp extension header.
by sprang@webrtc.org
· 10 years ago
4536289
Add CVO support to RTP sender side.
by guoweis@webrtc.org
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
e8f50df
Remove avi recorder and corresponding enable_video flags.
by andresp@webrtc.org
· 10 years ago
ac2d27d
Fix style violations in common_types.h and config.h
by kwiberg@webrtc.org
· 10 years ago
1d0fa5d
Add RtcpPacketTypeCounter stats to new API.
by pbos@webrtc.org
· 10 years ago
c0bd7be
Adding two new stats to VoiceReceiverInfo
by minyue@webrtc.org
· 10 years ago
4414939
Add method for incrementing RtpPacketCounter. Removes duplicate code.
by asapersson@webrtc.org
· 10 years ago
273fbbb
Update StreamDataCounter with FEC bytes.
by asapersson@webrtc.org
· 10 years ago
cfd82df
Split packets/bytes in StreamDataCounter into RtpPacketCounter struct.
by asapersson@webrtc.org
· 10 years ago
ce4e9a3
Refactor some receive-side stats.
by pbos@webrtc.org
· 10 years ago
d08d389
Add field to counters for when first rtp/rtcp packet is sent/received.
by asapersson@webrtc.org
· 10 years ago
97d0489
Add video send bitrates to histogram stats:
by asapersson@webrtc.org
· 10 years ago
d952c40
Add receive bitrates to histogram stats:
by asapersson@webrtc.org
· 10 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
0bae1fa
Wire up bandwidth stats to the new API and webrtcvideoengine2.
by stefan@webrtc.org
· 10 years ago
5b88317
Add VP9 codec to VCM and vie_auto_test.
by marpan@webrtc.org
· 10 years ago
2dd3134
Add stats for duplicate sent and received NACK requests.
by asapersson@webrtc.org
· 10 years ago
b1dac33
Revert cls (original cl + fixes) 7422-7424 "Add VP9 codec to VCM..."
by henrike@webrtc.org
· 10 years ago
573c78e
Add VP9 codec to VCM and vie_auto_test.
by marpan@webrtc.org
· 10 years ago
8768f16
Fix comments in common_types.h
by henrik.lundin@webrtc.org
· 10 years ago
168f23f
Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.
by stefan@webrtc.org
· 11 years ago
72491b9
Count total bytes sent in RTPSender::Bytes().
by pbos@webrtc.org
· 11 years ago
b9f5453
Add boilerplate code for H.264.
by stefan@webrtc.org
· 11 years ago
1e92b0a
Add ToString() to VideoSendStream::Config.
by pbos@webrtc.org
· 11 years ago
82d3cb6
Made common_types.h PacketTime declaration match https://code.google.com/p/webrtc/source/browse/trunk/talk/base/asyncpacketsocket.h#65
by henrike@webrtc.org
· 11 years ago
6680348
Removes parts of the VoEBase sub API as part of a clean-up operation where the goal is to remove unused APIs.
by henrika@webrtc.org
· 11 years ago
2a77082
Remove usage of webrtc trace in video processing modules.
by asapersson@webrtc.org
· 11 years ago
681d448
Removing VideoCodecDerived and moving methods inside VideoCodec.
by mallinath@webrtc.org
· 11 years ago
3c412b2
Add targetBitrate to VideoCodec struct.
by pbos@webrtc.org
· 11 years ago
b1f5010
VoE changes to allow forwarding of packets from VoE to ViE BWE.
by solenberg@webrtc.org
· 11 years ago
0209e56
Adding operator== and != methods for CodecInst and VideoCodec structures.
by mallinath@webrtc.org
· 11 years ago
f577ae9
Remove internal codecs from VideoSendStream.
by pbos@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
a079233
Remove external encryption API for VoE.
by solenberg@webrtc.org
· 11 years ago
0931570
Wire up statistics in video receive stream of new API
by sprang@webrtc.org
· 11 years ago
39fcfd7
Remove empty VideoCodecGeneric struct.
by pbos@webrtc.org
· 11 years ago
ccd4284
Wire up statistics in video send stream of new video engine api
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
24301a6
Update talk to 58174641 together with http://review.webrtc.org/4319005/.
by wu@webrtc.org
· 11 years ago
6811b6e
Callback for send bitrate estimates - new roll
by sprang@webrtc.org
· 11 years ago
a989080
Update talk to 58127566 together with
by wu@webrtc.org
· 11 years ago
2018269
Revert 5274 "Update talk to 58113193 together with https://webrt..."
by wu@webrtc.org
· 11 years ago
a129b6c
Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/.
by wu@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
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
72964bd
Make interface destructor virtual
by sprang@webrtc.org
· 11 years ago
dc50aae
Interface changes to old api, for use by new api transition.
by sprang@webrtc.org
· 11 years ago
fe5d36b
Move RtcpStatistics to webrtc/common_types.h, to be used by vie as well.
by sprang@webrtc.org
· 11 years ago
eda189b
Remove redundant STR_CASE_CMP macro definitions.
by andrew@webrtc.org
· 12 years ago
678cf29
webrtc/common_types.h: Document bitrate fields' units.
by fischman@webrtc.org
· 12 years ago
185bae4
Replace ExtraCodecOptions with new Config class that supports multiple settings at once.
by andresp@webrtc.org
· 12 years ago
77f6b21
Revert 3934 "Revert 3933 "Remove traces of deprecated WebRtc_Wor..."
by pbos@webrtc.org
· 12 years ago
68e5a68
Revert 3933 "Remove traces of deprecated WebRtc_Word types."
by pbos@webrtc.org
· 12 years ago
265a5d2
Remove traces of deprecated WebRtc_Word types.
by pbos@webrtc.org
· 12 years ago
b5eeaa9
Adding extra options to interact with external encoder/decoder.
by andresp@webrtc.org
· 12 years ago
a442d4d
Removed all code enclosed in WEBRTC_SRTP #ifdefs, and the unsupported VoE SRTP APIs. Test stubs are left in place as we still have the (De)RegisterExternalEncryption() APIs, although they are currently untested.
by solenberg@webrtc.org
· 12 years ago
94bc4cf
Add min and target bitrate to VideoCodec.
by marpan@webrtc.org
· 12 years ago
8911ce4
Generic video-codec support.
by pbos@webrtc.org
· 12 years ago
b7edd06
Remove DTMF detection. Talk team has been in the loop and there is no need for
by turaj@webrtc.org
· 12 years ago
24045c5
None of the clients of VoE use SetNetEQBGNMode(), furthermore, NetEq 4 does not provide an API to change the mode of the background noise.
by turaj@webrtc.org
· 12 years ago
eb91792
Refactoring temporal layers implementation and adding VideoCodecMode for easier control of codec settings.
by stefan@webrtc.org
· 12 years ago
Next »