aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
AgeCommit message (Expand)Author
2015-12-21Lint fix for webrtc/modules/video_coding PART 1!philipel
2015-12-18Expose codec implementation names in stats.Peter Boström
2015-11-18modules/video_coding refactoringsHenrik Kjellander
2015-11-17Trace encoding/decoding time in a generic way.pbos
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-23Remove VideoFrameType aliases for FrameType.Peter Boström
2015-10-21Remove system_wrappers/interface/trace_event.htommi
2015-10-20Add histogram for percentage of sent frames that are limited in resolution du...asapersson
2015-10-19Unify FrameType and VideoFrameType.pbos
2015-10-19Add histogram for percentage of sent frames that are limited in resolution du...asapersson
2015-10-06Remove kSkipFrame usage.Peter Boström
2015-10-01Update VP8 settings to avoid spending bitrate on static areas. PERF NOTEsprang
2015-09-25Implement a high-QP threshold for Android H.264.Peter Boström
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-07Fix for frame resolution in encoded frame callback.Asa Persson
2015-07-27Remove webrtc::Config from ViEChannelGroup.pbos
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-22Add default downscale threshold to QualityScaler.Peter Boström
2015-06-08Prevent bitrate overshoot for HD layer in VP8.Peter Boström
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-05-26Fix ARM64 detection for VP8 and VP9 wrappers.Stefan Holmer
2015-05-21Hardware VP8 encoding: Use QP as metric for resize.jackychen
2015-05-21Remove unused VideoDecoder methods.Peter Boström
2015-04-28Set correct encoder-specific settings for vpx in the new API.Erik Språng
2015-04-21Dynamic resolution change for VP8 HW encode.jackychen
2015-03-20Release buffer pool in Vp8DecoderImpl::Release().pbos@webrtc.org
2015-03-17VP8/9EncoderImpl::Encode: Check resolution of input I420VideoFramemagjed@webrtc.org
2015-03-17Add I420 buffer pool to avoid unnecessary allocationsmagjed@webrtc.org
2015-03-16Revert "Changed argument occurences of const I420VideoFrame* to const I420Vid...magjed@webrtc.org
2015-03-16I420VideoFrame.CreateFrame: Removed unnecessary buffer size arguments.hbos@webrtc.org
2015-03-16Changed argument occurences of const I420VideoFrame* to const I420VideoFrame&...hbos@webrtc.org
2015-03-04Set cpu_speed parameter for low resolutions, for non-simulcast.marpan@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-09Merge VP8 changes.pbos@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-09-23Use VPX_IMG_FMT_*/VPX_PLANE_* definesjohannkoenig@google.com
2014-09-12Add ability to downscale content to improve quality.pbos@webrtc.org
2014-06-17Add high perf mode to VP8niklas.enbom@webrtc.org
2014-04-15Propagate capture ntp timestamp from rtp to renderer.wu@webrtc.org
2014-03-20Use codec width/height as the encoded_image width/height.wu@webrtc.org
2014-02-24Split the implementation of VP8Encoder|Decoder::Create into a seperated filewu@webrtc.org
2013-09-06Add temporal layer factory.andresp@webrtc.org
2013-08-23Relanding 4597 - Don't force key frame when decoding with errors.mikhal@webrtc.org
2013-08-23Revert 4597 "Don't force key frame when decoding with errors"henrike@webrtc.org
2013-08-22Don't force key frame when decoding with errorsmikhal@webrtc.org
2013-07-17Undo libvpx include changes in r4348 to fix build.tnakamura@webrtc.org
2013-07-16Include files from webrtc/.. paths in video_coding/.pbos@webrtc.org
2013-06-18Use 3 threads for higher than 720p resolutionsfbarchard@google.com