- 25 Mar, 2014 1 commit
-
-
Igor Murashkin authored
As a workaround, duplicate CameraParameters into CameraParameters2 to prevent ABI break for some camera HALs that directly link into CameraParameters. CameraParameters2 implements the real fixes needed in the framework, while CameraParameters is left in to satisfy older camera HALs. Bug: 12609188 Change-Id: I82ea6f5de2183dd046d4bf5683600c97f37ab4da
-
- 21 Mar, 2014 3 commits
-
-
Lajos Molnar authored
-
Robert Shih authored
First check for embedded ID3 tag, then bail out if invalid. Bug: 12934795 Change-Id: I74acebed4bfb2c6ca44dfe936166fdba8510233f
-
- 20 Mar, 2014 17 commits
-
-
Marco Nelissen authored
* commit '01eed3c0': Fix build
-
Marco Nelissen authored
* commit '7a107b85': Fix build
-
Marco Nelissen authored
* commit '854aa061': Fix build
-
Marco Nelissen authored
* commit '42ba5806': Fix build
-
Marco Nelissen authored
* commit '72499628': Fix build
-
Marco Nelissen authored
* commit '25bab830': Fix build
-
Marco Nelissen authored
As of jb-mr1, need to explicitly include library dependencies. The original change in jb, which the automerger dutyfully merged, did not need this. Change-Id: I429637e2d01b8084376bb97a02bb091a0ea9eaf7
-
Marco Nelissen authored
* commit 'ebc9b473': Verify certificates
-
Marco Nelissen authored
* commit 'fb49b8ba': Verify certificates
-
Marco Nelissen authored
* commit 'dfd90c80': Verify certificates
-
Marco Nelissen authored
* commit 'd434944b': Verify certificates
-
Marco Nelissen authored
* commit '3bc4f7ea': Verify certificates
-
Marco Nelissen authored
* commit '0c271b75': Verify certificates
- 19 Mar, 2014 4 commits
-
-
Lajos Molnar authored
Bug: 13533477 Change-Id: I909324e3e24f65d8051e0d5474267620efcfc729
-
Marco Nelissen authored
b/13418320 Cherrypicked from 8a57d24c https://googleplex-android-review.git.corp.google.com/#/c/433309/ Change-Id: I3052dd5f9ec057e700784cd713f6a7dab9ecfe7b
-
Lajos Molnar authored
Change OMX buffer allocation policy to allocate nBufferCountMin + what is required for the BQ. For the BQ, try to allocate 2 additional buffers than the minimum undequeued count. Also account for the fact that BQ may return one less than the actual minimum undequeued count. In most cases the resulting number of buffers ends up being the same as with the previous policy, but we keep more buffers with the BQ. Change-Id: I826db8bf7dd333b620299dba60bf1b81b228275d Bug: 13170236
-
Robert Shih authored
Bug: 12060952 Change-Id: I695345081fe23961b9d0ef6db264885f914703ec
-
- 17 Mar, 2014 1 commit
-
-
Igor Murashkin authored
ICameraService::addListener / removeListener will now return BAD_VALUE if a null listener is used. Bug: 12891434 Change-Id: I9764110094d8fd42e22fcc8df3ef0e73c1b070e7
-
- 14 Mar, 2014 1 commit
-
-
Marco Nelissen authored
-
- 13 Mar, 2014 1 commit
-
-
Marco Nelissen authored
b/13418320 Change-Id: I3052dd5f9ec057e700784cd713f6a7dab9ecfe7b
-
- 12 Mar, 2014 2 commits
-
-
Lajos Molnar authored
* changes: LiveSession: fix incorrect stream key (subtitle"s") M3UParser: trim spaces when parsing comma separated codecs.
-
Lajos Molnar authored
-
- 11 Mar, 2014 7 commits
-
-
Chong Zhang authored
don't touch codec buffer if we decided to drop a frame with bad pts Bug: 11971963 Change-Id: I9b4c56210f64258f1be257b14184381a1133e0d6 (cherry picked from commit b63d2433)
-
Chong Zhang authored
-
Robert Shih authored
Bug: 13402087 Change-Id: Ic46e3069c6e41f90ead47cae84cbe0123d11002a
-
Robert Shih authored
Bug: 13402087 Change-Id: Idc92716bfefd6d1b0cb371d0d97d990d53288090
-
Robert Shih authored
Bug: 12060952 Change-Id: I6a69a718c082501003ee9b78a948a2f8bbfbb14e
-
Chong Zhang authored
- In the scenario of cast mirroring, encoding could be suspended for prolonged periods. Limiting the pts gap to workaround the problem where encoder's rate control logic produces huge frames after a long period of suspension. - Repeat last frame a couple more times to get better quality on static scenes. - Fix the timestamp on repeat frames (it was not set) Bug: 11971963 Change-Id: I1d68ab3d269874bf3921aa429a985c5f63e428c7 (cherry picked from commit 94ee4b70)
-
Chong Zhang authored
Bug: 12609966 Change-Id: Ifd41fd973876da69039113fcaeacdccf39472b37 (cherry picked from commit 49270665)
-
- 10 Mar, 2014 1 commit
-
-
Zhijun He authored
Preview callback stream is left configured even the preview size is changed. This makes the callback stream unnecessarily configured even in recording mode, which could cause distorted preview for some devices. Bug: 12210027 Bug: 12591410 Change-Id: If50cddfe5562e91aec1feb1760eccb82ddb21730
-
- 08 Mar, 2014 1 commit
-
-
Eric Laurent authored
-
- 07 Mar, 2014 1 commit
-
-
Glenn Kasten authored
-