summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Fix issue 5373658: memory leak in AudioFlinger."Eric Laurent2011-09-271-0/+4
|\ \ | |/ |/|
| * Fix issue 5373658: memory leak in AudioFlinger.Eric Laurent2011-09-271-0/+4
* | Merge "Signal an appropriate error even if there are no active streams yet."Andreas Huber2011-09-276-27/+32
|\ \
| * | Signal an appropriate error even if there are no active streams yet.Andreas Huber2011-09-276-27/+32
| |/
* | Merge "Fix issue 5373048: AudioCache decode errors"Eric Laurent2011-09-271-2/+11
|\ \ | |/ |/|
| * Fix issue 5373048: AudioCache decode errorsEric Laurent2011-09-271-2/+11
* | Reconcile with ics-factoryrom-releaseThe Android Open Source Project2011-09-260-0/+0
|\ \
| * \ merge in ics-factoryrom-release history after reset to ics-factoryromThe Android Automerger2011-09-230-0/+0
| |\ \
* | \ \ Merge "Properly connect to surface flinger in our shell tools"Andreas Huber2011-09-263-3/+19
|\ \ \ \
| * | | | Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-203-3/+19
* | | | | Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-264-6/+38
| |_|_|/ |/| | |
* | | | Merge "Support even more .avi files with .mp3 content not aligned to chunk bo...Andreas Huber2011-09-262-38/+309
|\ \ \ \
| * | | | Support even more .avi files with .mp3 content not aligned to chunk boundariesAndreas Huber2011-09-232-38/+309
* | | | | Merge "Fix issue 5355047: Automated effect tests fail."Eric Laurent2011-09-231-1/+10
|\ \ \ \ \
| * | | | | Fix issue 5355047: Automated effect tests fail.Eric Laurent2011-09-231-1/+10
* | | | | | Merge "Add an option to dump the raw stream to a file in the stagefright cmdl...Andreas Huber2011-09-231-1/+46
|\ \ \ \ \ \
| * | | | | | Add an option to dump the raw stream to a file in the stagefright cmdline tool.Andreas Huber2011-09-231-1/+46
| | |/ / / / | |/| | | |
* | | | | | am 3d9a9e55: Merge "Update camera javadoc about AE and AWB lock." into ics-fa...Wei Huang2011-09-231-16/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge "Update camera javadoc about AE and AWB lock." into ics-factoryromWei Huang2011-09-231-16/+6
| |\ \ \ \ \
| | * | | | | Update camera javadoc about AE and AWB lock.Wu-cheng Li2011-09-221-16/+6
* | | | | | | am 1d71c7b4: Merge "Returning EOS in SurfaceMediaSource:read" into ics-factor...Pannag Sanketi2011-09-231-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Returning EOS in SurfaceMediaSource:readPannag Sanketi2011-09-221-2/+2
| |/ / / /
* | | | | Merge "Modified loadPlugIns to load from /vendor and /system; skip libraries ...Edwin Wong2011-09-211-9/+15
|\ \ \ \ \
| * | | | | Modified loadPlugIns to load from /vendor and /system; skip libraries that ar...Edwin Wong2011-09-211-9/+15
* | | | | | Merge "Support some .avi files containing H.264 video, log warnings if audio/...Andreas Huber2011-09-213-12/+94
|\ \ \ \ \ \