1. 2c99211 Merge "Enable unsigned-integer-overflow" by Chad Brubaker · 10 years ago
  2. bde8adf Merge "Fix benign unsigned integer overflow" by Chad Brubaker · 10 years ago
  3. e89f656 Merge "Fix benign unsigned integer overflows" by Chad Brubaker · 10 years ago
  4. 0351b0e Merge "Fix benign unsigned integer overflow" by Chad Brubaker · 10 years ago
  5. e117ee9 Merge "Fix benign unsigned integer overflows in loop conditions" by Chad Brubaker · 10 years ago
  6. aaf36e2 Merge "don't trigger an integer underflow when decrementing." by Chad Brubaker · 10 years ago
  7. a398511 Enable unsigned-integer-overflow by Chad Brubaker · 10 years ago
  8. 679d5e6 Fix benign unsigned integer overflow by Vishwath Mohan · 10 years ago
  9. aa606b1 Fix benign unsigned integer overflows by Vishwath Mohan · 10 years ago
  10. 622ff28 Fix benign unsigned integer overflow by Chad Brubaker · 10 years ago
  11. 5915ce0 Fix benign unsigned integer overflows in loop conditions by Chad Brubaker · 10 years ago
  12. 4e854bf don't trigger an integer underflow when decrementing. by Nick Kralevich · 10 years ago
  13. f7ddd00 Merge "bundle init.rc contents with its service" by Tom Cherry · 10 years ago
  14. 93eb5ec Merge "Prevent divide by zero in WAVExtractor" by Marco Nelissen · 10 years ago
  15. b70b09c Merge "OMXCodec: fix potential OOB read in parseHEVCCodecSpecificData" by Robert Shih · 10 years ago
  16. 20989ef Merge "SoftAVCDec: Reduced memory requirements" by Marco Nelissen · 10 years ago
  17. 6514ad8 OMXCodec: fix potential OOB read in parseHEVCCodecSpecificData by Robert Shih · 10 years ago
  18. e52267a Prevent divide by zero in WAVExtractor by Joshua J. Drake · 10 years ago
  19. c6dd768 bundle init.rc contents with its service by Tom Cherry · 10 years ago
  20. d7c2eff Merge "Prevent integer underflows in ID3::Iterator" by Robert Shih · 10 years ago
  21. be7b5e2 Prevent integer underflows in ID3::Iterator by Joshua J. Drake · 10 years ago
  22. e1d095f Merge "MPEG4Extractor.cpp: handle chunk_size > SIZE_MAX" by Jon Larimer · 10 years ago
  23. c471785 MPEG4Extractor.cpp: handle chunk_size > SIZE_MAX by Nick Kralevich · 10 years ago
  24. 913efd2 Merge "h264dec: Use intptr_t when a pointer is treated as an integer" by Andy Hung · 10 years ago
  25. f4716c5 Merge "frameworks/av doesn't need to support the long-dead simulator." by Elliott Hughes · 10 years ago
  26. 308f392 frameworks/av doesn't need to support the long-dead simulator. by Elliott Hughes · 10 years ago
  27. bc2d3eb Merge "h264_enc: Add test" by Andy Hung · 10 years ago
  28. e1fdfd0 h264_enc: Add test by Ashok Bhat · 11 years ago
  29. ff30d69 Merge "h263_enc: Add test" by Andy Hung · 10 years ago
  30. 044c6ae h263_enc: Add test by Ashok Bhat · 11 years ago
  31. 8fb933c Merge "Add test for AMR-WB decoder" by Andy Hung · 10 years ago
  32. 98ec7d4 Add test for AMR-WB decoder by Ashok Bhat · 11 years ago
  33. bb3e69d Merge "AMR-WB Encoder: Enable sample app" by Andy Hung · 10 years ago
  34. 3c6813d AMR-WB Encoder: Enable sample app by Ashok Bhat · 11 years ago
  35. 5cc5fd6 Merge "AMR-NB encoder: Add test" by Andy Hung · 10 years ago
  36. ab44ed5 AMR-NB encoder: Add test by Ashok Bhat · 11 years ago
  37. f98021c Merge "Add test for mp3 decoder" by Andy Hung · 10 years ago
  38. 3508d77 Add test for mp3 decoder by Ashok Bhat · 11 years ago
  39. e388497 Merge "Don't use `register`." by Dan Albert · 10 years ago
  40. 28af4c3 Don't use `register`. by Dan Albert · 10 years ago
  41. 701e053 Merge "MPEG4Extractor.cpp: Add check for size == SIZE_MAX" by Nick Kralevich · 10 years ago
  42. 2b50b7a MPEG4Extractor.cpp: Add check for size == SIZE_MAX by Nick Kralevich · 10 years ago
  43. 70fb7a5 Merge "SampleTable: fix integer overflow checks." by Nick Kralevich · 10 years ago
  44. 13d36a7 SampleTable: fix integer overflow checks. by Wei Jia · 10 years ago
  45. 4d29fa3 SoftAVCDec: Reduced memory requirements by Harish Mahendrakar · 10 years ago
  46. f5397f6 Merge "Fix several ineffective integer overflow checks" by Jon Larimer · 10 years ago
  47. cffe853 Merge "Detect allocation failures and bail gracefully" by Jon Larimer · 10 years ago
  48. 17a0b81 Merge "Fix integer overflow during MP4 atom processing" by Jon Larimer · 10 years ago
  49. 322e360 Merge "Fix integer underflow in ESDS processing" by Jon Larimer · 10 years ago
  50. 131be3f Merge "MPEG4Extractor: still more NULL dereference fixes" by Jon Larimer · 10 years ago
  51. 95b1a97 Merge "Fix null-pointer-dereferences accessing the SampleTable" by Jon Larimer · 10 years ago
  52. 4829dea Merge "Fix multiple division-by-zero conditions in MPEG4 parsing" by Jon Larimer · 10 years ago
  53. 800e479 Merge "Prevent integer overflow when processing covr MPEG4 atoms" by Jon Larimer · 10 years ago
  54. 8a2dd58 Merge "Fix integer overflow when handling MPEG4 tx3g atom" by Jon Larimer · 10 years ago
  55. 2be5547 Merge "Prevent integer underflow if size is below 6" by Jon Larimer · 10 years ago
  56. ccfffbc Merge "Fix integer underflow in covr MPEG4 processing" by Jon Larimer · 10 years ago
  57. e963611 Merge "Prevent reading past the end of the buffer in 3GPP" by Jon Larimer · 10 years ago
  58. 55e47ec Fix several ineffective integer overflow checks by Joshua J. Drake · 10 years ago
  59. 9a3cbe4 Detect allocation failures and bail gracefully by Joshua J. Drake · 10 years ago
  60. 0b572f5 Fix integer overflow during MP4 atom processing by Joshua J. Drake · 10 years ago
  61. 0a279c2 Fix integer underflow in ESDS processing by Joshua J. Drake · 10 years ago
  62. 4427653 MPEG4Extractor: still more NULL dereference fixes by Joshua J. Drake · 10 years ago
  63. 86aa153 Fix null-pointer-dereferences accessing the SampleTable by Joshua J. Drake · 10 years ago
  64. 2c184d8 Fix multiple division-by-zero conditions in MPEG4 parsing by Joshua J. Drake · 10 years ago
  65. 9ad0311 Prevent integer overflow when processing covr MPEG4 atoms by Joshua J. Drake · 10 years ago
  66. f6dda8d Fix integer overflow when handling MPEG4 tx3g atom by Joshua J. Drake · 10 years ago
  67. 7c6f217 Prevent integer underflow if size is below 6 by Joshua J. Drake · 10 years ago
  68. 4ec8ab4 Fix integer underflow in covr MPEG4 processing by Joshua J. Drake · 10 years ago
  69. 1760fbf Prevent reading past the end of the buffer in 3GPP by Joshua J. Drake · 10 years ago
  70. 8fddd03 Merge "Don't include ithread.h in decoder omx wrappers" by Marco Nelissen · 10 years ago
  71. 4c04495 Merge "SoftAVCEnc: Stop using the u4_strd field in the set dimensions struct" by Marco Nelissen · 10 years ago
  72. a5c5f90 Merge "Use errno correctly." by Narayan Kamath · 10 years ago
  73. 07a9e54 Use errno correctly. by tao.pei · 10 years ago
  74. 4889c07 Merge "frameworks/av: libexpat now exports its includes." by Elliott Hughes · 10 years ago
  75. 242b400 frameworks/av: libexpat now exports its includes. by Elliott Hughes · 10 years ago
  76. f54bd64 Merge "SoftAVCDec: fail gracefully in onQueueFilled" by Robert Shih · 10 years ago
  77. 8f92950 Merge "Fix global-buffer-overflow in voAWB_Copy." by Evgenii Stepanov · 10 years ago
  78. f3a5cf2 SoftAVCDec: fail gracefully in onQueueFilled by Robert Shih · 10 years ago
  79. dae006d Fix global-buffer-overflow in voAWB_Copy. by Evgenii Stepanov · 10 years ago
  80. 3f0aae6 Don't include ithread.h in decoder omx wrappers by Martin Storsjo · 10 years ago
  81. c884adf SoftAVCEnc: Stop using the u4_strd field in the set dimensions struct by Martin Storsjo · 10 years ago
  82. 37009e4 Merge "SoftAVCEnc: Added support for Main Profile encoding." by Marco Nelissen · 10 years ago
  83. c182ac9 Merge "Clear the executable bit from source files" by Marco Nelissen · 10 years ago
  84. 8477a30 Merge "Switch to using shared over local code for initializing ICU" by Neil Fuller · 10 years ago
  85. 6697ab9 Switch to using shared over local code for initializing ICU by Neil Fuller · 10 years ago
  86. 15a2cb0 SoftAVCEnc: Added support for Main Profile encoding. by Doney Alex · 10 years ago
  87. 7ad1667 Clear the executable bit from source files by Martin Storsjo · 10 years ago
  88. ed2abf4 Merge "Use standard arm assembly syntax." by Glenn Kasten · 10 years ago
  89. e41b781 Merge "Don't overwrite user agent header if app specified one" by Marco Nelissen · 10 years ago
  90. e91e355 Merge "SoftAVCDec: Added support for level greater than level at init" by Marco Nelissen · 10 years ago
  91. 3f7149c Use standard arm assembly syntax. by Chih-Hung Hsieh · 10 years ago
  92. 1d82e69 Merge "Translate codec specific data for mp4v-es for MediaMuxer" by Marco Nelissen · 10 years ago
  93. eedcd5c SoftAVCDec: Added support for level greater than level at init by Hamsalekha S · 10 years ago
  94. 507afd8 Merge "Enable clang compilation." by Chih-Hung Hsieh · 10 years ago
  95. 1ab4ff2 Enable clang compilation. by Chih-Hung Hsieh · 10 years ago
  96. d03684b Merge "FwdLockConv.c: include what you use." by Kenny Root · 10 years ago
  97. 7708ebb Merge "Enable building with clang/llvm." by Chih-Hung Hsieh · 10 years ago
  98. 7630881 Enable building with clang/llvm. by Chih-Hung Hsieh · 10 years ago
  99. 2544611 FwdLockConv.c: include what you use. by Adam Langley · 10 years ago
  100. eb1e82d Merge "SoftAVCEnc: Removed alignment requirement on input width" by Lajos Molnar · 10 years ago