~vicamo/libhybris/+git/libhybris:for-libhybris-maintainers/bug-1619107/media-service-for-32-bit-codecs

Last commit made on 2016-11-01
Get this branch:
git clone -b for-libhybris-maintainers/bug-1619107/media-service-for-32-bit-codecs https://git.launchpad.net/~vicamo/libhybris/+git/libhybris
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
for-libhybris-maintainers/bug-1619107/media-service-for-32-bit-codecs
Repository:
lp:~vicamo/libhybris/+git/libhybris

Recent commits

b3c1b3d... by You-Sheng Yang

media: add media.service when necessary

Vendor codecs are usually only available under arm32 flavor. When running in
arm64 ubuntu, MediaCodecList will try to load codecs of arm64, which is
then certainly unavailable. In order to use codecs of a different
architecture, we'll need some kind of process gap and IPC to call remote
procedures. The original Android media service meets the purpose well,
so we have to enable it for such dual-arch setup.

b9b51b7... by Simon Fels

Merge remote-tracking branch 'lp/master' into stable

29b17dc... by Simon Fels

debian: release 0.1.0+git20151016+6d424c9-0ubuntu23

8e714b1... by Simon Fels

Merge remote-tracking branch 'vicamo/for-ubuntu/fix-bionic-sizeof-file'

388d6f0... by You-Sheng Yang

Revert "hooks: use pthread_attr_{get,set}stack when available"

pthread_attr_setstack requires a valid stack buffer passed, or the
process will crash when pthread_create is called then. Since there is no
trivial way to address this, just stick to the deprecated calls for now.

This reverts commit 6b9606a66ba6c67717287aeb20df7f6918b3b562.

74b5544... by You-Sheng Yang

hooks: fix getmntent, getmntent_r

Glibc doesn't allow NULL FILE pointer passed to the two calls but bionic
does, which fails bionic integration tests.

9c9070e... by You-Sheng Yang

hooks: add readdir64, readdir64_r

2415206... by You-Sheng Yang

hooks: fix bionic FILE struct size on arm64

dcd06dd... by Simon Fels

Merge remote-tracking branch 'vicamo/for-ubuntu/build-multilib-compat'

a04255f... by Simon Fels

Merge remote-tracking branch 'vicamo/for-ubuntu/fix-warnings'