summaryrefslogtreecommitdiffstats
path: root/media/libmedia
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | IMediaPlayer.cpp: make sure structures are initialized to 0Nick Kralevich2015-09-021-0/+2
* | | | | | | | | libmedia: clear reply data for IEffect commandAndy Hung2015-09-021-2/+2
|/ / / / / / / /
* | | | | | | | Merge "Part of fix for libmedia OOB write anywhere" into mnc-devJeff Tinker2015-08-191-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Part of fix for libmedia OOB write anywhereJeff Tinker2015-08-171-3/+3
* | | | | | | | NuPlayerRenderer: handle error when resuming an offloaded trackEric Laurent2015-08-121-1/+1
|/ / / / / / /
* | | | | | | Merge "Explicitly disconnect in MediaPlayer::reset" into mnc-devRobert Shih2015-07-241-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Explicitly disconnect in MediaPlayer::resetRobert Shih2015-07-231-0/+1
* | | | | | | | Merge "Fix restore position warning and static track adjustment" into mnc-devAndy Hung2015-07-241-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix restore position warning and static track adjustmentAndy Hung2015-07-241-9/+9
| |/ / / / / / /
* | | | | | | | Fix race condition in AudioTrackThread::wakeAndy Hung2015-07-221-4/+8
* | | | | | | | Fix race condition in AudioRecordThread::wakeAndy Hung2015-07-221-4/+8
|/ / / / / / /
* | | | | | | Merge "mediaresourcemanager: add pid to removeResource method" into mnc-devRonghua Wu2015-07-181-2/+4
|\ \ \ \ \ \ \
| * | | | | | | mediaresourcemanager: add pid to removeResource methodRonghua Wu2015-07-171-2/+4
* | | | | | | | Fix buildGlenn Kasten2015-07-171-1/+1
* | | | | | | | Merge "Fix AudioTrack flush pointer wrap" into mnc-devAndy Hung2015-07-171-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix AudioTrack flush pointer wrapAndy Hung2015-07-161-1/+13
| |/ / / / / / /
* | | | | | | | mediaplayer: fix audio attributes override by stream typeEric Laurent2015-07-151-9/+14
|/ / / / / / /
* | | | | | | audio: several fixes in audio routing callbacksEric Laurent2015-07-101-5/+14
* | | | | | | reduce number of binder calls from mediaserverEric Laurent2015-06-262-9/+32
* | | | | | | Merge "Using centralized isAudioPlaybackRateValid to validate parameters" int...Ricardo Garcia2015-06-231-12/+20
|\ \ \ \ \ \ \
| * | | | | | | Using centralized isAudioPlaybackRateValid to validate parametersRicardo Garcia2015-06-221-12/+20
* | | | | | | | Merge "Fix for Visualizer release bug" into mnc-devRicardo Garcia2015-06-221-8/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for Visualizer release bugRicardo Garcia2015-06-191-8/+4
| |/ / / / / / /
* | | | | | | | Merge "Check binder transact status" into mnc-devJeff Tinker2015-06-191-30/+124
|\ \ \ \ \ \ \ \
| * | | | | | | | Check binder transact statusJeff Tinker2015-06-161-30/+124
| |/ / / / / / /
* | | | | | | | Merge "Return DEAD_OBJECT if getTimestamp cannot restore track" into mnc-devAndy Hung2015-06-191-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Return DEAD_OBJECT if getTimestamp cannot restore trackAndy Hung2015-06-181-1/+6
* | | | | | | | | Merge "Fix AudioTrack comments relating to use of restoreTrack_l()" into mnc-devAndy Hung2015-06-181-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix AudioTrack comments relating to use of restoreTrack_l()Andy Hung2015-06-181-4/+8
| |/ / / / / / /
* | | | | | | | readAt can return negative values (error codes).Alex Klyubin2015-06-181-1/+8
|/ / / / / / /
* | | | | | | Return correct error code from IMediaHttpConnectionMarco Nelissen2015-06-111-1/+1
* | | | | | | Use only strong references to AudioEffectEric Laurent2015-06-081-4/+7
* | | | | | | stagefright: add support for batching OMX eventsLajos Molnar2015-06-051-18/+40
* | | | | | | Improve AudioTrack offload timestamp startup glitch detectorAndy Hung2015-06-041-4/+26
* | | | | | | Compute sleep time when AudioTrack client callback returns no PCM dataAndy Hung2015-06-031-10/+79
* | | | | | | stagefright: add support for fences in OMXLajos Molnar2015-06-021-9/+23
* | | | | | | Merge "Store server latency, sample rate, framecount information in AudioTrac...Andy Hung2015-06-021-38/+12
|\ \ \ \ \ \ \
| * | | | | | | Store server latency, sample rate, framecount information in AudioTrackAndy Hung2015-06-011-38/+12
* | | | | | | | stagefright: rework metadata buffer supportLajos Molnar2015-06-011-9/+32
* | | | | | | | stagefright: allow to overallocate OMX codec buffersLajos Molnar2015-06-011-4/+8
* | | | | | | | Merge "remove video editor from MediaProfile" into mnc-devChong Zhang2015-05-301-126/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | remove video editor from MediaProfileChong Zhang2015-05-281-126/+0
* | | | | | | | Merge "Deprecations are warnings not errors" into mnc-devGlenn Kasten2015-05-281-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecations are warnings not errorsGlenn Kasten2015-05-281-2/+2
| |/ / / / / / /
* | | | | | | | libmedia: read from parcel only when there's a data available.Ronghua Wu2015-05-271-1/+1
|/ / / / / / /
* | | | | | | Merge "libmedia: fix unmatch Parcel read in BnResourceManagerService::onTrans...Ronghua Wu2015-05-221-2/+0
|\ \ \ \ \ \ \
| * | | | | | | libmedia: fix unmatch Parcel read in BnResourceManagerService::onTransact.Ronghua Wu2015-05-211-2/+0
* | | | | | | | Merge "libmediaplayerservice: try to open audio sink in offload mode in error...Ronghua Wu2015-05-221-6/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | libmediaplayerservice: try to open audio sink in offload mode in error.Ronghua Wu2015-05-221-6/+10
| |/ / / / / / /
* | | | | | | | Merge "audio flinger: do not call JAVA services until system is ready" into m...Eric Laurent2015-05-212-1/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |