summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix for Bundled Effects level compensation" into lmp-mr1-devRicardo Garcia2014-12-162-104/+144
|\
| * Fix for Bundled Effects level compensationRicardo Garcia2014-12-092-104/+144
* | Merge "Fix for apps that forget to use widevine:// urls" into lmp-mr1-devJeff Tinker2014-12-151-0/+8
|\ \
| * | Fix for apps that forget to use widevine:// urlsJeff Tinker2014-12-151-0/+8
* | | Merge "MediaCodecList: handle binder death" into lmp-mr1-devLajos Molnar2014-12-151-1/+12
|\ \ \
| * | | MediaCodecList: handle binder deathLajos Molnar2014-12-121-1/+12
* | | | Merge "NuPlayer: send NOT_SEEKABLE media info to client when the source is no...Wei Jia2014-12-152-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | NuPlayer: send NOT_SEEKABLE media info to client when the source is not seeka...Wei Jia2014-12-122-2/+6
* | | | Merge "Tunneled video Playback/Max resolution: Call mOmx->prepareForAdaptiveP...Rachad2014-12-131-1/+15
|\ \ \ \
| * | | | Tunneled video Playback/Max resolution:Rachad2014-12-121-1/+15
| | |/ / | |/| |
* | | | stagefright: advertise 8kHz AAC decoder supportLajos Molnar2014-12-131-1/+2
|/ / /
* | | stagefright: misc fixes to software video encoders (and decoders)Lajos Molnar2014-12-1018-997/+594
* | | mediaplayer: allow setVideoSurface before setDataSourceLajos Molnar2014-12-101-1/+1
* | | Fix overload of SoftVideoDecoderOMXComponent::updatePortDefinitionsBernhard Rosenkränzer2014-12-092-3/+3
* | | Merge "audio policy: binder calls for dynamic audio policy mixes" into lmp-mr...Eric Laurent2014-12-102-1/+59
|\ \ \
| * | | audio policy: binder calls for dynamic audio policy mixesEric Laurent2014-12-092-1/+59
* | | | Merge "audio policy: add support for custom mixes" into lmp-mr1-devEric Laurent2014-12-103-1/+125
|\ \ \ \ | |/ / /
| * | | audio policy: add support for custom mixesEric Laurent2014-12-093-1/+125
| |/ /
* | | Merge "Fix AAC recording issue" into lmp-mr1-devMarco Nelissen2014-12-091-1/+2
|\ \ \ | |/ / |/| |
| * | Fix AAC recording issueMarco Nelissen2014-12-091-1/+2
| |/
* | Prevent ANR when AudioTrack is paused or re-routedzunkyu.lee2014-12-081-0/+2
* | mediaplayerservice: add support for legacy DRMLajos Molnar2014-12-051-3/+32
* | Merge "stagefright: preserve output format flags on format change" into lmp-m...Lajos Molnar2014-12-061-2/+5
|\ \
| * | stagefright: preserve output format flags on format changeLajos Molnar2014-12-051-2/+5
* | | Merge "NuPlayerRenderer: Update mAnchorMaxMediaUs when anchor time is changed...Wei Jia2014-12-064-1/+16
|\ \ \ | |/ / |/| |
| * | NuPlayerRenderer: Update mAnchorMaxMediaUs when anchor time is changed to fix...Wei Jia2014-12-054-1/+16
| |/
* | Merge "fixes for non-secure widevine playback" into lmp-mr1-devChong Zhang2014-12-052-13/+32
|\ \
| * | fixes for non-secure widevine playbackChong Zhang2014-12-052-13/+32
| |/
* | Track volume should be maintained even if track is restoredseunghak.han2014-12-051-1/+5
|/
* Merge "Fix for AOSP force virtualization mode" into lmp-mr1-devRicardo Garcia2014-12-051-4/+6
|\
| * Fix for AOSP force virtualization modeRicardo Garcia2014-12-041-4/+6
* | Merge "Fix NuPlayer assertion on failure to create AudioTrack" into lmp-mr1-devAndy Hung2014-12-0510-82/+88
|\ \
| * | Fix NuPlayer assertion on failure to create AudioTrackAndy Hung2014-12-0310-82/+88
* | | Merge "fix threading in RTSPSource and StreamingSource" into lmp-mr1-devChong Zhang2014-12-054-39/+172
|\ \ \
| * | | fix threading in RTSPSource and StreamingSourceChong Zhang2014-12-034-39/+172
| |/ /
* | | Merge "avc_util: try to find the first start code prefix 0x000001 even though...Wei Jia2014-12-052-17/+15
|\ \ \
| * | | avc_util: try to find the first start code prefix 0x000001 even though there ...Wei Jia2014-12-042-17/+15
* | | | media_codecs.xml: extend vorbis sample rate to 8-96kHzLajos Molnar2014-12-041-1/+1
|/ / /
* | | ESQueue: add frame length checking in validation of ADTS header.Wei Jia2014-12-031-4/+19
|/ /
* | StreamingSource: check mTSParser before dereferencing it.Wei Jia2014-12-021-0/+4
|/
* nuplayer: clear pending audio access unit on flush.Ronghua Wu2014-12-012-6/+14
* Merge "notify seek complete upon first video output frame" into lmp-mr1-devChong Zhang2014-12-028-28/+107
|\
| * notify seek complete upon first video output frameChong Zhang2014-12-018-28/+107
* | Merge "AudioRecord: use audio attributes instead of audio source." into lmp-m...Eric Laurent2014-11-264-39/+75
|\ \
| * | AudioRecord: use audio attributes instead of audio source.Eric Laurent2014-11-254-39/+75
* | | Merge "MediaCodec: resume codec if state is FLUSHED in async mode" into lmp-m...Chong Zhang2014-11-261-0/+2
|\ \ \ | |/ / |/| |
| * | MediaCodec: resume codec if state is FLUSHED in async modeChong Zhang2014-11-261-0/+2
| |/
* | Merge "audio policy: new getOutputForAttr() prototype." into lmp-mr1-devEric Laurent2014-11-264-223/+128
|\ \
| * | audio policy: new getOutputForAttr() prototype.Eric Laurent2014-11-254-223/+128
* | | Merge "Fix AudioTrack loop mode to play audio from buffer start" into lmp-mr1...Andy Hung2014-11-252-4/+9
|\ \ \