aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2019-03-29Revert "Fix target bitrate RTCP messages behavior for SVC streams"Oleh Prypin
2019-03-28Fix target bitrate RTCP messages behavior for SVC streamsIlya Nikolaevskiy
2019-03-28Delete unused methods from VCMReceiveStatisticsCallbackNiels Möller
2019-03-26Use TaskQueueForTest instead or TaskQueue in unittestsDanil Chapovalov
2019-03-26Subtract protection bitrate from link headroom bitrateErik Språng
2019-03-26Remove unused callbacks from VideoStreamDecoderNiels Möller
2019-03-25Fix for potential RTCP XR target bitrate issue.Åsa Persson
2019-03-22Delete unused method VCMReceiveStatisticsCallback::OnReceiveRatesUpdatedNiels Möller
2019-03-22Delete unused enum StreamType and kViEStreamType* values.Niels Möller
2019-03-22Make VideoFrameType an enum class, and move to separate file and targetNiels Möller
2019-03-22Make keyframe generation/request intervals configurable through field trials.Rasmus Brandt
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-21Clean BUILD.gn files: remove extra :memoryArtem Titov
2019-03-21Reland "Move api/rtp_headers.h to its own build target."Niels Möller
2019-03-20Revert "Move api/rtp_headers.h to its own build target."Steve Anton
2019-03-20Move api/rtp_headers.h to its own build target.Niels Möller
2019-03-20Avoid using global task queue factory in fake encoderDanil Chapovalov
2019-03-20Use single FrameBufferController in VP8, created by a factory.Elad Alon
2019-03-19Avoid using GlobalTaskQueueFactory for TaskQueueForTestDanil Chapovalov
2019-03-15Don't use the Process method of vcm::VideoReceiverNiels Möller
2019-03-14Let threads opt in to having their stack traces printedKarl Wiberg
2019-03-14Fix ClangTidy issues in video/Benjamin Wright
2019-03-13Preserve legacy behavior for old OveruseFrameDetectorErik Språng
2019-03-13Reland "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Vid...Rasmus Brandt
2019-03-13Improve bitstream dumping logic in VideoReceiveStreamIlya Nikolaevskiy
2019-03-13Delete method VideoStreamDecoder::UpdateRttNiels Möller
2019-03-13Add new webrtc_perf_test for lower stream of vp8 simulcast screenshareIlya Nikolaevskiy
2019-03-13Removes usages of repeating task without task queue argument.Sebastian Jansson
2019-03-11Remove rtc::QueuedTask alias, use webrtc::QueuedTask directlyDanil Chapovalov
2019-03-11Refactor RtpVideoStreamReceiver::OnReceivedPayloadData without WebRtcRTPHeaderNiels Möller
2019-03-11Removes rtp level keep alive support.Sebastian Jansson
2019-03-11Reland "Fix LibvpxVp8Encoder::FrameDropThreshold"Elad Alon
2019-03-11Revert "Fix LibvpxVp8Encoder::FrameDropThreshold"Yves Gerey
2019-03-09Revert "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Vid...Yves Gerey
2019-03-08Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video.Rasmus Brandt
2019-03-08Fix LibvpxVp8Encoder::FrameDropThresholdElad Alon
2019-03-07Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode"Jeroen de Borst
2019-03-07Delete CodecSpecificInfo argument from VideoDecoder::DecodeNiels Möller
2019-03-07Fix UpdateRect handling for native buffers in VideoStreamEncoderIlya Nikolaevskiy
2019-03-07Update more VideoEncoder implementations to drop CodecSpecificInfo inputNiels Möller
2019-03-07Prepare for splitting FrameType into AudioFrameType and VideoFrameTypeNiels Möller
2019-03-07Don't inject worker queue into send streams.Sebastian Jansson
2019-03-07Add target bitrate headroom signal to VideoStreamEncoder.Erik Språng
2019-03-06Throttle frame-rate In VP8 encoder in steady state for screenshareIlya Nikolaevskiy
2019-03-06Throttle frame-rate In VP9 encoder in steady state for screenshareIlya Nikolaevskiy
2019-03-06Modernize RtpRtcp factory function: use unique_ptr as return typeDanil Chapovalov
2019-03-06Rewrite video_loopback to use new mac capturer.Kári Tristan Helgason
2019-03-06Delete CodecSpecificInfo argument from VideoEncoder::EncodeNiels Möller
2019-03-06Delete a few return values from audio streams and video send streams.Niels Möller
2019-03-05Merge rtc_task_queue(_api|_impl)? build targets into oneDanil Chapovalov