aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2020-04-24Make AudioEncoder::GetFrameLengthRange() pure virtual.Ali Tofigh
2020-04-24Enable simulcast statisticsEldar Rello
2020-04-23Delete uri for the Generic Frame Descriptor v1Danil Chapovalov
2020-04-17Improve outbound-rtp statistics for simulcastEldar Rello
2020-04-16Unify AdaptationReason and AdaptReason enums.Evan Shrubsole
2020-04-16Remove VideoStreamEncoderObserver::AdaptationReason::kNoneEvan Shrubsole
2020-04-14Remove NetEq::InsertPacket deprecated method.Mirko Bonadei
2020-04-14Remove deprecated RtpPacketInfo::RtpPacketInfo.Mirko Bonadei
2020-04-10[InsertableStreams] Pass ssrc on TransformedFrameCallback registration.Marina Ciocea
2020-04-09AEC3: Remove deprecated parameterPer Åhgren
2020-04-08AEC3: Remove parameters for the legacy filter namingPer Åhgren
2020-04-06Move AdaptationCounters from video/ to api/Evan Shrubsole
2020-04-02Replace std::string::find() == 0 with absl::StartsWith (part 2).Mirko Bonadei
2020-04-02Calculate video padding for vp9 in the same way as for vp8Ilya Nikolaevskiy
2020-04-01Transform received audio frames in ChannelReceive.Marina Ciocea
2020-03-30Introduce TransformableFrameInterface.Marina Ciocea
2020-03-29Reland "Distinguish between send and receive codecs"Johannes Kron
2020-03-28Enforce "comprehension-required" STUN rules.Taylor Brandstetter
2020-03-26in RtpExtension constructors pass strings by string_view rather than by valueDanil Chapovalov
2020-03-25Make all RtpExtension uris constexpr rather than just constDanil Chapovalov
2020-03-25Move calculation of target_encode_bitrate to DefaultVideoQualityAnalyzerArtem Titov
2020-03-25AEC3: Added parametrization of the comfort noise floorPer Åhgren
2020-03-24Add optional output audio file to NetEq simulation APIIvo Creusen
2020-03-24Add new people to api/OWNERSKarl Wiberg
2020-03-24Expose bitrate_priority and network_priority in Android API.Taylor Brandstetter
2020-03-20AEC3: Rename shadow filterPer Åhgren
2020-03-20RtpParameters: respect https://abseil.io/tips/1.Markus Handell
2020-03-20AEC3: Rename main filterPer Åhgren
2020-03-17Add fallback histograms for VideoDecoderSoftwareFallbackWrapperJohannes Kron
2020-03-16Adds UpdateConfig to SimulatedNetworkSebastian Jansson
2020-03-16RtpTransceiverInterface: add header_extensions_to_offer()Markus Handell
2020-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
2020-03-11RtpTransceiver: add kStopped enumeration value.Markus Handell
2020-03-11[Adaptation] Rename and move resource adaptation module/processor stuff.Henrik Boström
2020-03-11Automate conversion from c++ VideoCodeType to java VideoCodecTypeDanil Chapovalov
2020-03-10Reland "Wire up internal libvpx VP9 scaler to statistics proxy"Ilya Nikolaevskiy
2020-03-10Revert "Wire up internal libvpx VP9 scaler to statistics proxy"Sebastian Jansson
2020-03-09Add NtpTimeMs as a method in EncodedImage.Minyue Li
2020-03-09Purge phoglund from most OWNERS files.Patrik Höglund
2020-03-09Wire up internal libvpx VP9 scaler to statistics proxyIlya Nikolaevskiy
2020-03-06[Overuse] Make VideoStreamAdapter responsible for executing adaptation.Henrik Boström
2020-03-06Ready to support of absolute capture timestamp header extension.Minyue Li
2020-03-05Adds field trial to separate audio and video packets for delay-based overuse ...Björn Terelius
2020-03-05Implement new specification for degradation preferenceFlorent Castelli
2020-03-05Change network_priority from a double to an enum.Taylor Brandstetter
2020-03-03VoIP interfaces API enhancement (continuation of 169000)Tim Na
2020-03-02Cleanup: Use common IP overhead definitions in test and prod codeSebastian Jansson
2020-03-02Reland "Expose can_trickle_ice_candidates on PeerConnection"Harald Alvestrand
2020-03-02Revert "Expose can_trickle_ice_candidates on PeerConnection"Harald Alvestrand
2020-03-02Insert frame transformer between Depacketizer and Decoder.Marina Ciocea