summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soundtrigger: fill in default extras from dspRoman Birg2016-05-041-0/+31
* Merge tag 'android-6.0.1_r43' into HEADJessica Wagantall2016-05-038-35/+99
|\
| * Fix AMR decoderMarco Nelissen2016-03-251-7/+7
| * SoftAMR: check input buffer size to avoid overflow.Wei Jia2016-03-253-15/+25
| * SoftAMR: check output buffer size to avoid overflow.Wei Jia2016-03-251-0/+18
| * codecs: check OMX buffer size before use in VP8 encoder.Wonsik Kim2016-03-251-6/+22
| * NuPlayerStreamListener: NULL and bounds check before memcpyRobert Shih2016-03-251-1/+10
| * Camera3Device: Validate template IDChien-Yu Chen2016-03-251-0/+8
| * Add VPX output buffer size checkMarco Nelissen2016-03-252-10/+20
* | avextensions: Fix warnings on 64-bit clangSteve Kondik2016-04-303-3/+3
* | audiopolicy: Add AudioSessionInfo APISteve Kondik2016-04-2716-20/+465
* | audiopolicy: Revert all session callback patches.Steve Kondik2016-04-2214-315/+18
* | audiopolicy: Fix notification not sent for session releaseSteve Kondik2016-04-222-4/+2
* | Merge tag 'android-6.0.1_r30' into HEADJessica Wagantall2016-04-200-0/+0
|\ \ | |/
| * Get service by value instead of referenceMarco Nelissen2016-02-262-3/+3
| * Also fix out of bounds access for normal readMarco Nelissen2016-02-261-1/+9
| * Clear allocation to avoid info leakMarco Nelissen2016-02-261-27/+32
| * Fixing safteynet logging bug introduced in ag/862848mspector@google.com2016-02-262-4/+1
| * 3 uninitialized variables in IOMX.cppmspector@google.com2016-02-261-3/+16
| * Fix info leak vulnerability of IDrmJeff Tinker2016-02-261-1/+1
| * IOMX.cpp uninitialized pointer in BnOMX::onTransactmspector@google.com2016-02-261-3/+5
* | audiopolicy: Clean up the messSteve Kondik2016-04-196-208/+27
* | audiopolicy: Update legacy policy for session callbacksSteve Kondik2016-04-161-12/+26
* | frameworks/av: Fix video recording breaksKeith Mok2016-04-152-10/+8
* | libmedia: Initialize mState/mActive value to avoid possible crashZhou Song2016-04-132-4/+6
* | stagefright: Fix CLANG compilation for AMR decoderLeena Winterrowd2016-04-131-1/+1
* | nuplayer: Seek to valid position in setVideoSurfaceManikanta Kanamarlapudi2016-04-131-4/+3
* | video: Use boot clock for recording start timeSurajit Podder2016-04-135-2/+31
* | nuplayer: ignore openAudioSink while waiting for teardown completionDhananjay Kumar2016-04-133-6/+28
* | nuplayer: update anchor time for offload usecaseSharad Sangle2016-04-131-0/+1
* | frameworks/av: Fix LOG_NDEBUG compilation issuesLeena Winterrowd2016-04-134-1/+6
* | libavextensions: Add LOG_NDEBUG defineLeena Winterrowd2016-04-131-1/+2
* | libstagefright: handle error when B-frame is sent to MPEG4Writerxiaoqiny2016-04-135-3/+25
* | cameraservice: Run HAL3 in Non ZSL modeAbhishek Kondaveeti2016-04-131-1/+1
* | audio: QTI resampler supports for 32 bit input formatZhou Song2016-04-133-10/+16
* | nuplayer: Reverting GenericSource changes done for STA integrationManikanta Sivapala2016-04-131-1/+1
* | rtsp: keep video damaged access unit to enhance fault toleranceLi Sun2016-04-132-3/+33
* | libstagefright: Allow for MPEG4Writer extensionDeva Ramasubramanian2016-04-136-4/+21
* | audioflinger: Compile 192k resampler for 32 bit environmentRamjee Singh2016-04-131-2/+9
* | Update Instrumentation codeWilliam Clark2016-04-131-2/+1
* | NuPlayer: extend onResume funtionSidipotu Ashok2016-04-131-1/+1
* | omx: softcodecs: Support HAL_PIXEL_FORMAT_RGBX_8888Diogo Ferreira2016-04-111-0/+3
* | CameraClient: MTK SupportRicardo Cerqueira2016-04-111-0/+3
* | audiopolicy: Be a little smarter with auto-attachSteve Kondik2016-04-0711-59/+222
* | audio: Send effect session notifications after startOutput successSteve Kondik2016-04-052-5/+11
* | Merge tag 'android-6.0.1_r24' into HEADJessica Wagantall2016-04-056-38/+63
|\ \
| * \ merge in mnc-dr1.5-release history after reset to mnc-dr1.5-devThe Android Automerger2016-03-220-0/+0
| |\ \
| | * \ merge in mnc-dr1.5-release history after reset to mnc-dr1.5-devThe Android Automerger2016-03-170-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Get service by value instead of referenceMarco Nelissen2016-03-012-3/+3
| * | | Also fix out of bounds access for normal readMarco Nelissen2016-03-011-1/+9