andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						22f6f85fcc 
					 
					
						
						
							
							Remove redundant initialization.  
						
						... 
						
						
						
						TBR=xians@webrtc.org 
BUG=6140661
TEST=build on Linux
Review URL: https://webrtc-codereview.appspot.com/576005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2197  4adac7df-926f-26a2-2b94-8c16560cd09d 
					
						2012-05-08 17:18:28 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						e59a0aca6a 
					 
					
						
						
							
							Fix AudioFrame types.  
						
						... 
						
						
						
						volume_ is not set anywhere so I'm removing it.
BUG=
TEST=trybots
Review URL: https://webrtc-codereview.appspot.com/556004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2196  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 17:12:40 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						f5fe1000de 
					 
					
						
						
							
							Enable cpu auto detection and ns optimized code on android  
						
						... 
						
						
						
						BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/547006 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2195  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 15:20:02 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						9cc186405f 
					 
					
						
						
							
							Removed CleanUp call in Windows, since I couldn't find a call to it.  
						
						... 
						
						
						
						This solves Coverity issue 14424 by deleting the code.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/579005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2194  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 11:40:06 +00:00 
						 
				 
			
				
					
						
							
							
								mflodman@webrtc.org 
							
						 
					 
					
						
						
							
						
						e553031580 
					 
					
						
						
							
							Refactore base, Capture, Codec and Custom Call parts of autotest. The CL doesn't contain any real functional changes, only style changes, cast changes and changing reference to pointer as input argument to functions.  
						
						... 
						
						
						
						Custome call still doesn't pass cpplint, but I'll take that in another CL to not change the structure in the style change CL.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/523001 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2193  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 10:38:36 +00:00 
						 
				 
			
				
					
						
							
							
								braveyao@webrtc.org 
							
						 
					 
					
						
						
							
						
						113f851cc3 
					 
					
						
						
							
							Merge Chromium issue 95797 into WebRTC.  
						
						... 
						
						
						
						Bug = 450
Test = Manual test
Review URL: https://webrtc-codereview.appspot.com/551004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2192  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 09:28:39 +00:00 
						 
				 
			
				
					
						
							
							
								pwestin@webrtc.org 
							
						 
					 
					
						
						
							
						
						7415f371ac 
					 
					
						
						
							
							Revert VP8 Deblocker.  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/563007 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2191  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 09:06:31 +00:00 
						 
				 
			
				
					
						
							
							
								pwestin@webrtc.org 
							
						 
					 
					
						
						
							
						
						5019c9583c 
					 
					
						
						
							
							Enable VP8 deblocker.  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/578004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2190  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-08 08:40:28 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						589673f1cb 
					 
					
						
						
							
							Fix volume setting while not playing on PulseAudio.  
						
						... 
						
						
						
						We now only set the volume when starting playout if the user has called
SetSpeakerVolume while we weren't playing. This now also ensures it will
actually get set to what the user requested rather than being overridden
by a default value.
Add tests to voe_auto_test.
BUG=6140661
TEST=voe_auto_test
Review URL: https://webrtc-codereview.appspot.com/566006 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2188  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-07 21:42:49 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						20a05cd778 
					 
					
						
						
							
							Disable WEBRTC_SVNREVISION  
						
						... 
						
						
						
						Description:
This CL will temporally define WEBRTC_SVNREVISION as "n/a" because it
could break Chromium if svn is not installed.
The long term solution is a have a script that could deal with it, and
have it support git-svn which is used by most developers.
BUG=496
TEST=build on Linux
Review URL: https://webrtc-codereview.appspot.com/569007 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2187  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-07 21:16:33 +00:00 
						 
				 
			
				
					
						
							
							
								turaj@webrtc.org 
							
						 
					 
					
						
						
							
						
						fe4cfa7e5e 
					 
					
						
						
							
							Hi Tina,  
						
						... 
						
						
						
						I have uploaded this patch for your review. I have done an extensive test to be sure that removing of tables does not create any problem. 
The test file, is called test_lpc.c which requires a hack to standard iSAC. The test computes LPC coefficients, then encodes and decodes with old and new (size-reduced) tables. It compares the results is all steps. I have ran the test over large set of files, more then 51 hours of audio, and there was no error. 
I tried to do no formatting so the review to be easier, but I know it can be a tricky CL. Hopefully, the test file helps you to be more confident on the CL. 
Thanks,... Turaj  
In this change list the LPC tables associated with mode 1 & 2 are remoded, and necessary cahnges are made to other files. 
The only model allowed is model number 0. Therefore, this CL breaks compatibility with iSAC released prior to 2.4.3. To avoid changing the bit-stream, we still keep the model number in the bit-stream. 
entropy_coding.c is cleaned up, especially encoding of LAR had KLT transform of LPC gains which are removed now. 
Review URL: https://webrtc-codereview.appspot.com/548004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2186  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-07 20:36:22 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						d46fe7034b 
					 
					
						
						
							
							Two bug fixs in android surface render  
						
						... 
						
						
						
						Descritption:
This CL addresses two issues in android surface view render,
1. Uninitlized class members _javaByteBufferObj and _directBuffer which
   could cause crash.
2. Using ConvertI420ToRGB565. We should use high level libyuv apis
   to help libyuv maintainer.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/566005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2185  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-07 20:29:43 +00:00 
						 
				 
			
				
					
						
							
							
								braveyao@webrtc.org 
							
						 
					 
					
						
						
							
						
						ba0f9fe10b 
					 
					
						
						
							
							Trival fix to voe_auto_test according to the main source codes  
						
						... 
						
						
						
						BUG = NULL
TEST = voe_auto_test
Review URL: https://webrtc-codereview.appspot.com/554004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2184  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-07 10:06:43 +00:00 
						 
				 
			
				
					
						
							
							
								phoglund@webrtc.org 
							
						 
					 
					
						
						
							
						
						f5657efd31 
					 
					
						
						
							
							Rolled back r2177 since it breaks vie_auto_test.  
						
						... 
						
						
						
						I'm not sure what is the right thing to do here. That would probably be to call Release() the right amount of times and ensuring that the last call returns 0 (e.g. all references have been released), but I'll leave it up to the CL author to investigate that.
TBR=elham@webrtc.org 
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/569005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2183  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-07 07:59:32 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						07bf9a07f5 
					 
					
						
						
							
							Add test to verify identical input channels result in identical output channels.  
						
						... 
						
						
						
						BUG=issue411
TEST=audioproc_unittest, trybots
Review URL: https://webrtc-codereview.appspot.com/553009 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2182  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-05 00:32:00 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						329fcbba29 
					 
					
						
						
							
							Reduce PSNR because I420ToARGB888 return lowers number on windows  
						
						... 
						
						
						
						TBR=stefan, marpan
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/562005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2178  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 21:31:22 +00:00 
						 
				 
			
				
					
						
							
							
								elham@webrtc.org 
							
						 
					 
					
						
						
							
						
						c2f8832a32 
					 
					
						
						
							
							Fix for FileTest failure in vie_auto_test  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/570004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2177  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 21:17:30 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						1ea25b4c3d 
					 
					
						
						
							
							Change PSNR for I420ToARGB888 and I420ToRGB565  
						
						... 
						
						
						
						TBR=stefan, marpan
BUG=
TEST=test on linux
Review URL: https://webrtc-codereview.appspot.com/569004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2176  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 17:55:57 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						83958dfe06 
					 
					
						
						
							
							Add ARGB and RGB565 unit test  
						
						... 
						
						
						
						BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/563004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2175  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 17:07:45 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						3ebff4c2e9 
					 
					
						
						
							
							Add ConvertToARGB and enable RGB565  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/566004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2174  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 17:07:30 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						e62fec2285 
					 
					
						
						
							
							Bug fix and refactor video capture code on android  
						
						... 
						
						
						
						BUG=
TEST=test on android
Review URL: https://webrtc-codereview.appspot.com/541009 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2173  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 17:06:32 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						b6f2417f37 
					 
					
						
						
							
							Renamed all _test.cc files to _unittest.cc, to conform to convention  
						
						... 
						
						
						
						for webrtc.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/560004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2172  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-04 08:13:57 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						8b6f749b0a 
					 
					
						
						
							
							Rewrite makefile to link with stl statically  
						
						... 
						
						
						
						By doing this way, webrtc.so doesn't depend on stlport_shared
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/546005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2170  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-03 16:07:15 +00:00 
						 
				 
			
				
					
						
							
							
								phoglund@webrtc.org 
							
						 
					 
					
						
						
							
						
						0b7ba967f5 
					 
					
						
						
							
							Fixed comments and added new flags for the PyAuto test.  
						
						... 
						
						
						
						The ChromeBloat bot will now also be ignored for LKGRs.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/559004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2169  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-03 14:21:14 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						54536bb6d4 
					 
					
						
						
							
							Refactoring of the TMMBRSet class, giving it a reasonably tight interface.  
						
						... 
						
						
						
						The CL also fixes a number of line length and tab issues in touched files.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/553005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2168  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-03 14:07:23 +00:00 
						 
				 
			
				
					
						
							
							
								pwestin@webrtc.org 
							
						 
					 
					
						
						
							
						
						3bc38c86e8 
					 
					
						
						
							
							Fix color enhancement test.  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/553007 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2167  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-03 13:15:35 +00:00 
						 
				 
			
				
					
						
							
							
								pwestin@webrtc.org 
							
						 
					 
					
						
						
							
						
						209442a560 
					 
					
						
						
							
							Missing file  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/556005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2166  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-03 11:36:06 +00:00 
						 
				 
			
				
					
						
							
							
								pwestin@webrtc.org 
							
						 
					 
					
						
						
							
						
						e9727cdbaa 
					 
					
						
						
							
							Fixed some memory leaks.  
						
						... 
						
						
						
						Review URL: https://webrtc-codereview.appspot.com/558004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2165  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-03 11:32:25 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						63a509858d 
					 
					
						
						
							
							Rename AudioFrame members.  
						
						... 
						
						
						
						BUG=
TEST=trybots
Review URL: https://webrtc-codereview.appspot.com/542005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2164  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 23:56:37 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						7fdb909339 
					 
					
						
						
							
							Reformat and add more debug info into ViESurfaceRenderer  
						
						... 
						
						
						
						BUG=
TEST=test on android
Review URL: https://webrtc-codereview.appspot.com/546004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2163  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 16:45:55 +00:00 
						 
				 
			
				
					
						
							
							
								bjornv@webrtc.org 
							
						 
					 
					
						
						
							
						
						b286bfb13e 
					 
					
						
						
							
							VAD refactoring: Replaced hard coded array sizes with enum.  
						
						... 
						
						
						
						Further replaced hard coded calculations with a for loop for better understanding.
Tested with vad_unittests and audioproc_unittest.
BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/519002 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2162  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 12:14:57 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						404843e6e5 
					 
					
						
						
							
							Timeout tests for TMMBR  
						
						... 
						
						
						
						Added a test that injects 3 packets and then times out.
Rewrote the packet construction in test to use a builder format.
This makes tests a lot more readable.
Odd behaviour of timeout found; documented as test.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/553004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2161  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 09:56:45 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						3c0df7d376 
					 
					
						
						
							
							Fixed a build break: I'd forgotten to remove a DELETE statement.  
						
						... 
						
						
						
						BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/555004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2160  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 08:22:21 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						47059b5dfb 
					 
					
						
						
							
							Adds unit tests for RTCP receiver, focusing on TMMBR handling.  
						
						... 
						
						
						
						This is the first part of a plan:
- Get basic unit tests for rtcp_receiver.
- Get an unit test for some code inside rtcp_receiver
  that touches the TMMBRSet class in hard-to-decipher ways
  (rtcp_receiver_help, GetTMMBRSet function, use of memmove()).
- Refactor the TMMBRSet class.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/547005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2159  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 07:46:22 +00:00 
						 
				 
			
				
					
						
							
							
								kjellander@webrtc.org 
							
						 
					 
					
						
						
							
						
						1e1dd170e0 
					 
					
						
						
							
							Disabling PTY for mv command on Android bot.  
						
						... 
						
						
						
						BUG=None
TEST=Tested on local master with the Android bot slave.
Review URL: https://webrtc-codereview.appspot.com/552004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2158  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 07:45:27 +00:00 
						 
				 
			
				
					
						
							
							
								phoglund@webrtc.org 
							
						 
					 
					
						
						
							
						
						719dba7e79 
					 
					
						
						
							
							Further cleaned up voe_standard_test.  
						
						... 
						
						
						
						BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/522003 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2157  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 07:32:37 +00:00 
						 
				 
			
				
					
						
							
							
								phoglund@webrtc.org 
							
						 
					 
					
						
						
							
						
						dbb7f91f36 
					 
					
						
						
							
							The ChromeBloat bot will now also be ignored for LKGRs.  
						
						... 
						
						
						
						BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/543004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2156  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 06:32:30 +00:00 
						 
				 
			
				
					
						
							
							
								fbarchard@google.com 
							
						 
					 
					
						
						
							
						
						efecc18cdf 
					 
					
						
						
							
							libyuv updates for better code generation on OSX clang for scale  
						
						... 
						
						
						
						BUG=478
