summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: Extended media support via FFMPEGSteve Kondik2015-10-2820-64/+1548
* DataSource: Remove global variables in DataSource related to sniffSurajit Podder2015-10-281-39/+47
* stagefright: Support MP3 in MPEG4 containersSteve Kondik2015-10-281-9/+21
* stagefright: Improve FLAC and WAV support for 24-bitSteve Kondik2015-10-282-150/+88
* stagefright: Add support for loading a custom OMXPluginSteve Kondik2015-10-283-30/+50
* libmedia: Fix mismatched stateSteve Kondik2015-10-231-0/+4
* libmedia: Fix crash seen while running CTSSteve Kondik2015-10-231-1/+1
* stagefright: Pass AAC profile from MatroskaExtractorSteve Kondik2015-10-231-0/+12
* stagefright: Support HEVC tracks in Matroska containersSteve Kondik2015-10-231-1/+18
* libstagefright: Handle unsupported codec metaDataSuresh Choudhary2015-10-231-0/+11
* AACExtractor: Added support for APE tagSergii Doroshenko2015-10-235-6/+192
* FLAC coded file does not play (single metadata block files)Gurudatta Bhakte2015-10-231-2/+4
* stagefright: Fix playback for mkv files with lacingPawit Pornkitprasan2015-10-231-1/+23
* Can't play AAC file with ID3 tag.Arulselvan M2015-10-231-1/+1
* Merge branch 'm' of git://codeaurora.org/platform/frameworks/av into cm-13.0Steve Kondik2015-10-2219-16/+185
|\
| * Merge "stagefright: Add null check before passing meta data buffer"Linux Build Service Account2015-10-161-1/+5
| |\
| | * stagefright: Add null check before passing meta data bufferManoj Kumar AVM2015-10-141-1/+5
| * | Merge "audio: use QTI flac decoder based on flag"Linux Build Service Account2015-10-161-0/+4
| |\ \
| | * | audio: use QTI flac decoder based on flagSharad Sangle2015-10-131-0/+4
| * | | Merge "httplive: Add default implementation in HLS for custom changes"Linux Build Service Account2015-10-163-2/+5
| |\ \ \
| | * | | httplive: Add default implementation in HLS for custom changesSanthosh Behara2015-10-123-2/+5
| * | | | Merge "Opt out of clang till issues are fixed"Linux Build Service Account2015-10-152-0/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Opt out of clang till issues are fixedAravind Asam2015-10-092-0/+4
| * | | | Merge "libstagefright: Allow for CameraSourceTimeLapse to be extended"Linux Build Service Account2015-10-133-4/+33
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | libstagefright: Allow for CameraSourceTimeLapse to be extendedDeva Ramasubramanian2015-10-093-4/+33
| | |/ /
| * | | Merge "NuPlayer: Teardown sequence for pcm offload"Linux Build Service Account2015-10-122-0/+49
| |\ \ \
| | * | | NuPlayer: Teardown sequence for pcm offloadHaynes Mathew George2015-10-092-0/+49
| * | | | Merge "NuPlayer: Fix for PCM offload fallback on BT"Linux Build Service Account2015-10-122-0/+18
| |\ \ \ \ | | |/ / /
| | * | | NuPlayer: Fix for PCM offload fallback on BTPreetam Singh Ranawat2015-10-092-0/+18
| * | | | Merge "nuplayer: handle error from MediaCodec in Decoder handleAnOutputBuffer"Linux Build Service Account2015-10-121-0/+5
| |\ \ \ \
| | * | | | nuplayer: handle error from MediaCodec in Decoder handleAnOutputBufferShalaj Jain2015-10-091-0/+5
| | | |/ / | | |/| |
| * | | | Merge "Stagefright: Transition to uninitialized state after freeing node"Linux Build Service Account2015-10-121-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Stagefright: Transition to uninitialized state after freeing nodePraveen Chavan2015-10-081-0/+1
| | | |/ | | |/|
| * | | Merge "Revert "Revert "mediaplayer: make frame-accurate avsync configurable"""Linux Build Service Account2015-10-111-0/+18
| |\ \ \
| | * | | Revert "Revert "mediaplayer: make frame-accurate avsync configurable""Surajit Podder2015-10-061-0/+18
| | |/ /
| * | | Merge "libmedia: return error if getRenderPosition fails"Linux Build Service Account2015-10-101-3/+7
| |\ \ \
| | * | | libmedia: return error if getRenderPosition failsSatya Krishna Pindiproli2015-10-061-3/+7
| | |/ /
| * | | Merge "httplive: Ignore seek request for livestreaming"Linux Build Service Account2015-10-091-1/+5
| |\ \ \
| | * | | httplive: Ignore seek request for livestreamingSanthosh Behara2015-10-061-1/+5
| | |/ /
| * | | Merge "NuPlayer: Use ".m3u8" in substring search to determine HLS URL"Linux Build Service Account2015-10-091-1/+1
| |\ \ \
| | * | | NuPlayer: Use ".m3u8" in substring search to determine HLS URLSanthosh Behara2015-10-061-1/+1
| | |/ /
| * | | Merge "AudioSystem: Fix race condition in accessing ioDescriptors"Linux Build Service Account2015-10-091-4/+10
| |\ \ \
| | * | | AudioSystem: Fix race condition in accessing ioDescriptorsPraveen Chavan2015-10-061-4/+10
| | |/ /
| * | | Merge "Stagefright: add a NULL check before accessing camera params"Linux Build Service Account2015-10-091-0/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Stagefright: add a NULL check before accessing camera paramsPraveen Chavan2015-10-071-0/+5
| | |/
| * | libstagefright: Set Intra periodManikanta Kanamarlapudi2015-10-073-0/+15
| |/
* | av: Use project pathmapSteve Kondik2015-10-121-3/+3
|/
* libmedia: close secure buffer file descriptorManikanta Kanamarlapudi2015-10-061-1/+1
* httplive: refactor for HLS customizationLi Sun2015-10-069-13/+31
* Stagefright: Addition of DS capabilityManoj Kumar AVM2015-10-061-1/+4