aboutsummaryrefslogtreecommitdiff
path: root/webrtc/common_types.h
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2016-01-12Remove unused enum RTPDirections.terelius
2015-11-27Revert of Make overuse estimator one dimensional. (patchset #5 id:80001 of ht...stefan
2015-11-26Make overuse estimator one dimensional.Stefan Holmer
2015-11-02Adding support for simulcast and spatial layers into VideoQualityTestsprang
2015-10-23Remove VideoFrameType aliases for FrameType.Peter Boström
2015-10-19Unify FrameType and VideoFrameType.pbos
2015-10-12Revert of Adding support for simulcast and spatial layers into VideoQualityTe...sprang
2015-10-08Adding support for simulcast and spatial layers into VideoQualityTestivica
2015-10-02Unify newapi::RtcpMode and RTCPMethod.pbos
2015-09-28Unify Transport and newapi::Transport interfaces.pbos
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-09-17VP9: Add automaticeResize to codec setting.Marco
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-10Separating voice activity flag from audio level in RtpHeaderExtension.Minyue
2015-07-31Integration of VP9 packetization.asapersson
2015-07-10Revert the process noise co-variance of the bitrate over-use estimator to its...Stefan Holmer
2015-07-07Make the BWE threshold adaptive.stefan
2015-03-17Parsing of transport wide sequence number rtp extension header.sprang@webrtc.org
2015-03-04Add CVO support to RTP sender side.guoweis@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-02Remove avi recorder and corresponding enable_video flags.andresp@webrtc.org
2015-02-26Fix style violations in common_types.h and config.hkwiberg@webrtc.org
2015-02-19Add RtcpPacketTypeCounter stats to new API.pbos@webrtc.org
2015-02-18Adding two new stats to VoiceReceiverInfominyue@webrtc.org
2015-02-04Add method for incrementing RtpPacketCounter. Removes duplicate code.asapersson@webrtc.org
2015-01-27Update StreamDataCounter with FEC bytes.asapersson@webrtc.org
2015-01-22Split packets/bytes in StreamDataCounter into RtpPacketCounter struct.asapersson@webrtc.org
2014-12-18Refactor some receive-side stats.pbos@webrtc.org
2014-12-16Add field to counters for when first rtp/rtcp packet is sent/received.asapersson@webrtc.org
2014-12-09Add video send bitrates to histogram stats:asapersson@webrtc.org
2014-11-27Add receive bitrates to histogram stats:asapersson@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-11-01Add VP9 codec to VCM and vie_auto_test.marpan@webrtc.org
2014-10-29Add stats for duplicate sent and received NACK requests.asapersson@webrtc.org
2014-10-17Revert cls (original cl + fixes) 7422-7424 "Add VP9 codec to VCM..."henrike@webrtc.org
2014-10-10Add VP9 codec to VCM and vie_auto_test.marpan@webrtc.org
2014-10-09Fix comments in common_types.hhenrik.lundin@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-10Count total bytes sent in RTPSender::Bytes().pbos@webrtc.org
2014-07-04Add boilerplate code for H.264.stefan@webrtc.org
2014-05-15Add ToString() to VideoSendStream::Config.pbos@webrtc.org
2014-04-29Made common_types.h PacketTime declaration match https://code.google.com/p/we...henrike@webrtc.org
2014-04-17Removes parts of the VoEBase sub API as part of a clean-up operation where th...henrika@webrtc.org
2014-04-10Remove usage of webrtc trace in video processing modules.asapersson@webrtc.org
2014-03-25Removing VideoCodecDerived and moving methods inside VideoCodec.mallinath@webrtc.org
2014-03-24Add targetBitrate to VideoCodec struct.pbos@webrtc.org
2014-03-24VoE changes to allow forwarding of packets from VoE to ViE BWE.solenberg@webrtc.org
2014-03-21Adding operator== and != methods for CodecInst and VideoCodec structures.mallinath@webrtc.org