aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/main/source/video_sender.cc
AgeCommit message (Expand)Author
2015-10-29Make VCMEncodedFrameCallback const.Peter Boström
2015-10-29Remove redudant encoder rate calls.Peter Boström
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-19Unify FrameType and VideoFrameType.pbos
2015-10-07Read the number of TLs for VP9 too + cleanupivica
2015-10-05Move sent key frame stats to send_statistics_proxy class.asapersson
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-15Keep lock after updating encoder parameters.Peter Boström
2015-07-27Remove kProtectionKey* and VCMKeyRequestMode.pbos
2015-07-14Merge methods for configuring NACK/FEC/hybrid.pbos
2015-07-13Allow for framerate reduction for HW encoder.jackychen
2015-06-11Update encoder settings periodically, not only on new bandwidth estimateErik Språng
2015-06-05Re-land "Convert native handles to buffers before encoding."Peter Boström
2015-06-02Revert "Convert native handles to buffers before encoding."Peter Boström
2015-06-01Convert native handles to buffers before encoding.Peter Boström
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-05-20Remove VCM debug recordings.Peter Boström
2015-05-12Remove FPS->kilo-FPS conversion in VideoSender.Peter Boström
2015-04-21Dynamic resolution change for VP8 HW encode.jackychen
2015-04-21Remove VideoCodingModule::InitializeSender.Peter Boström
2015-04-14Reland "Avoid critsect for protection- and qm setting callbacks inmflodman
2015-03-31Revert "Avoid critsect for protection- and qm setting callbacks in VideoSender."mflodman
2015-03-31Avoid critsect for protection- and qm setting callbacks in VideoSender.mflodman
2015-03-24Improve logging and add DCHECKs in codec database.pbos@webrtc.org
2015-03-12Refactor MediaOptimization protection methods.pbos@webrtc.org
2015-03-07Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..."tommi@webrtc.org
2015-03-07Speculative revert of 8631 "Remove lock from Bitrate() and FrameRate() in Vid...tommi@webrtc.org
2015-03-06Remove lock from Bitrate() and FrameRate() in VideoSender.tommi@webrtc.org
2015-03-05Prevent encoding frames with wrong resolution.pbos@webrtc.org
2015-03-05Allow VideoSender to be constructed on one thread but initialized and used fo...tommi@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-26Wire up target_media_bitrate in VideoSendStream.pbos@webrtc.org
2015-02-19Make SendCodec() lock-free.tommi@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-11-24Simplifying VideoReceiver and JitterBuffer.pbos@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2014-01-09Isolate register post encode callback in video coding module to simplify code...andresp@webrtc.org
2014-01-08Isolate debug recording from video sender into a thread safe small class.andresp@webrtc.org
2013-12-19Refactoring MediaOptimization so it can easily be turned into a thread-safe c...andresp@webrtc.org
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-11-18Rename AutoMute to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-10-28Removing the threshold from the auto-mute APIshenrik.lundin@webrtc.org
2013-09-30Propagate AutoMuter interface out to VideoCodingModulehenrik.lundin@webrtc.org
2013-09-23Reformatting media_optimization.cc and .hhenrik.lundin@webrtc.org
2013-09-18Fix races in vcm::Process().stefan@webrtc.org
2013-09-17Fix typo in r4765.pbos@webrtc.org
2013-09-17Fix dangling pointer _encoder in video_sender.cc.pbos@webrtc.org
2013-09-14Split VideoCodingModuleImpl into VideoSender and VideoReceiver.andresp@webrtc.org