summaryrefslogtreecommitdiff
path: root/modules/video_processing/main
AgeCommit message (Expand)Author
2014-05-29Increase VPMVideoDecimator's initial max_frame_rate_ to 60, which allow us po...wu@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-10Remove usage of webrtc trace in video processing modules.asapersson@webrtc.org
2013-11-25Clear empty video frames in unittest so DrMemory will allow them to be read w...fbarchard@google.com
2013-10-04VPM: Fixing namespacemikhal@webrtc.org
2013-10-03Reformatting VPM: First step - No functional changes.mikhal@webrtc.org
2013-09-26Remove include_dirs from video_processing.pbos@webrtc.org
2013-08-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
2013-07-08Disables unit tests that don't work on Android for Android.henrike@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-07-03Rename unit_test.{cc,h} under module_unittest.pbos@webrtc.org
2013-06-14Merge more tests into modules_{unit,integration}tests.kjellander@webrtc.org
2013-05-27Include files from webrtc/.. paths in video_processing/pbos@webrtc.org
2013-04-30Consolidate common_audio into a single target.andrew@webrtc.org
2013-04-16Remove vim/emacs modelines from .gypi filespbos@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in video_processing/pbos@webrtc.org
2013-01-18Remove '<(library)' in gyp files.wjia@webrtc.org
2013-01-08Using Convert in lieu of ExtractBuffer: Less error prone (as we don't need to...mikhal@webrtc.org
2012-12-13vpm unit test: Diasble frame dropping in testsmikhal@webrtc.org
2012-12-13vpm: removing unnecessary memcpymikhal@webrtc.org
2012-11-08Verify output frame timestamp in VideoProcessingModuleTest.Resampler.wu@webrtc.org
2012-11-07Fix a bug in spatial_resampler where we should set the timestamp after Scale.wu@webrtc.org
2012-11-07Made TickTime immutable, rewrote tick utils to be fakeable.phoglund@webrtc.org
2012-10-25Fixing vpm valgrind issues introduced in r2893mikhal@webrtc.org
2012-10-24Fix valgrind issue introduced in r2983mikhal@webrtc.org
2012-10-24Switching to I420VideoFramemikhal@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org