OSDN Git Service

stagefright-plugins: Improvements and updates for CM14
authorSteve Kondik <steve@cyngn.com>
Tue, 6 Sep 2016 06:06:04 +0000 (23:06 -0700)
committerSteve Kondik <steve@cyngn.com>
Wed, 14 Sep 2016 22:59:16 +0000 (15:59 -0700)
commit5702514c5754908b164ef5dc4ea911589d1acafe
treeee73c82eb30002d029fbcf698c7939b7c2392b2d
parentb81828607a13e3d10cb7061787d156bab527cad6
stagefright-plugins: Improvements and updates for CM14

 * Use a simple dlsym mechanism for loading the plugin. This
   eliminates some odd coupling and framework code footprint.
 * Use IMediaSource to follow new API.
 * Switch to supplying a PCM format instead of
   just the bits per sample as we're using the new AOSP
   support for non-PCM16 formats.

Change-Id: Ibf13362b3b1ae89eae2adccf32da0a3d3530aee6
extractor/Android.mk
extractor/FFmpegExtractor.cpp
extractor/FFmpegExtractor.h
omx/SoftFFmpegAudio.cpp
utils/codec_utils.cpp
utils/codec_utils.h