- 06 May, 2016 1 commit
-
-
Ghislain MARY authored
Adapted from upstream commit 54cdefc7c79c60514d3c37458df285547f4008fd.
-
- 07 Nov, 2014 4 commits
-
-
Martin Storsjo authored
Adapted from upstream commit 7cff5732dd9876ee9aabf08147e7efe3503637ff.
-
Ard Biesheuvel authored
The ARM assembly contains a couple of hand-coded PC relative references to data defined in other object files. Make sure the externs are tagged as hidden so the linker knows that it can resolve the reference locally at build time. Adapted from upstream commit 97e3e847179c17eb9059fb322413b6facd3e5a03.
-
Dan Morrill authored
Adapted from upstream commit 0e6858d6aea12fc585a8c7d217c1271878655081.
-
Andreas Huber authored
Adapted from upstream commits 84333e0475bc911adc16417f4ca327c975cf6c36 and 442cc6dc48f8188e097617f7f804c314a9dacd0e.
-
- 25 Jul, 2013 1 commit
-
-
Ying Wang authored
Adapted from upstream commit ecba7488c5cceaacef95836b1b476433451e7761.
-
- 19 Oct, 2012 1 commit
-
-
Nick Kralevich authored
In 74bc3e133bd59a65dbed70b5fc89549f04a545e2, a bunch of text relocations were cleaned up from amrwbenc. Looks like we forgot one. Fixed. Change-Id: I80d4c68be435c3461731374d2b6d3bdbd61354a5 Adapted from upstream commit c40e9b86092e67f245ba8f05244f578b26e49fe2.
-
- 16 Aug, 2012 2 commits
-
-
Ard Biesheuvel authored
Change-Id: I47235fc4afe6b916da1e999401fb3c8b12c94e62 Adapted from upstream commit 74bc3e133bd59a65dbed70b5fc89549f04a545e2.
-
Martin Storsjo authored
-
- 10 Jul, 2012 4 commits
-
-
James Dong authored
Change-Id: I0a3af3e2abdedebd5934f3d941d01c32cfc75e26 Adpated from upstream commit 3d51d5cb53cc630709a0ba78d0e60501a675f2d5.
-
James Dong authored
Adapted from upstream commits 6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb and 559bf2836f5da25b75bfb229fec0d20d540ee426.
-
Andreas Huber authored
Change-Id: Ifbdf252ee312c9cb5ab29498f1e06dae8f23faf7 Adapted from upstream commit ded61aa958278147b5a150c189f86d025165f095.
-
Andreas Huber authored
Change-Id: Iebfb2696783a0163369ba4e8ef72e19ee76ad893 Adapted from upstream commit 83f70f4472e9b0cacc5d372eddfcef4b02662d10.
-
- 09 Mar, 2012 1 commit
-
-
Martin Storsjo authored
For GCC, all of inline, __inline and __inline__ work fine. For MSVC, only __inline works. (__inline should also be accepted by RVCT.)
-
- 27 Feb, 2012 2 commits
-
-
Martin Storsjo authored
This avoids warnings about 'static' not being at the beginning of the declarations, if building with -W (as the source is built in android).
-
Martin Storsjo authored
Since the Length field is unsigned, the comparison will always be false. The corresponding code in the aac encoder doesn't have any check for Length. This avoids a warning about comparison always being false, if building with -W (as the source is built in android).
-
- 24 Jan, 2012 2 commits
-
-
Steve Block authored
Change-Id: I1de629b4632a4b3187ca1a28d6416daccd35f924 Adapted from upstream commit c6aacce37191e1cc79cfeba13b39899f59c68c3b.
-
Steve Block authored
Change-Id: I8fbdfa7a7581f481968dbb65aa40f7042936d7cb Adapted from upstream commit a51f0e707f1f3142358aa919ea60ad2842803139.
-
- 17 Dec, 2011 1 commit
-
-
James Dong authored
Change-Id: I5109dc87a92170dede4eaa58b039efe6d8b7c330 Adapted from upstream commit 02b32fc33aca18e6a91a6216ce5d932d348d184c.
-
- 15 Nov, 2011 2 commits
-
-
James Dong authored
Change-Id: Ia11a1ec053855c9e692070d23c7a690c39cb3d5e Adapted from upstream commit bc40f9d27e521e5688c6626ea3353310890b8ba4.
-
Iliyan Malchev authored
Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481 Signed-off-by:
Iliyan Malchev <malchev@google.com> Adapted from upstream commit 3070af08821ee86f06a9cc6b58dbb79c82946b94.
-
- 19 Jul, 2011 1 commit
-
-
Martin Storsjo authored
This file is identical to common/cmnMemory.c, and that's the file that is used by all the makefiles, not this one.
-
- 18 Jul, 2011 2 commits
-
-
Martin Storsjo authored
-
Martin Storsjo authored
-
- 22 Apr, 2011 1 commit
-
-
Martin Storsjo authored
intptr_t is defined in stddef.h in MSVC.
-
- 18 Mar, 2011 1 commit
-
-
Martin Storsjo authored
-
- 17 Mar, 2011 2 commits
-
-
Martin Storsjo authored
-
Martin Storsjo authored
-
- 19 Dec, 2010 1 commit
-
-
Martin Storsjo authored
-