- Feb 23, 2017
-
-
Treehugger Robot authored
-
liuchao authored
1) Fixes some potential NULL-pointer access in case input pointer is passed NULL 2) Modified some for lazy init Test: mm -j 8 Change-Id: I7fca97e1d9f70d8e8c1533b519181af35a5468f7
- Feb 21, 2017
-
-
Jakub Pawlowski authored
am: f4bd5f6b Change-Id: I4f054be1c1342296c69748c2e616b07c7bd9401c
-
Jakub Pawlowski authored
am: 7c8dd3bb Change-Id: Ifba0bf717a42c3889ea686d1f46cd0758e61851e
-
Jakub Pawlowski authored
am: b82c85d0 Change-Id: I934d6c1b7011453b71c28c9ec64da3f3af865782
-
Treehugger Robot authored
-
Jakub Pawlowski authored
Test: manual Change-Id: Ie374e47b93e8fa3a44c731cb73f7e151d265c74c
-
- Jan 20, 2017
-
-
Pavlin Radoslavov authored
Merge "Change build config of aac from Android.mk to Android.bp" am: 8334e4b4 am: 2eba55c5 am: 1679274c am: 4910e5a3 Change-Id: I06e73ca6768323110b658548a189a1f69695cc08
-
Pavlin Radoslavov authored
am: 1679274c Change-Id: I17c2d7f5c558e17fc4b579d879160f4d6a6ce587
-
Pavlin Radoslavov authored
am: 2eba55c5 Change-Id: I16c8e041daad6f21dd80ec50db52ae488f1b91c5
-
Pavlin Radoslavov authored
am: 8334e4b4 Change-Id: I770984561bf97b52e50c83844f4037fccabfdedc
-
Treehugger Robot authored
-
- Jan 19, 2017
-
-
Pavlin Radoslavov authored
* In an effort to modernize build configurations to the new Soong system, we need to upgrade existing Android.mk files to Android.bp * This file is done by using the following steps: 1. Manually removing all *_sources from Android.mk, because of the unusual make logic they use 2. Running the auto-conversion tool: androidmk Android.mk > Android.bp 3. Editing the result Android.bp: 3.1. Writing the "srcs" list 3.2. Removing the escaping around -Wno-#warnings in cflags, because those are not needed anymore 3.3. Renamed local_include_dirs to export_include_dirs to facilititate the inclusion of header files. It appears users of libFraunhoferAAC are using header files from all include directories, hence the renaming. Test: Code compilation ("mm" in external/aac, and "make" in top-directory) Bug: b/32958753 b/34454142 Change-Id: Ie89f73722908e8734f4b88f1407952311ec064af
-
- Oct 28, 2016
-
-
Martin Storsjö authored
Merge "Remove redundant register storage class specifiers" am: ed91226c am: 664e5f27 am: bfba552d am: de03facd Change-Id: Iaeb5b599896e4c640b8902c26cc6e3f7405a1256
-
Martin Storsjö authored
am: bfba552d Change-Id: I02d87c067cdcea95ce7ee207da15bf85d5a21e89
-
Martin Storsjö authored
am: 664e5f27 Change-Id: I9d17d79e37bac378e853d6102b26a8c354790957
-
Martin Storsjö authored
am: ed91226c Change-Id: Ieb0f6090190d7cd2d21599f9b1e6ce950608313d
-
Treehugger Robot authored
-
- Oct 18, 2016
-
-
Martin Storsjö authored
Clang warns about this being deprecated, when building without specifying -std=c++98. This doesn't give any measurable encoding speed impact on ARM or AArch64, on neither GCC nor Clang. Change-Id: I63a0bbd1dccb97547522da188ee585d4d8127c29
-
Martin Storsjö authored
am: 8124c22b Change-Id: I49295c5d3cba3a7f97c9d9494df59f460c2c195a
-
Martin Storsjö authored
am: 515fb25e Change-Id: Ic97d0e64efee960f87b2cb7581666b2af05873cd
-
Martin Storsjö authored
am: 4556cb9c Change-Id: I4cb4a7dace03c7c09403588da05ea8df0f35077e
-
Treehugger Robot authored
-
- Oct 17, 2016
-
-
Martin Storsjö authored
This fixes building in C++11 mode, which normally errors out on narrowing hex literals to signed long. This is similar to what was done in git commit ef308366 (change id I64d19a8a8059c5a96386b1eaac297fd2469515f8), completing the fix for that category of issues. Change-Id: I1907bc947d43bf44910fb2b34bf2b31c0e53aa53
-
- Sep 09, 2016
-
-
Jean-Michel Trivi authored
am: ca6ae4ff Change-Id: Ia6bbf7532c0058ae716f6243fadf66b032fd7e7b
-
Jean-Michel Trivi authored
am: 79c3cd8b Change-Id: Ia7a3b896268f11c5c2003c36aa38724910b08db0
-
Jean-Michel Trivi authored
am: 899335d3 Change-Id: Iff4192d216e3ebeed98bf37d76b892be391ffa02
-
Jean-Michel Trivi authored
am: f935254c Change-Id: I838bc99ee6450cdf300663f3a1c356e5cacf517f
-
Jean-Michel Trivi authored
-
- Aug 30, 2016
-
-
Martin Storsjö authored
This fixes the following warning: libSBRenc/src/sbr_encoder.cpp:1942:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] Change-Id: I2c833d19348574473c752076a4efff6642c0d653
-
- Aug 23, 2016
-
-
Glenn Kasten authored
Bug: 28026175 Change-Id: Ie8d84f694fcb788e5fb8780b11fa07bb98097ce0
-
- Aug 16, 2016
-
-
Glenn Kasten authored
Bug: 28026175 Change-Id: I61be1ab98d7279d09250ea4b810c5f31886da048
-
- Apr 20, 2016
-
-
Glenn Kasten authored
am: fb66dcea * commit 'fb66dcea': Disable warnings that are not easily fixable Change-Id: I357fd4fd9aa8400c982959a8041d5c243eb3c430
-
Glenn Kasten authored
am: 0d9ca2d0 * commit '0d9ca2d0': Add default case for undefined pointer initialization Change-Id: If945c473d032adaf2ea548978424b466c7dbed7c
-
Glenn Kasten authored
am: e95a3bd5 * commit 'e95a3bd5': Left shift of negative int is undefined Change-Id: I6cbd95e96a9ad60273d4b48a6db425c636c33b77
-
Glenn Kasten authored
am: 18a9bb8b * commit '18a9bb8b': Remove redundant parentheses around == comparison operator Change-Id: If91ecced946588a7d6f48aab5a90e0e8503793b1
-
Glenn Kasten authored
am: 00fc1c66 * commit '00fc1c66': Disable warnings that are not easily fixable Change-Id: Id64b163cd217ad1cbb209843819416f3a8b354b1
-