aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/main/source/media_optimization.cc
AgeCommit message (Expand)Author
2015-11-18modules/video_coding refactoringsHenrik Kjellander
2015-11-17Use webrtc/base/logging.h for video coding/processing.pbos
2015-10-29Utilize bitrate above codec max to protect video.pbos
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-23Remove VideoFrameType aliases for FrameType.Peter Boström
2015-10-05Move sent key frame stats to send_statistics_proxy class.asapersson
2015-07-14Merge methods for configuring NACK/FEC/hybrid.pbos
2015-06-11Update encoder settings periodically, not only on new bandwidth estimateErik Språng
2015-05-12Remove FPS->kilo-FPS conversion in VideoSender.Peter Boström
2015-04-14Reland "Avoid critsect for protection- and qm setting callbacks inmflodman
2015-04-01Remove er_tables_xor.h.Peter Boström
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-12Refactor MediaOptimization protection methods.pbos@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-01Report encoded frame size in VideoSendStream.pbos@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-06-30Make MediaOptimization thread-safe.wuchengli@chromium.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2013-12-19Refactoring MediaOptimization so it can easily be turned into a thread-safe c...andresp@webrtc.org
2013-12-04Add send frame rate statistics callbacksprang@webrtc.org
2013-11-18Rename AutoMute to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-09-26Implemented AutoMuter in MediaOptimizationhenrik.lundin@webrtc.org
2013-09-24MediaOptimization: Converting a few members to scoped_ptrshenrik.lundin@webrtc.org
2013-09-23Reformatting media_optimization.cc and .hhenrik.lundin@webrtc.org
2013-07-16Include files from webrtc/.. paths in video_coding/.pbos@webrtc.org
2013-05-29Fixes the frameRate stats by grouping the frames by timestamp.jiayl@webrtc.org
2013-05-16Bugfix: VCM would report wrong sentBitratemarpan@webrtc.org
2013-04-02Webrtc_Word32 => int32_t in video_coding/main/pbos@webrtc.org
2013-03-27Add interface to signal a network down event.stefan@webrtc.org
2013-03-19Follow-up fix for r3681.stefan@webrtc.org
2013-03-18Fix framerate sent to account for actually sent frames.stefan@webrtc.org
2013-03-18Change VCM interface to take target bitrate in bits per second.stefan@webrtc.org
2013-03-04Refactor NACK list creation to build the NACK list as packets arrive.stefan@webrtc.org
2013-02-18Refactoring temporal layers implementation and adding VideoCodecMode for easi...stefan@webrtc.org
2013-01-21Move video_coding to new Clock interface and remove fake clock implementation...stefan@webrtc.org
2012-11-29Fixed standard PSNR/SSIM test.phoglund@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org