aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_processing/main
AgeCommit message (Expand)Author
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-18Remove id from VideoProcessingModule.Peter Boström
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-07-13Allow for framerate reduction for HW encoder.jackychen
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-04-10Cleanup: Remove i420_video_frame.h header.Thiago Farina
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-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@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-25Moved gypi to avoid presubmit warning about '..' when touching the files.andresp@webrtc.org
2015-02-19I420VideoFrame: Remove functions set_width, set_height, and ResetSizemagjed@webrtc.org
2015-01-29Remove ChangeUniqueID.tommi@webrtc.org
2015-01-14Move system_wrappers.gyp files to the proper directory.andresp@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.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-09-11Mark all virtual overrides in the hierarchy of Module as virtual and OVERRIDE.henrik.lundin@webrtc.org
2014-09-08video_processing: Removed usage of WEBRTC_SPL_UMUL_16_16bjornv@webrtc.org
2014-08-26Remove Android.mk build files.pbos@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
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