summaryrefslogtreecommitdiff
path: root/video_engine/vie_encoder.cc
AgeCommit message (Expand)Author
2014-08-14Small refactor on ViE to remove redudant conditions and long ifdefs.andresp@webrtc.org
2014-07-16Print an info log instead of return an error if an external encoder is de-reg...stefan@webrtc.org
2014-07-09Thread annotations for vie_encoder.cc/.hstefan@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-06-20Add tests of texture frames in video_send_stream_test.wuchengli@chromium.org
2014-05-28Add support of texture frames for video capturer.wuchengli@chromium.org
2014-05-27Revert "Add support of texture frames for video capturer."wuchengli@chromium.org
2014-05-27Add support of texture frames for video capturer.wuchengli@chromium.org
2014-05-02Change GetEstimatedSend/RecvBandwidth to return the total bandwidth of a chan...stefan@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-15Propagate capture ntp timestamp from rtp to renderer.wu@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2014-04-07Log Fixit for parts of video_engine folder.mflodman@webrtc.org
2014-03-21Refactor in BitrateController module.andresp@webrtc.org
2014-03-19Simplify pacer interface.pbos@webrtc.org
2014-03-19Fix a deadlock in ViEEncoder::DeliverFrame.wuchengli@chromium.org
2014-03-13Implement minimum transmit bitrate.pbos@webrtc.org
2014-03-07Avoid crash in ViEEncoder::DeRegisterExternalEncoder().fischman@webrtc.org
2014-03-06Adding a new ramp-up-down-up testhenrik.lundin@webrtc.org
2014-02-27Adds APIs for reporting pacer queuing delay.jiayl@webrtc.org
2014-02-14Adding a critical section missing in r5543.stefan@webrtc.org
2014-02-13Fixes a race when writing to send_padding_.stefan@webrtc.org
2014-02-12Set pacing bitrates in SetEncoder.pbos@webrtc.org
2013-12-04Removing DropDeltaAfterKey functionality which is unused.andresp@webrtc.org
2013-11-27Ensure that no packet stays in the pacer queue for longer than 2 seconds.stefan@webrtc.org
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-11-21Renaming ViEEncoderObserver::VideoSuspendedhenrik.lundin@webrtc.org
2013-11-21Protect reads of ViEEncoder::video_suspended_.pbos@webrtc.org
2013-11-21Connect pacer/padding to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-11-18Rename AutoMute to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-11-13Fix for RTX in combination with pacing.stefan@webrtc.org
2013-10-28Separate Call API/build files from video_engine/.pbos@webrtc.org
2013-10-28Removing the threshold from the auto-mute APIshenrik.lundin@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-21AutoMute: Adding channel_id parameter to callback.henrik.lundin@webrtc.org
2013-10-21Implement I420FrameCallbacks in Call.pbos@webrtc.org
2013-10-18Have padding decay to zero if no frames are being captured.stefan@webrtc.org
2013-10-16Don't pad if only one stream is sent, except if auto muted.stefan@webrtc.org
2013-10-02Piping AutoMuter interface through to ViE APIhenrik.lundin@webrtc.org
2013-09-06Improving padding rules and breaking out bw allocation to ViEEncoder.stefan@webrtc.org
2013-08-15Update talk to 50918584.wu@webrtc.org
2013-08-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
2013-07-23Hooking up first simple CPU adaptation version.mflodman@webrtc.org
2013-07-16Revert r4301tnakamura@webrtc.org
2013-07-08Cleanup WebRTC tracinghclam@chromium.org
2013-07-05Breaking out receive-stats, rtp-payload-registry and rtp-receiver from thestefan@webrtc.org
2013-06-26Removed ViE file API.mflodman@webrtc.org
2013-06-20Enqueue packet in pacer if sending failshclam@chromium.org
2013-06-17Wire up pacer-based padding.stefan@webrtc.org
2013-06-04Add support for padding in pacer.stefan@webrtc.org