TEST=build libyuv and disassemble scale.o with otool -tV.  Should use registers for C loops, not stack.
Review URL: https://webrtc-codereview.appspot.com/550005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2155  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 00:41:29 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						ecac9b721e 
					 
					
						
						
							
							Add tests for downmixing and no processing.  
						
						... 
						
						
						
						BUG=issue419
TEST=audioproc_unittest
Review URL: https://webrtc-codereview.appspot.com/532001 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2154  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-02 00:04:10 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						63ea5ef5da 
					 
					
						
						
							
							Regenerate jni files and bring audio alive  
						
						... 
						
						
						
						BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/550004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2153  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-01 22:13:49 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						d5548f5d04 
					 
					
						
						
							
							Disable clang Chrome plugins on all platforms.  
						
						... 
						
						
						
						(Will fix Linux-clang bot).
TBR=wu@webrtc.org 
BUG=issue163
TEST=build on Linux-clang
Review URL: https://webrtc-codereview.appspot.com/545005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2152  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-01 21:39:34 +00:00 
						 
				 
			
				
					
						
							
							
								andrew@webrtc.org 
							
						 
					 
					
						
						
							
						
						fed1894330 
					 
					
						
						
							
							Roll Chromium 132375:134666 and libyuv 216:254.  
						
						... 
						
						
						
						BUG=
TEST=trybots
Review URL: https://webrtc-codereview.appspot.com/539006 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2151  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-05-01 21:03:10 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						85b089a0ca 
					 
					
						
						
							
							Fix ConvertI420ToRGB565 bug  
						
						... 
						
						
						
						BUG=
TEST=test on android
Review URL: https://webrtc-codereview.appspot.com/541005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2150  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 17:59:08 +00:00 
						 
				 
			
				
					
						
							
							
								leozwang@webrtc.org 
							
						 
					 
					
						
						
							
						
						e7ac5fde72 
					 
					
						
						
							
							Minor changes to remove dead code in opensl es  
						
						... 
						
						
						
						BUG=
TEST=build on all platforms
Review URL: https://webrtc-codereview.appspot.com/539004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2149  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 14:42:17 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						65a4e4ed56 
					 
					
						
						
							
							Minor refactoring: RTCPReceiver::BoundingSet  
						
						... 
						
						
						
						Remove ability to modify a pointer argument.
Added a test for transmitting a non-empty TMMBN
BUG=
TEST=unittest
Review URL: https://webrtc-codereview.appspot.com/542004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2148  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 11:23:41 +00:00 
						 
				 
			
				
					
						
							
							
								kjellander@webrtc.org 
							
						 
					 
					
						
						
							
						
						890aa0d2c0 
					 
					
						
						
							
							Disabling HTTP status push on Build master since we're not using it  
						
						... 
						
						
						
						Also updated .gitignore
BUG=None
TEST=Tested on local master and production master.
Review URL: https://webrtc-codereview.appspot.com/539005 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2147  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 09:56:57 +00:00 
						 
				 
			
				
					
						
							
							
								kjellander@webrtc.org 
							
						 
					 
					
						
						
							
						
						be0ac630a1 
					 
					
						
						
							
							Overriding tgrid URL for master web status  
						
						... 
						
						
						
						The change in r2143 changed so we're reusing Chromium scripts for setting up the web status. However Chrome doesn't use the tgrid page it seems (they put the Console page on that URL instead) but we need it for our LKGR parsing.
BUG=None
TEST=Tested on local master.
Review URL: https://webrtc-codereview.appspot.com/541004 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2146  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 09:15:57 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						c2d985257b 
					 
					
						
						
							
							untabify  
						
						... 
						
						
						
						git-svn-id: http://webrtc.googlecode.com/svn/trunk@2145  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 08:25:10 +00:00 
						 
				 
			
				
					
						
							
							
								hta@webrtc.org 
							
						 
					 
					
						
						
							
						
						9d54cd12ab 
					 
					
						
						
							
							TMMBN sender test passes, fixed receiver flag bug  
						
						... 
						
						
						
						git-svn-id: http://webrtc.googlecode.com/svn/trunk@2144  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 08:24:55 +00:00 
						 
				 
			
				
					
						
							
							
								kjellander@webrtc.org 
							
						 
					 
					
						
						
							
						
						c6c4ffc5d8 
					 
					
						
						
							
							Android trybots + fixing web status config  
						
						... 
						
						
						
						BUG=None
TEST=Tested on local master and slave.
Review URL: https://webrtc-codereview.appspot.com/514001 
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2143  4adac7df-926f-26a2-2b94-8c16560cd09d 
						
						
					 
					
						2012-04-30 07:59:09 +00:00