summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | avextensions: Fix warnings on 64-bit clangSteve Kondik2016-04-303-3/+3
| * | audiopolicy: Add AudioSessionInfo APISteve Kondik2016-04-273-2/+109
| * | audiopolicy: Revert all session callback patches.Steve Kondik2016-04-223-83/+2
| * | 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-134-2/+30
| * | 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-132-0/+4
| * | libavextensions: Add LOG_NDEBUG defineLeena Winterrowd2016-04-131-1/+2
| * | libstagefright: handle error when B-frame is sent to MPEG4Writerxiaoqiny2016-04-132-3/+19
| * | 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-135-3/+13
| * | 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
| * | audiopolicy: Be a little smarter with auto-attachSteve Kondik2016-04-072-5/+16
| * | Merge tag 'android-6.0.1_r24' into HEADJessica Wagantall2016-04-055-37/+62
| |\ \
| | * | Get service by value instead of referenceMarco Nelissen2016-03-011-2/+2
| | * | Also fix out of bounds access for normal readMarco Nelissen2016-03-011-1/+9
| | * | Clear allocation to avoid info leakMarco Nelissen2016-03-011-27/+32
| | * | Fixing safteynet logging bug introduced in ag/862848mspector@google.com2016-03-012-4/+1
| | * | 3 uninitialized variables in IOMX.cppmspector@google.com2016-03-011-3/+16
| | * | Fix info leak vulnerability of IDrmJeff Tinker2016-03-011-1/+1
| | * | IOMX.cpp uninitialized pointer in BnOMX::onTransactmspector@google.com2016-03-011-3/+5
| * | | audio: Update anchor time only when sink start is successfulPreetam Singh Ranawat2016-04-031-1/+1
| * | | Avoid parsing CC SEI payload beyond buffer endPatrik2 Carlsson2016-03-221-0/+6
| * | | MPEG4Extractor: cast media time to int64_t in order to avoid check on unsigne...Wei Jia2016-03-221-1/+1
| * | | Overflow fixes for amrwbencMarco Nelissen2016-03-224-16/+26
| * | | Fix benign integer overflow conditions for VSYNC add and removal.Dan Austin2016-03-221-2/+4
| * | | Fix harmless unsigned overflow in recoverPTSChad Brubaker2016-03-221-1/+1
| * | | Fix integer overflow in time conversionMarco Nelissen2016-03-221-1/+5
| * | | Prevent divide by zero in WAVExtractorJoshua J. Drake2016-03-221-2/+10
| * | | OMXCodec: fix potential OOB read in parseHEVCCodecSpecificDataRobert Shih2016-03-221-1/+4
| * | | Prevent integer underflows in ID3::IteratorJoshua J. Drake2016-03-222-0/+11
| * | | Stagefright: Remove unused variables and filesAndreas Gampe2016-03-226-510/+0
| * | | h264dec: Use intptr_t when a pointer is treated as an integerAshok Bhat2016-03-222-6/+6
| * | | MPEG4Extractor: still more NULL dereference fixesJoshua J. Drake2016-03-221-0/+3
| * | | Use errno correctly.tao.pei2016-03-221-14/+29
| * | | Fix 64-bit comparisonMarco Nelissen2016-03-221-1/+6
| * | | Revert "Fixed comparison on 64 bit system"Keith Mok2016-03-221-1/+1