summaryrefslogtreecommitdiff
path: root/modules/video_coding
AgeCommit message (Expand)Author
2014-07-16r6709 lacks a change in BUILD.gnminyue@webrtc.org
2014-07-16Raw packet loss rate reported by RTP_RTCP module may vary too drastically ove...minyue@webrtc.org
2014-07-11Fix bugs introduced by https://code.google.com/p/webrtc/source/detail?r=6667 .tommi@webrtc.org
2014-07-10Fix data race in VCMTiming::ResetDecodeTime.pbos@webrtc.org
2014-07-08Some refactoring inside rtp_rtcp/.pbos@webrtc.org
2014-07-07Add initial gn build files for video_coding and video_processing.stefan@webrtc.org
2014-07-04Add missing break introduced in r6603.stefan@webrtc.org
2014-07-04Add boilerplate code for H.264.stefan@webrtc.org
2014-07-04Configure RTX send status on new modules.pbos@webrtc.org
2014-06-30Make MediaOptimization thread-safe.wuchengli@chromium.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-17Add high perf mode to VP8niklas.enbom@webrtc.org
2014-06-03Enable videoprocessor_integrationtest tests on android.marpan@webrtc.org
2014-05-29Increase VPMVideoDecimator's initial max_frame_rate_ to 60, which allow us po...wu@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-20Revert r6198 "Expose the original packet length in in the RTP play tools."stefan@webrtc.org
2014-05-20Expose the original packet length in in the RTP play tools.stefan@webrtc.org
2014-05-20Suppress GMOCK printouts from TestVideoSenderWithVp8henrik.lundin@webrtc.org
2014-05-19Avoid NACK-list flush error on keyframe packets.pbos@webrtc.org
2014-05-19Don't crash if a frame returned from the decoder is too old.stefan@webrtc.org
2014-05-14Add webrtc field trials API.andresp@webrtc.org
2014-05-07Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can b...wu@webrtc.org
2014-05-06Remove timestamp_extrapolator's dependency to Clock and vcm defines.wu@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-17Fix crashes due to dangling external decoder pointer.fischman@webrtc.org
2014-04-16Remove use of tmpnam.kjellander@webrtc.org
2014-04-15Propagate capture ntp timestamp from rtp to renderer.wu@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2014-03-21Fix "unreachable code" warnings (MSVC warning 4702) in webrtc.pbos@webrtc.org
2014-03-20Use codec width/height as the encoded_image width/height.wu@webrtc.org
2014-03-18Add #include <cstdlib> for std::abs.pbos@webrtc.org
2014-03-13Replace labs with std::abs.pbos@webrtc.org
2014-03-07Remove std:: prefixes from C functions in webrtc/.pbos@webrtc.org
2014-03-05Remove upper check for number of cores in VCM, I didn't find any good reasons...mflodman@webrtc.org
2014-03-03Fix compilation errors under clang 3.5.pbos@webrtc.org
2014-02-24Split the implementation of VP8Encoder|Decoder::Create into a seperated filewu@webrtc.org
2014-01-31Add BWE tools for parsing RTP files.stefan@webrtc.org
2014-01-29Fix deadlock in video_receiver.cc.stefan@webrtc.org
2014-01-27Fix "field '_testNo' is uninitialized" warnings.pbos@webrtc.org
2014-01-14Remove empty VideoCodecGeneric struct.pbos@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
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-12-11Add SwapFrame() to VideoSendStreamInput.pbos@webrtc.org
2013-12-04Add send frame rate statistics callbacksprang@webrtc.org