summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* MTP: Add support for device property changed eventsMike Lockwood2014-03-113-2/+9
* Merge "Remove checks for specific sample rates and channel counts"Glenn Kasten2014-03-071-18/+0
|\
| * Remove checks for specific sample rates and channel countsGlenn Kasten2014-03-061-18/+0
* | Merge "Remove restriction for HAL streams of AUDIO_FORMAT_PCM_16_BIT"Glenn Kasten2014-03-072-14/+10
|\ \ | |/
| * Remove restriction for HAL streams of AUDIO_FORMAT_PCM_16_BITGlenn Kasten2014-03-062-14/+10
* | Merge "Simplify AudioTrack stream end and fix race"Glenn Kasten2014-03-071-17/+15
|\ \
| * | Simplify AudioTrack stream end and fix raceGlenn Kasten2013-09-291-17/+15
* | | Merge "Remove Format_frameBitShift()"Glenn Kasten2014-03-074-3/+2
|\ \ \ | | |/ | |/|
| * | Remove Format_frameBitShift()Glenn Kasten2014-03-064-3/+2
* | | Merge "Re-implement Format_frameSize(), to support non-power-of-2"Glenn Kasten2014-03-071-2/+1
|\ \ \ | |/ /
| * | Re-implement Format_frameSize(), to support non-power-of-2Glenn Kasten2014-03-061-2/+1
* | | Merge "Split mPacked into 4 separate fields"Glenn Kasten2014-03-061-70/+15
|\ \ \ | |/ /
| * | Split mPacked into 4 separate fieldsGlenn Kasten2014-03-061-70/+15
* | | Merge "Add format parameter to Format_from_SR_C"Glenn Kasten2014-03-061-1/+2
|\ \ \ | |/ /
| * | Add format parameter to Format_from_SR_CGlenn Kasten2014-03-061-1/+2
* | | Merge "Use mFrameSize instead of mBitShift"Glenn Kasten2014-03-068-18/+18
|\ \ \ | |/ /
| * | Use mFrameSize instead of mBitShiftGlenn Kasten2014-03-068-18/+18
* | | Merge "AudioTrack: When paused, return cached playback position"Eric Laurent2014-03-061-3/+22
|\ \ \
| * | | AudioTrack: When paused, return cached playback positionHaynes Mathew George2014-03-061-3/+22
* | | | Merge "Add mFrameSize but do not remove mFrameBitShift yet"Glenn Kasten2014-03-063-1/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add mFrameSize but do not remove mFrameBitShift yetGlenn Kasten2014-03-063-1/+4
* | | Merge "audio policy service: clean up type casting."Eric Laurent2014-03-061-6/+8
|\ \ \
| * | | audio policy service: clean up type casting.Eric Laurent2014-03-051-6/+8
* | | | FramebufferNativeWindow.h is obsoleteAndy McFadden2014-03-051-1/+0
| |/ / |/| |
* | | Merge "PlaylistFetcher: fix infinite loop when parsing ADTS."Robert Shih2014-03-051-0/+12
|\ \ \ | |/ / |/| |
| * | PlaylistFetcher: fix infinite loop when parsing ADTS.Robert Shih2014-03-041-0/+12
* | | stagefright: SoftOpus: add explicit include filesLajos Molnar2014-03-031-11/+14
|/ /
* | Merge "Opus Matroska support in OpenMax"Lajos Molnar2014-03-0413-2/+689
|\ \
| * | Opus Matroska support in OpenMaxVignesh Venkatasubramanian2014-03-0313-2/+689
* | | Merge "Initial HLS seamless switch implementation."Robert Shih2014-03-014-48/+541
|\ \ \
| * | | Initial HLS seamless switch implementation.Robert Shih2014-02-284-48/+541
* | | | Merge "Make openRecord_l more like createTrack_l for fast tracks: part 3"Glenn Kasten2014-03-011-7/+12
|\ \ \ \
| * | | | Make openRecord_l more like createTrack_l for fast tracks: part 3Glenn Kasten2014-02-281-7/+12
* | | | | Merge "Fix race condition in AwesomePlayer"Marco Nelissen2014-02-281-2/+4
|\ \ \ \ \
| * | | | | Fix race condition in AwesomePlayerMarco Nelissen2014-02-281-2/+4
* | | | | | Merge "Make openRecord_l more like createTrack_l for fast tracks: part 2"Glenn Kasten2014-02-281-10/+11
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Make openRecord_l more like createTrack_l for fast tracks: part 2Glenn Kasten2014-02-281-10/+11
* | | | | | Rename setStreamOutput to invalidateStreamGlenn Kasten2014-02-281-8/+6
|/ / / / /
* | | | | Merge "Make openRecord_l more like createTrack_l for fast tracks: part 1"Glenn Kasten2014-02-282-11/+23
|\ \ \ \ \
| * | | | | Make openRecord_l more like createTrack_l for fast tracks: part 1Glenn Kasten2014-02-272-11/+23
* | | | | | am e276aef8: am 0cf16339: Merge "Fix preventing from heap overwrite in captur...Glenn Kasten2014-02-281-34/+35
|\ \ \ \ \ \
| * \ \ \ \ \ am 0cf16339: Merge "Fix preventing from heap overwrite in capture command"Glenn Kasten2014-02-281-34/+35
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge "Fix preventing from heap overwrite in capture command"Glenn Kasten2014-02-281-34/+35
| | |\ \ \ \ \ \
| | | * | | | | | Fix preventing from heap overwrite in capture commandRyszard Grzesica2014-02-201-34/+35
* | | | | | | | | Fix type of AudioTrack/AudioRecord parameter frameCountGlenn Kasten2014-02-286-26/+12
* | | | | | | | | Fix type of AudioTrack/AudioRecord parameter notificationFramesGlenn Kasten2014-02-283-11/+11
* | | | | | | | | Merge "Don't crash on remote read error, just return"Marco Nelissen2014-02-271-1/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Don't crash on remote read error, just returnMarco Nelissen2014-02-271-1/+4
* | | | | | | | Fix includes to no longer pull in Skia includes directories.Derek Sollenberger2014-02-273-3/+0
* | | | | | | | am d4c6052d: am 096d72a3: Merge "AArch64: Correction for LP64"Narayan Kamath2014-02-271-5/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |