aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_processing/main/test
AgeCommit message (Expand)Author
2015-11-18modules/video_processing: refactor interface->include + more.Henrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-18Remove id from VideoProcessingModule.Peter Boström
2015-06-10Ensures that modules_unittests runs on iOShenrika
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-05-28video_processing_unittest: Only create files for visual inspection if the boo...Henrik Boström
2015-05-13Remove VideoProcessing::ColorEnhancement.Peter Boström
2015-03-18DCHECK frame parameters instead of return codes.pbos@webrtc.org
2015-03-16Revert "Changed argument occurences of const I420VideoFrame* to const I420Vid...magjed@webrtc.org
2015-03-16Changed argument occurences of const I420VideoFrame* to const I420VideoFrame&...hbos@webrtc.org
2015-03-09Remove VideoRotationMode to VideoRotation.guoweis@webrtc.org
2015-03-02I420VideoFrame: Remove functions set_width and set_heightmagjed@webrtc.org
2015-02-27Revert "I420VideoFrame: Remove functions set_width, set_height, and ResetSize"magjed@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-19I420VideoFrame: Remove functions set_width, set_height, and ResetSizemagjed@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-12webrtc::Scaler: Preserve aspect ratiomagjed@webrtc.org
2014-11-11Revert 7679 "webrtc::Scaler: Preserve aspect ratio"magjed@webrtc.org
2014-11-11webrtc::Scaler: Preserve aspect ratiomagjed@webrtc.org
2014-07-15Remove the VPM denoiser.pbos@webrtc.org
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
2013-11-25Clear empty video frames in unittest so DrMemory will allow them to be read w...fbarchard@google.com
2013-10-03Reformatting VPM: First step - No functional changes.mikhal@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-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-16Remove vim/emacs modelines from .gypi filespbos@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in video_processing/pbos@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-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