summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* some fixes for crash when extractor creation failsChong Zhang2014-08-067-56/+161
* Merge "audio: fix crashes upon USB device connection" into lmp-devEric Laurent2014-08-052-9/+10
|\
| * audio: fix crashes upon USB device connectionEric Laurent2014-08-052-9/+10
* | Merge "cameraservice: disallow zsl/recording coexistentce" into lmp-devYin-Chia Yeh2014-08-051-1/+33
|\ \
| * | cameraservice: disallow zsl/recording coexistentceYin-Chia Yeh2014-08-051-1/+33
* | | policy manager: recognize AUDIO_DEVICE_IN_AMBIENT from policy.confEric Laurent2014-08-051-0/+1
* | | Merge "AAC encoder: add support for SBR mode selection" into lmp-devJean-Michel Trivi2014-08-054-6/+111
|\ \ \ | |_|/ |/| |
| * | AAC encoder: add support for SBR mode selectionJean-Michel Trivi2014-08-054-6/+111
* | | Merge "NuPlayer: don't feed decoder input data during flushing." into lmp-devWei Jia2014-08-051-5/+5
|\ \ \
| * | | NuPlayer: don't feed decoder input data during flushing.Wei Jia2014-08-051-5/+5
* | | | Merge "set secure flag for secure file playback" into lmp-devChong Zhang2014-08-052-2/+15
|\ \ \ \
| * | | | set secure flag for secure file playbackChong Zhang2014-08-052-2/+15
* | | | | audio policy: support line output deviceJon Eklund2014-08-052-11/+37
* | | | | Merge "Add sound trigger control by audio policy" into lmp-devEric Laurent2014-08-0522-166/+715
|\ \ \ \ \
| * | | | | Add sound trigger control by audio policyEric Laurent2014-08-0522-166/+715
| | |/ / / | |/| | |
* | | | | stagefright: Pass audio aac subformats in offloadinfoaarti jadhav-gaikwad2014-08-052-0/+14
* | | | | Merge "Remove unused TwoTrack process mode from AudioMixer" into lmp-devAndy Hung2014-08-052-107/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unused TwoTrack process mode from AudioMixerAndy Hung2014-08-042-107/+0
* | | | | Merge "[audio][policy] fix crash when offloadInfo is NULL" into lmp-devPhil Burk2014-08-041-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [audio][policy] fix crash when offloadInfo is NULLPhil Burk2014-08-041-2/+6
* | | | | Fix build break in mock drm plugin buildJeff Tinker2014-08-042-0/+8
* | | | | Merge "MediaCodecSource: stop puller from caller's thread instead of looper" ...Chong Zhang2014-08-013-36/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MediaCodecSource: stop puller from caller's thread instead of looperChong Zhang2014-08-043-36/+45
| | |_|/ | |/| |
* | | | Merge "Allow device to be unprovisioned" into lmp-devJeff Tinker2014-08-015-1/+44
|\ \ \ \ | |/ / / |/| | |
| * | | Allow device to be unprovisionedJeff Tinker2014-08-015-1/+44
* | | | audio flinger: fix service fuzz test crashEric Laurent2014-08-041-0/+6
* | | | Merge "audio policy: fix service fuzz test crash" into lmp-devEric Laurent2014-08-011-4/+4
|\ \ \ \
| * | | | audio policy: fix service fuzz test crashEric Laurent2014-08-011-4/+4
* | | | | Merge "Revert "Revert "sound trigger: added permission checks""" into lmp-devEric Laurent2014-08-012-9/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "Revert "sound trigger: added permission checks""Eric Laurent2014-08-012-9/+35
* | | | | Merge "Remove 64-bit android_atomic uses from StateQueue." into lmp-devHans Boehm2014-07-312-12/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove 64-bit android_atomic uses from StateQueue.Hans Boehm2014-07-312-12/+8
| | |_|/ | |/| |
* | | | Merge "GenericSource: timed text support" into lmp-devLajos Molnar2014-07-312-77/+199
|\ \ \ \ | |/ / / |/| | |
| * | | GenericSource: timed text supportLajos Molnar2014-07-312-77/+199
* | | | Merge "stagefright: propagate error in MPEG4Extractor::readMetaData" into lmp...Lajos Molnar2014-07-301-3/+4
|\ \ \ \
| * | | | stagefright: propagate error in MPEG4Extractor::readMetaDataLajos Molnar2014-07-311-3/+4
* | | | | mediaplayer: add looping support to NuPlayerLajos Molnar2014-07-312-4/+27
|/ / / /
* | | | NuPlayer: fix av discontinuity raceRobert Shih2014-07-311-7/+8
|/ / /
* | | GenericSource: support track (de)selectionRobert Shih2014-07-314-65/+330
| |/ |/|
* | mediaplayerservice: initialize mIsWidevineLajos Molnar2014-07-311-1/+2
* | Merge "stagefright: MediaCodec async operations." into lmp-devLajos Molnar2014-07-302-17/+35
|\ \
| * | stagefright: MediaCodec async operations.Lajos Molnar2014-07-302-17/+35
* | | stagefright: enable decoder color format selectionLajos Molnar2014-07-302-10/+23
|/ /
* | Merge "handle rotation in NuPlayer" into lmp-devChong Zhang2014-07-254-2/+52
|\ \
| * | handle rotation in NuPlayerChong Zhang2014-07-304-2/+52
* | | Merge "ATSParser: treat stream type 0x83 as TrueHD AC3" into lmp-devChong Zhang2014-07-253-9/+7
|\ \ \
| * | | ATSParser: treat stream type 0x83 as TrueHD AC3Chong Zhang2014-07-303-9/+7
| |/ /
* | | Revert GenericSource track selection changesWei Jia2014-07-304-452/+65
|/ /
* | Merge "Add Quad channel output to AudioPolicyManager" into lmp-devAndy Hung2014-07-291-0/+1
|\ \
| * | Add Quad channel output to AudioPolicyManagerAndy Hung2014-07-291-0/+1