summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am f806871f: Fix 5487571: Make sure shutter sound is played when it\'s enforcedChih-Chung Chang2011-10-191-8/+2
|\
| * Fix 5487571: Make sure shutter sound is played when it's enforcedChih-Chung Chang2011-10-201-8/+2
* | am b3cdadb6: Merge "Check whether media recorder client exists before dumping...James Dong2011-10-191-5/+7
|\ \ | |/
| * Merge "Check whether media recorder client exists before dumping." into ics-mr0James Dong2011-10-191-5/+7
| |\
| | * Check whether media recorder client exists before dumping.James Dong2011-10-181-5/+7
* | | am 3c86134a: Merge "Fix issue 381905: BassBoostTest CTS tests fail..." into i...Eric Laurent2011-10-192-4/+15
|\ \ \ | |/ /
| * | Fix issue 381905: BassBoostTest CTS tests fail...Eric Laurent2011-10-192-4/+15
| |/
* | am 5264f600: Merge "Bail out after kMaxColorFormatSupported calls to OMX_GetP...James Dong2011-10-181-7/+16
|\ \ | |/
| * Merge "Bail out after kMaxColorFormatSupported calls to OMX_GetParameter(). A...James Dong2011-10-181-7/+16
| |\
| | * Bail out after kMaxColorFormatSupported calls to OMX_GetParameter().James Dong2011-10-181-7/+16
* | | am ecfdd7ff: Merge "Limit AudioFlinger log." into ics-mr0Eric Laurent2011-10-181-3/+7
|\ \ \ | |/ /
| * | Limit AudioFlinger log.Eric Laurent2011-10-181-3/+7
| |/
* | am a84e37f3: Merge "Fix 5468644: Use the proper audio stream type to play sou...Chih-Chung Chang2011-10-172-14/+16
|\ \ | |/
| * Merge "Fix 5468644: Use the proper audio stream type to play sound." into ics...Chih-Chung Chang2011-10-172-14/+16
| |\
| | * Fix 5468644: Use the proper audio stream type to play sound.Chih-Chung Chang2011-10-172-14/+16
* | | am 6f13adb2: Merge "Don\'t hold onto the lock while reconnecting to the serve...Dave Burke2011-10-171-10/+18
|\ \ \ | |/ /
| * | Merge "Don't hold onto the lock while reconnecting to the server" into ics-mr0Dave Burke2011-10-171-10/+18
| |\ \ | | |/ | |/|
| | * Don't hold onto the lock while reconnecting to the serverAndreas Huber2011-10-171-10/+18
* | | NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-1319-691/+604
* | | Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-1315-11/+868
|\ \ \ | |/ / |/| |
| * | Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-3015-11/+868
* | | MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in sizeMike Lockwood2011-10-131-1/+6
* | | Improve camera javadoc and fix some errors.Wu-cheng Li2011-10-131-10/+21
* | | Merge "Assume a PTS of 0 if absent, don't bail on fragmented PES packets not ...Andreas Huber2011-10-122-2/+8
|\ \ \
| * | | Assume a PTS of 0 if absent, don't bail on fragmented PES packets not having PTSAndreas Huber2011-10-122-2/+8
| | |/ | |/|
* | | Add video stabilization control to Camera parameters.Eino-Ville Talvala2011-10-122-0/+21
|/ /
* | YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-103-4/+76
* | Merge "Specifying -1 for both low and highwater marks would not actually do t...Andreas Huber2011-10-071-5/+15
|\ \
| * | Specifying -1 for both low and highwater marks would not actually do the righ...Andreas Huber2011-10-071-5/+15
* | | Add initialize method to CameraHardwareInterfaceTyler Luu2011-10-072-14/+28
|/ /
* | Merge "Allow a system property "media.stagefright.cache-params" to override c...Andreas Huber2011-10-072-9/+65
|\ \
| * | Allow a system property "media.stagefright.cache-params" to override cache/pr...Andreas Huber2011-10-062-9/+65
* | | Merge "Allow shutter/recording sound to be adjusted unless it's forced."Chih-Chung Chang2011-10-071-1/+12
|\ \ \
| * | | Allow shutter/recording sound to be adjusted unless it's forced.Chih-Chung Chang2011-10-071-1/+12
* | | | Merge "Allow Camera.setDisplayOrientation to be called when preview is active."Wu-cheng Li2011-10-071-4/+4
|\ \ \ \
| * | | | Allow Camera.setDisplayOrientation to be called when preview is active.Wu-cheng Li2011-10-071-4/+4
| | |_|/ | |/| |
* | | | Merge "Fix an issue where we should allow negative values but did not"James Dong2011-10-062-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix an issue where we should allow negative values but did notJames Dong2011-10-052-8/+8
* | | | Merge "Return a runtime error instead of assertion if seeking beyond EOS in m...Andreas Huber2011-10-061-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Return a runtime error instead of assertion if seeking beyond EOS in mpeg4 fi...Andreas Huber2011-10-061-4/+6
| | |/ | |/|
* | | Fix issue 5381089: problem with A2DP music volumeEric Laurent2011-10-052-2/+17
|/ /
* | Set crop params to ANative Window during Initialization.Lakshman Gowda2011-10-052-16/+24
|/
* Gracefuly return on detecting wrong AAC format from corrupted filesGilles-Arnaud Bleu-Laine2011-09-302-7/+23
* Merge "Support multiple NAL fragments per .mkv payload"Andreas Huber2011-09-281-47/+61
|\
| * Support multiple NAL fragments per .mkv payloadAndreas Huber2011-09-281-47/+61
* | Merge "Flush resets the count of played audio frames"James Dong2011-09-281-0/+3
|\ \ | |/ |/|
| * Flush resets the count of played audio framesJames Dong2011-09-271-0/+3
* | Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-284-8/+147
|/
* Merge "Cut down on AwesomePlayer and OMXCodec's verbosity."Andreas Huber2011-09-272-9/+9
|\
| * Cut down on AwesomePlayer and OMXCodec's verbosity.Andreas Huber2011-09-272-9/+9