aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/main/source/generic_encoder.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-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-08Enabling spatial layers in VP9Impl. Filter layers in the loopback test.ivica
2015-07-31Integration of VP9 packetization.asapersson
2015-07-13Allow for framerate reduction for HW encoder.jackychen
2015-06-24In screenshare mode, suppress VP8 bitrate overshoot and increase qualityErik 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-04-21Dynamic resolution change for VP8 HW encode.jackychen
2015-04-08Fix crash with CVO turned on for VP9 codecGuo-wei Shieh
2015-04-08Revert "Fix crash with CVO turned on for VP9 codec"Guo-wei Shieh
2015-04-08Fix crash with CVO turned on for VP9 codecGuo-wei Shieh
2015-03-17Add CVO support to video_coding layer.guoweis@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-02-26Wire up target_media_bitrate in VideoSendStream.pbos@webrtc.org
2015-02-18Initialize RTPVideoHeader fields to correctly set simulcastIdx for non VP8 co...glaznev@webrtc.org
2015-02-09Remove default arguments in EncodedImageCallback.changbin.shao@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-07-31Add H.264 packetization.stefan@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2014-01-09Make code simpler on VCMEncodedCallback.andresp@webrtc.org
2014-01-09Isolate register post encode callback in video coding module to simplify code...andresp@webrtc.org
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-09-23Reformatting media_optimization.cc and .hhenrik.lundin@webrtc.org
2013-09-23Adding unit tests for default temporal layer strategy.andresp@webrtc.org
2013-09-09ExternalVideoDecoder for new VideoEngine API.pbos@webrtc.org
2013-07-16Include files from webrtc/.. paths in video_coding/.pbos@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-05-16Cleanup traces in WebRTChclam@chromium.org
2013-04-11Fixes an issue where the start bitrate is stored in kbps instead of bps.stefan@webrtc.org
2013-04-09More trace eventshclam@chromium.org
2013-04-02Webrtc_Word32 => int32_t in video_coding/main/pbos@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-04Refactor NACK list creation to build the NACK list as packets arrive.stefan@webrtc.org
2012-10-25Fixes issues related to intra requests.stefan@webrtc.org
2012-10-24Switching to I420VideoFramemikhal@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org