summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'dr15' into cm-13.0Steve Kondik2016-03-121-2/+7
|\
| * Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-101-2/+7
| |\
| | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102 am: e6bd186c7e am: a8ac...Marco Nelissen2016-01-121-1/+9
| | |\
| | | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102 am: e6bd186c7e am: a8ac...Marco Nelissen2016-01-121-1/+9
| | | |\
| | | | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102 am: e6bd186c7e am: a8ac...Marco Nelissen2016-01-121-1/+9
| | | | |\
| | | | | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102 am: e6bd186c7e am: a8ac...Marco Nelissen2016-01-121-1/+9
| | | | | |\
| | | | | | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102 am: e6bd186c7e am: a8ac...Marco Nelissen2016-01-121-1/+9
| | | | | | |\
| | | | | | | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102 am: e6bd186c7eMarco Nelissen2016-01-121-1/+9
| | | | | | | |\
| | | | | | | | * Fix out-of-bounds write am: 5403587a74 am: fb2eb86102Marco Nelissen2016-01-121-1/+9
| | | | | | | | |\
| | | | | | | | | * Fix out-of-bounds write am: 5403587a74Marco Nelissen2016-01-121-1/+9
| | | | | | | | | |\
| | | | | | | | | | * Fix out-of-bounds writeMarco Nelissen2016-01-121-1/+9
| | | | | | | | | | |\
| | | | | | | | | | | * Fix out-of-bounds writeMarco Nelissen2016-01-121-1/+9
| | | | | | * | | | | | DO NOT MERGE ANYWHERE Revert "fix possible overflow in effect wrappers."Eric Laurent2016-01-122-8/+2
| | * | | | | | | | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0 am: 3...Eric Laurent2016-01-122-2/+8
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0 am: 3...Eric Laurent2016-01-122-2/+8
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0 am: 3...Eric Laurent2016-01-122-2/+8
| | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / /
| | | | | * | | | | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0 am: 3...Eric Laurent2016-01-122-2/+8
| | | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / /
| | | | | | * | | | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0 am: 3...Eric Laurent2016-01-122-2/+8
| | | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / /
| | | | | | | * | | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0 am: 3...Eric Laurent2016-01-122-2/+8
| | | | | | | |\ \ \ \ \ | | | | | | | | |/ / / /
| | | | | | | | * | | | fix possible overflow in effect wrappers. am: 9e29523b95 am: baebc739b0Eric Laurent2016-01-122-2/+8
| | | | | | | | |\ \ \ \ | | | | | | | | | |/ / /
| | | | | | | | | * | | fix possible overflow in effect wrappers. am: 9e29523b95Eric Laurent2016-01-122-2/+8
| | | | | | | | | |\ \ \ | | | | | | | | | | |/ /
| | | | | | | | | | * | fix possible overflow in effect wrappers.Eric Laurent2016-01-122-2/+8
| | | | | | | | | | |\ \ | | | | | | | | | | | |/
| | | | | | | | | | | * fix possible overflow in effect wrappers.Eric Laurent2016-01-112-2/+8
| | | | | | | | | | * | DO NOT MERGE SoundPool: add lock for findSample access from SoundPoolThreadAndy Hung2015-12-031-19/+42
| | | | | | | | | | |\ \ | | | | | | | | | | | |/
| | | | | | | | | | | * DO NOT MERGE SoundPool: add lock for findSample access from SoundPoolThreadAndy Hung2015-12-031-19/+42
| | | | | | | | | | * | DO NOT MERGE - libstagefright: check requested memory size before allocation ...Wei Jia2015-12-032-1/+18
| | | | | | | | | | |\ \ | | | | | | | | | | | |/
| | | | | | | | | | | * DO NOT MERGE - libstagefright: check requested memory size before allocation ...Wei Jia2015-12-032-1/+18
| | | | | | | | * | | | Merge "DO NOT MERGE SoundPool: add lock for findSample access from SoundPoolT...Andy Hung2015-12-031-19/+42
| | | | | | | | |\ \ \ \ | | | | | | | | | |/ / /
| | | | | | | | | * | | Merge "DO NOT MERGE SoundPool: add lock for findSample access from SoundPoolT...Andy Hung2015-12-031-19/+42
| | | | | | | | | |\ \ \
| | | | | | | | | | * | | DO NOT MERGE SoundPool: add lock for findSample access from SoundPoolThreadAndy Hung2015-12-021-19/+42
| | | | | | | | * | | | | DO NOT MERGE - libstagefright: check requested memory size before allocation ...Wei Jia2015-12-032-0/+18
| | | | | | | | |\ \ \ \ \ | | | | | | | | | |/ / / /
| | | | | | | | | * | | | DO NOT MERGE - libstagefright: check requested memory size before allocation ...Wei Jia2015-12-032-0/+18
| | | | | | | | | |/ / /
| | | | | | * | | | | | DO NOT MERGE - libstagefright: check requested memory size before allocation ...Wei Jia2015-12-102-0/+18
| | | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / /
| | | | | | | * | | | | DO NOT MERGE - libstagefright: check requested memory size before allocation ...Wei Jia2015-12-102-0/+18
| | | | | | * | | | | | DO NOT MERGE nuplayer: do not use cached source for wvm content am: 91a23ed95cChong Zhang2015-12-081-23/+32
| | | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / /