summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Unify comments between AudioTrack and AudioRecordGlenn Kasten2014-01-142-16/+27
* Document locking rules for mFlags, and fix discrepanciesGlenn Kasten2014-01-141-2/+7
* Merge "Remove obsolete AudioTrack::processStreamEnd()"Glenn Kasten2014-01-141-2/+0
|\
| * Remove obsolete AudioTrack::processStreamEnd()Glenn Kasten2014-01-131-2/+0
* | Fix race condition in AudioRecord::pause followed by startGlenn Kasten2014-01-131-0/+1
|/
* Merge "Cleanup AudioTrack::getMinFrameCount error handling"Glenn Kasten2014-01-091-0/+2
|\
| * Cleanup AudioTrack::getMinFrameCount error handlingGlenn Kasten2014-01-081-0/+2
* | Cleanup error handling in AudioSystem get methodsGlenn Kasten2014-01-081-0/+2
|/
* Merge "Remove unnecessary defaults for parameters in AudioSystem"Glenn Kasten2014-01-081-11/+11
|\
| * Remove unnecessary defaults for parameters in AudioSystemGlenn Kasten2013-12-191-11/+11
* | am 42d89e5d: am b904d53f: am 8115f4b2: Merge "stagefright: do not offload LD-...Eric Laurent2013-12-211-0/+1
|\ \
| * \ am 8115f4b2: Merge "stagefright: do not offload LD-AAC decoding"Eric Laurent2013-12-201-0/+1
| |\ \
| | * | stagefright: do not offload LD-AAC decodingEric Laurent2013-12-211-0/+1
| * | | am 9060d498: Merge "update offloaded audio track sampling rate"Eric Laurent2013-12-173-2/+3
| |\ \ \ | | |/ /
| | * | update offloaded audio track sampling rateEric Laurent2013-12-173-2/+3
* | | | Merge "Fix some (but not all) unused parameter warnings"Glenn Kasten2013-12-202-2/+2
|\ \ \ \
| * | | | Fix some (but not all) unused parameter warningsGlenn Kasten2013-12-192-2/+2
| | |_|/ | |/| |
* | | | Merge "Add versions of get/SetParameters without I/O handle"Glenn Kasten2013-12-201-0/+4
|\ \ \ \
| * | | | Add versions of get/SetParameters without I/O handleGlenn Kasten2013-12-191-0/+4
| |/ / /
* | | | Fix bug in test-resample's AudioBufferProviderGlenn Kasten2013-12-171-0/+11
|/ / /
* | | Better character set encoding detectionMarco Nelissen2013-12-111-9/+5
* | | Merge "Avoid the call to CameraSourceTimeLapse::trySettingVideoSize if initia...Robert Shih2013-11-261-1/+2
|\ \ \
| * | | Avoid the call to CameraSourceTimeLapse::trySettingVideoSize if initializationRobert Shih2013-11-221-1/+2
* | | | update offloaded audio track sampling rateEric Laurent2013-11-223-2/+3
* | | | am 72afcd5d: am 5ea5b020: Merge "WA: Queue extra buffers on output port durin...Lajos Molnar2013-11-181-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "WA: Queue extra buffers on output port during reconfig if input EOS-ed...Lajos Molnar2013-11-191-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | WA: Queue extra buffers on output port during reconfig if input EOS-edLajos Molnar2013-11-141-0/+2
* | | | am 576e89b5: am 7dae71d6: Merge "AwesomePlayer: correct stream type for offlo...Eric Laurent2013-11-152-1/+3
|\ \ \ \ | |/ / /
| * | | AwesomePlayer: correct stream type for offloadEric Laurent2013-11-142-1/+3
| |/ /
| * | Merge "Only initialize sniffers once, don't hold mutex while sniffing" into k...Marco Nelissen2013-11-131-1/+3
| |\ \
| | * | Only initialize sniffers once, don't hold mutex while sniffingMarco Nelissen2013-11-111-1/+3
* | | | am db50cb5f: am caee8747: Merge "configure bitrate and bitrate mode at encode...Andreas Huber2013-11-111-0/+1
|\ \ \ \ | |/ / /
| * | | Merge "configure bitrate and bitrate mode at encoder initialization for VP8/9...Andreas Huber2013-11-121-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | configure bitrate and bitrate mode at encoder initialization for VP8/9Andreas Huber2013-11-051-0/+1
* | | | am cc5aeced: am e100b813: Merge "StageFrightRecorder: do not use meta-data mo...Lajos Molnar2013-11-111-2/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "StageFrightRecorder: do not use meta-data mode for software encoders" ...Lajos Molnar2013-11-111-2/+4
| |\ \
| | * | StageFrightRecorder: do not use meta-data mode for software encodersLajos Molnar2013-10-301-2/+4
| | |/
* | | Only initialize sniffers once, don't hold mutex while sniffingMarco Nelissen2013-11-111-1/+3
* | | am d9d8b7b6: am fd6ecdd3: Camera HAL3/API1: Add support for the partial resul...Eino-Ville Talvala2013-11-061-0/+5
|\ \ \ | |/ /
| * | Camera HAL3/API1: Add support for the partial result quirk.Eino-Ville Talvala2013-11-061-0/+5
| |/
| * Assign blame for playback wakelocks.Marco Nelissen2013-10-252-3/+8
* | Support TS + AC3 for ATSC standardChangwan Ryu2013-11-061-0/+2
* | Support AC3 in stagefrightChangwan Ryu2013-11-062-0/+3
* | Assign blame for playback wakelocks.Marco Nelissen2013-10-252-3/+8
* | am 77177fa2: am 95c03858: Merge "Allow releaseBuffer after flush" into klp-devGlenn Kasten2013-10-181-2/+3
|\ \ | |/
| * Allow releaseBuffer after flushGlenn Kasten2013-10-181-2/+3
* | am b2059ff3: am f8f15b05: Merge "Fix race condition in AudioTrack::pause foll...Glenn Kasten2013-10-161-0/+1
|\ \ | |/
| * Merge "Fix race condition in AudioTrack::pause followed by start" into klp-devGlenn Kasten2013-10-171-0/+1
| |\
| | * Fix race condition in AudioTrack::pause followed by startGlenn Kasten2013-10-161-0/+1
* | | am 7f8c3973: am 120a8847: Merge "AudioTrack: fix head position after restore"...Eric Laurent2013-10-161-0/+2
|\ \ \ | |/ /