~ondrak/libhybris/+git/libhybris:fixinfg_arm64_hybris

Last commit made on 2016-04-13
Get this branch:
git clone -b fixinfg_arm64_hybris https://git.launchpad.net/~ondrak/libhybris/+git/libhybris
Only Ondrej Kubik can upload to this branch. If you are Ondrej Kubik please log in for upload directions.

Branch merges

Branch information

Name:
fixinfg_arm64_hybris
Repository:
lp:~ondrak/libhybris/+git/libhybris

Recent commits

0692f89... by Simon Fels

Merge branch 'master' into stable

e5a3629... by Simon Fels

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

89d626d... by Simon Fels

debian: update changelog

93ef942... by Simon Fels

Merge remote-tracking branch 'morphis/media-encoding'

2deb3e7... by Simon Fels

compat: media: don't put Android 5.x as a requirement for MediaCodecSource

We will most likely get the case that a device running Android 4.x
will get a backport of the MediaCodecSource class. In that case we
should still support it through the media compat API. The device
running Android 4.x then only has to specify a

 BOARD_HAS_MEDIA_CODEC_SOURCE := true

in its BoardConfig.mk and we will add support for it.

d1d1cab... by Simon Fels

compat: media: introduce API version number

Clients can now track changes to the API and continue to work on
platforms where not a certain API is not available rather than
simply crashing when a symbol isn't found.

Generally all targets should try to stay in sync with the upstream
releases we do for libhybris but doing proper landing of the same
changes for all platforms at the same gets really challanging so
we take this simple approach to let clients fallback or refuse
working when a certain API version is not available.

6c070a0... by Simon Fels

compat: media: only build media codec source support for Android 5.x

The MediaCodecSource class introduced with Android 5 so unless it
gets backported to our Android 4.x based trees we can only use it
there.

d70e261... by Simon Fels

hybris/compat: media: wrap android media codec source implementation

The MediaCodecSource class from Android gives us a quite good wrapper
around the media encoder implementation and allows us to feed the
encoder with EGL through a native window handle.

9372c8c... by Simon Fels

debian: release version 0.1.0+git20151016+6d424c9-0ubuntu8

221ec56... by Simon Fels

debian: update changelog