summaryrefslogtreecommitdiff
path: root/modules/video_coding
AgeCommit message (Expand)Author
2014-04-10Merge third_party/webrtc from https://chromium.googlesource.com/external/webr...Android Chromium Automerger
2014-04-09Update makefiles after merge of Chromium at 262754Android Chromium Automerger
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2014-04-07Update makefiles after merge of Chromium at 262110Android Chromium Automerger
2014-04-04Update makefiles after merge of Chromium at 261622Android Chromium Automerger
2014-04-01Update makefiles after merge of Chromium at 260927Android Chromium Automerger
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
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-11-18Rename AutoMute to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-11-11Remove ".." from include_dirs in build/common.pbos@webrtc.org
2013-11-06Fix for video_processor_intergration_tests to run in parallel.marpan@webrtc.org
2013-10-28Adding tl0idx consideration for continuitymikhal@webrtc.org
2013-10-28Removing the threshold from the auto-mute APIshenrik.lundin@webrtc.org
2013-10-23Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrom...fischman@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-22Add CurrentLayerId() to temporal layers.marpan@webrtc.org
2013-10-04Revert r4913 that reverts r4911. Original CL description:andresp@webrtc.org
2013-10-03Revert 4911 "Adding temporal layer strategy that keeps base laye..."turaj@webrtc.org
2013-10-03Reformatting VPM: First step - No functional changes.mikhal@webrtc.org
2013-10-03Adding temporal layer strategy that keeps base layer framerate at an acceptab...andresp@webrtc.org
2013-09-30Propagate AutoMuter interface out to VideoCodingModulehenrik.lundin@webrtc.org
2013-09-28Change the parameters of calculating maximum decode time.wuchengli@chromium.org
2013-09-26Implemented AutoMuter in MediaOptimizationhenrik.lundin@webrtc.org
2013-09-26Remove include_dirs from video_coding.pbos@webrtc.org
2013-09-24Disable some VP8 tests on Android.andrew@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-09-23Adding unit tests for default temporal layer strategy.andresp@webrtc.org
2013-09-20Avoid recursively taking critical section.stefan@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-16Split video coding module unit tests into sender and receiver unit tests.andresp@webrtc.org