Commit Graph

  • aea2510b8d Fix generate_asm_header. wjia@webrtc.org 2012-11-15 00:13:07 +00:00
  • 50419b0777 Add libjingle-style stream-style logging. andrew@webrtc.org 2012-11-14 19:07:54 +00:00
  • 1786436eb2 Pure Neon assembly coding for WebRtcIsacfix_AutocorrNeon() in iSAC-Fix. Review URL: https://webrtc-codereview.appspot.com/939018 kma@webrtc.org 2012-11-14 18:44:24 +00:00
  • 9e9cc72b53 Relanding r3071 - updates for i420: Making sure that decoded frame is complete and buffer size is sufficient. Re-landing is possible following r3094 - which disabled a problematic test. mikhal@webrtc.org 2012-11-14 17:56:46 +00:00
  • 71fd288b95 Fixed indentation and added the description of how to supply argument with specification of a name for the ouputfile where the contentMetrics etc. are logged. brykt@google.com 2012-11-14 14:46:52 +00:00
  • a36d75a03c Reformatted condition_variable* in system_wrappers. phoglund@webrtc.org 2012-11-14 09:55:04 +00:00
  • 12b828ac90 Fixed test memory leak + disabled base test. phoglund@webrtc.org 2012-11-14 09:41:48 +00:00
  • 56a0076d66 Add myself to the all_webrtc watchlist. andrew@webrtc.org 2012-11-14 01:27:31 +00:00
  • cb7561c945 Adding myself to webrtc watchlist. fischman@webrtc.org 2012-11-14 00:21:59 +00:00
  • 6b9543b801 Add libpaced_sender to Android makefile leozwang@webrtc.org 2012-11-13 23:36:41 +00:00
  • d5fbdc8e52 Increase number of channels that can be supported on Android leozwang@webrtc.org 2012-11-13 21:30:34 +00:00
  • 571a1c035b Enable paced sender. Review URL: https://webrtc-codereview.appspot.com/965016 pwestin@webrtc.org 2012-11-13 21:12:39 +00:00
  • 42aa10eba7 Clarifies the bandwidth estimation interfaces. stefan@webrtc.org 2012-11-13 15:02:13 +00:00
  • 7577ddf27b Refactoring acm_generic_codec tina.legrand@webrtc.org 2012-11-13 14:09:35 +00:00
  • 1726661ca2 Update parsed non ref frame info. Review URL: https://webrtc-codereview.appspot.com/932015 asapersson@webrtc.org 2012-11-13 13:39:51 +00:00
  • c734669dbf Re-create libvpx configuration files for Android leozwang@webrtc.org 2012-11-13 01:19:07 +00:00
  • 8d18526834 Fixes an incorrect if statement in vie_sync_module.cc. stefan@webrtc.org 2012-11-12 18:51:52 +00:00
  • 6e470076ef mac: Fix a port leak in threading code. thakis@chromium.org 2012-11-12 18:30:59 +00:00
  • b900721472 Fix OpenGL rendering of WebRTCDemo by accounting for stride != width. fischman@webrtc.org 2012-11-12 16:39:25 +00:00
  • af49062a35 Revert 3071 - i420:verify image length henrik.lundin@webrtc.org 2012-11-12 09:16:08 +00:00
  • cb76c3c3f7 Unbreak ninja/android build of webrtc. fischman@webrtc.org 2012-11-10 22:39:37 +00:00
  • 6590ec3a62 Teach webrtc/codereview.settings how to point at svn rev's so rietveld issues get a useful URL. fischman@webrtc.org 2012-11-10 22:38:10 +00:00
  • f4b26178df Re-initialize enough state on "Stop Call" to be able to stop/start multiple calls in succession. fischman@webrtc.org 2012-11-09 20:57:24 +00:00
  • b518017e71 Adding pacing module, will replace the transmission_bucket in the RTP module. pwestin@webrtc.org 2012-11-09 20:56:23 +00:00
  • f875fd22c0 i420:verify image length mikhal@webrtc.org 2012-11-09 18:48:30 +00:00
  • 701567a864 Capture module: Fixing size computation for u and v planes TEST=trybots mikhal@webrtc.org 2012-11-09 18:45:12 +00:00
  • 06d72d881f Add Android OWNER files leozwang@webrtc.org 2012-11-09 17:51:55 +00:00
  • e8ef807a2d Added possibility to run quality modes test. Added possibility to input arguments to the test. The test will (for each frame) log the values in contentMetrics to a txt-file. The txt-file can optionally be saved in a specific place. Fixed an issue where video_coding_test crashed if there weren't any parameter submitted to an input argument. brykt@google.com 2012-11-09 16:16:41 +00:00
  • 9cb9fc17b1 Reformatted atomic32 files. phoglund@webrtc.org 2012-11-09 08:57:25 +00:00
  • fa65c851fe Optimized function AllpassFilter2FixDec16() in isac fix for Android Neon platforms. With an offline test, codec cycles were reduced by 4%. Review URL: https://webrtc-codereview.appspot.com/936007 kma@webrtc.org 2012-11-09 00:39:45 +00:00
  • b952a90038 Remove an unused Shutdown method from the ThreadWrapper interface. The method was flagged by Chrome engineers as dubious since it uses TerminateThread. As it turns out, we don't use this method anywhere, so we can simply remove it! :) tommi@webrtc.org 2012-11-08 13:40:59 +00:00
  • 1401285fe7 Can now fully control custom calls from the command line. phoglund@webrtc.org 2012-11-08 12:18:19 +00:00
  • 2a749d3108 Verify output frame timestamp in VideoProcessingModuleTest.Resampler. wu@webrtc.org 2012-11-08 01:07:21 +00:00
  • 206532e6e2 Fix a bug in spatial_resampler where we should set the timestamp after Scale. wu@webrtc.org 2012-11-07 23:37:41 +00:00
  • 12454028bc Fixed and enabled ARM assembly code in AECM and NS. Review URL: https://webrtc-codereview.appspot.com/860005 kma@webrtc.org 2012-11-07 22:34:31 +00:00
  • 31eae47444 Implemented a build system that generates offset header files for ARM assembly files, in Android. kma@webrtc.org 2012-11-07 22:34:16 +00:00
  • 055663be0a Updating vp8 tests mikhal@webrtc.org 2012-11-07 21:36:15 +00:00
  • c862f49b2d Move capture level computation after all processing. andrew@webrtc.org 2012-11-07 19:08:03 +00:00
  • 7096fc0126 Break out unittest helpers for remote_bitrate_estimator. stefan@webrtc.org 2012-11-07 18:35:30 +00:00
  • ac993fef2c Adding codecType to OnIncomingCapturedEncodedFrame partially reverting r3013. mikhal@webrtc.org 2012-11-07 17:18:04 +00:00
  • c66e8b3f31 pre-factor cleanup pre-work. Review URL: https://webrtc-codereview.appspot.com/938010 pwestin@webrtc.org 2012-11-07 17:01:04 +00:00
  • 4cebe6cded Made TickTime immutable, rewrote tick utils to be fakeable. phoglund@webrtc.org 2012-11-07 13:37:19 +00:00
  • 6e9890d1aa Removed ViEBaseObserver. mflodman@webrtc.org 2012-11-07 10:48:40 +00:00
  • 8d0cef3bd2 Updating opus in .gitignore kjellander@webrtc.org 2012-11-07 08:22:10 +00:00
  • 0ad3c1af0a Adding Opus stereo support to WebRTC tina.legrand@webrtc.org 2012-11-07 08:07:29 +00:00
  • 6dddfe9c35 Fix for webrtc issue 1052 on windows with vie_auto_test. Review URL: https://webrtc-codereview.appspot.com/929014 vikasmarwaha@webrtc.org 2012-11-06 21:19:52 +00:00
  • ddcc9429e7 Check the channels in receive-side processing frames. andrew@webrtc.org 2012-11-06 18:39:40 +00:00
  • e5b49a0472 Update timestamp offset for re-transmitted packets. BUG=1059 Review URL: https://webrtc-codereview.appspot.com/930011 asapersson@webrtc.org 2012-11-06 13:09:39 +00:00
  • f17d7d1dde Using proper GYP references for Strmiids.lib on Windows kjellander@webrtc.org 2012-11-05 13:13:05 +00:00
  • f7fa6276e2 Reformating files in audio coding module. tina.legrand@webrtc.org 2012-11-05 09:35:51 +00:00
  • a56d759723 Removing use of raw buffers for I420PSNR and I420SSIM functions kjellander@webrtc.org 2012-11-02 22:36:14 +00:00
  • 5f9970fb0b Refactor OpenSL audio driver leozwang@webrtc.org 2012-11-02 16:48:03 +00:00
  • 737ed3bfa5 libyuv wrapper: 1. Updating rotation settings - in case of 90 or 270 degree rotations, width and height should be updated accordingly. 2. Test clean-up. mikhal@webrtc.org 2012-11-01 15:45:38 +00:00
  • 1be46fc721 Change src/webrtc in WATCHLIST. mflodman@webrtc.org 2012-11-01 08:09:09 +00:00
  • f3ffcceaf8 Adding default trybot names to PRESUBMIT.py. With this change, only the listed trybots will be the ones that a tryjob is sent to. This works because there's a check in depot_tools/presubmit_support.py that looks for a function defined with the name 'GetPreferredTrySlaves'. kjellander@webrtc.org 2012-10-31 14:52:21 +00:00
  • ef629299e9 Landing http://review.webrtc.org/914006/ Review URL: https://webrtc-codereview.appspot.com/930007 niklas.enbom@webrtc.org 2012-10-31 14:35:11 +00:00
  • 1a2a6dda26 Fixes a bitrate mismatch between sender and receiver. stefan@webrtc.org 2012-10-31 12:21:13 +00:00
  • e034f21d8d Remove video_capture/test/android andrew@webrtc.org 2012-10-31 05:36:50 +00:00
  • 9841d92b8d Reorganize modules/video_render. andrew@webrtc.org 2012-10-31 05:22:11 +00:00
  • 3c01316d5a Fix Android build after video_capture reorg. andrew@webrtc.org 2012-10-30 22:17:21 +00:00
  • 94caca7105 Reorganize modules/video_capture. andrew@webrtc.org 2012-10-30 21:58:00 +00:00
  • 5ff091f16a Init capturePicture with GetCaptureDeviceSnapshot so that the SetRenderStartImage test won't depend on the previous test which may be disabled by the include_timing_dependent_tests flag. This is a fix for LinuxLargeTests. wu@webrtc.org 2012-10-30 21:52:03 +00:00
  • 91a0340a61 Adding stride alignment mikhal@webrtc.org 2012-10-30 19:19:32 +00:00
  • 6ab92ed42d Check if opus exists when build test app on Android leozwang@webrtc.org 2012-10-30 19:04:58 +00:00
  • c381a8487a Fix valgrind issue. Code was removed by mistake in r2983. mikhal@webrtc.org 2012-10-30 18:22:02 +00:00
  • f6a4a49ab8 Suppress the -Wno-address-of-array-temporary for linux clang. wu@webrtc.org 2012-10-30 16:43:23 +00:00
  • 2f476ed760 Fix uninitialzed memory and cleanup. pwestin@webrtc.org 2012-10-30 16:21:52 +00:00
  • ff137edc53 Work around with issue 971 (signal_processing_unittests fails memcheck when compiled with GCC 4.6). Review URL: https://webrtc-codereview.appspot.com/935008 kma@webrtc.org 2012-10-30 01:19:42 +00:00
  • 6dcef360f8 Follow-up CL for r3007. stefan@webrtc.org 2012-10-29 16:06:08 +00:00
  • e83d3111d4 Removing codecType from capture API mikhal@webrtc.org 2012-10-29 15:59:40 +00:00
  • 6f19b1b651 Enable Opus leozwang@webrtc.org 2012-10-27 17:46:55 +00:00
  • 8186534111 Only reinitialize AudioProcessing when needed. andrew@webrtc.org 2012-10-27 00:28:27 +00:00
  • e08adf0957 fix print out in mirror test mikhal@webrtc.org 2012-10-26 22:58:58 +00:00
  • 8d2f5c59cd Fixing BWE estimation reordering issue mikhal@webrtc.org 2012-10-26 22:53:21 +00:00
  • c9471474e4 Roll libyuv to r438 to get vs2012 cleanup, NV12 to/from I420 and NV21. Added Unaligned unittests. BUG=none TEST=libyuv unittests Review URL: https://webrtc-codereview.appspot.com/922008 fbarchard@google.com 2012-10-26 20:31:23 +00:00
  • e341fd6073 Fixes http://code.google.com/p/webrtc/issues/detail?id=1003 henrike@webrtc.org 2012-10-25 22:02:50 +00:00
  • bc48b8c803 Fixes http://code.google.com/p/webrtc/issues/detail?id=1002 henrike@webrtc.org 2012-10-25 22:01:25 +00:00
  • a5d4c31735 Fixing IsZeroSize call mikhal@webrtc.org 2012-10-25 21:31:31 +00:00
  • a3ae6dc846 Remove opus include path from opus.gypi. andrew@webrtc.org 2012-10-25 17:51:09 +00:00
  • 9169b51fe7 Fixing vpm valgrind issues introduced in r2893 mikhal@webrtc.org 2012-10-25 15:23:11 +00:00
  • 512535097e Added buffer length when calling encrypt(). Write the extra two bytes. xians@webrtc.org 2012-10-25 13:58:02 +00:00
  • 8dde197788 Only remove encoder state feedback for send channels. mflodman@webrtc.org 2012-10-25 13:06:22 +00:00
  • 1f8c02a4de Getting Opus from Chrome tina.legrand@webrtc.org 2012-10-25 12:37:08 +00:00
  • d6ec386ff5 Revert the revert in r2988 since that wasn't the issue. Review URL: https://webrtc-codereview.appspot.com/931005 mflodman@webrtc.org 2012-10-25 11:30:29 +00:00
  • cf21686cd5 Fixes issues related to intra requests. stefan@webrtc.org 2012-10-25 11:29:51 +00:00
  • d7ee10fe0f Remove internal version of Opus tina.legrand@webrtc.org 2012-10-25 10:47:14 +00:00
  • 8239ca5096 Reverse Merged r2884 & r2888 from trunk. Review URL: https://webrtc-codereview.appspot.com/929005 vikasmarwaha@webrtc.org 2012-10-24 22:35:52 +00:00
  • 746721b12d Fixes the layer sync bit for temporal layer 0 pwestin@webrtc.org 2012-10-24 22:27:21 +00:00
  • 1997ddb713 Fix valgrind issue introduced in r2983 mikhal@webrtc.org 2012-10-24 21:34:21 +00:00
  • 87736720eb Enable Opus for Chrome Review URL: https://webrtc-codereview.appspot.com/935005 niklas.enbom@webrtc.org 2012-10-24 20:12:54 +00:00
  • 9fedff7c17 Switching to I420VideoFrame mikhal@webrtc.org 2012-10-24 18:33:04 +00:00
  • 6392657643 Remove third_party/opus/opus.gyp tina.legrand@webrtc.org 2012-10-24 12:38:42 +00:00
  • c0ceb8227f Adding possibility to set usage of temporal layers from outside of VP8 gyp file. henrikg@webrtc.org 2012-10-24 12:34:28 +00:00
  • bfad0a7088 Update svn:ignore for the codecs folder. tommi@webrtc.org 2012-10-24 10:52:01 +00:00
  • c05c5fc4db Update svn:ignore. tommi@webrtc.org 2012-10-24 10:12:04 +00:00
  • 2e40582760 Roll libvpx to fd3078fd8fe7. marpan@webrtc.org 2012-10-23 23:57:27 +00:00
  • 017ed5c76a Correct adb_shell runtime error on buildbot leozwang@webrtc.org 2012-10-23 22:24:56 +00:00
  • 6b1ed94922 Add device id to adb shell leozwang@webrtc.org 2012-10-23 20:25:25 +00:00
  • 4828e4c61f Add adb_shell script for android leozwang@webrtc.org 2012-10-23 18:34:23 +00:00
  • 8d408455d9 Generalized suppressions to cover issues found on bot. phoglund@webrtc.org 2012-10-23 09:21:16 +00:00