• Home
  • History
  • Annotate
  • only in /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
History log of /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
97e3e847179c17eb9059fb322413b6facd3e5a03 08-Aug-2014 Ard Biesheuvel <ard.biesheuvel@gmail.com> Fix PIC relocations for non-Bsymbolic builds

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.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@gmail.com>
Bug: 16853291
Change-Id: If7bc8e5bb6a2c63b9df33666d56e6c42f398fd47
vmp3_polyphase_filter_window_gcc.s
bd278f7c631fb4ce698e6cbcbdd34d879302b4c1 23-May-2014 Ashok Bhat <ashok.bhat@arm.com> Mp3decoder: Remove unused arm assembly files

The unused ARM assembly files were written for
legacy proprietary ARM compilers. They are not
needed when gcc or clang compiler is used.

Change-Id: I8dfe9ad458efbb34922094e943ad334cc34f59a3
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
vmp3_dct_9_arm.s
vmp3_mdct_18_arm.s
vmp3_mdct_18_wm.asm
vmp3_polyphase_filter_window_arm.s
vmp3_polyphase_filter_window_wm.asm
9a2c14b2c96625d5be73e1a7627f5d2a3091c4a2 13-Aug-2012 Ard Biesheuvel <ard.biesheuvel@gmail.com> hardening: eliminate text relocations from mp3

Change-Id: I671ed4c8c7bb15172a8b64d513e2844319495102
vmp3_dct_16_gcc.s
vmp3_mdct_18_gcc.s
vmp3_polyphase_filter_window_gcc.s
d9618f23226f46c752e56f712bc4b505117d8b4b 07-Dec-2009 Andreas Huber <andih@google.com> Initial checkin of stagefright MP3 audio decoder based on PV source code.
vmp3_dct_16_gcc.s
vmp3_dct_9_arm.s
vmp3_dct_9_gcc.s
vmp3_mdct_18_arm.s
vmp3_mdct_18_gcc.s
vmp3_mdct_18_wm.asm
vmp3_polyphase_filter_window_arm.s
vmp3_polyphase_filter_window_gcc.s
vmp3_polyphase_filter_window_wm.asm