Skip to content

[VSoC2024] Move blacklist/whitelist from HWDecoderUtil.java to android_modules

Mangal Kushwah requested to merge MangalK/vlc:move-android-blacklist into master

See #24982

Since blacklisted devices are not supported anymore and won't run on VLC 4.0. Therefore, mediacodec/omx part can be discarded.

  • Add a way to use getprop from C
  • Use it to exclude some amazon devices on the android audio_output
  • Remove the HWDecoderUtil.java file
Edited by Mangal Kushwah

Merge request reports