move android blacklist from android project
Extract the blacklists from libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java and move them to the android modules.
The blacklist/whitelist must take into account three points:
- Some decoders won't work with some SoC
- Some decoders will only work/be better with some SoC
- android_display with mediacodec hardware decoding might not work with some SoC (eg. rk3319, confusing chroma planar/semiplanar formats).