History log of /frameworks/av/media/libmedia/MidiIoWrapper.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b20688e7e87e99ab1ee106af043ce0cbb40bde5d 05-Dec-2015 Andy Hung <hunga@google.com> Check for non-negative fd before close, dup, lseek, or read.

Bug: 24896328
Change-Id: Idd8da8cf202f51f42d0a81421a91768ec3d5f025
/frameworks/av/media/libmedia/MidiIoWrapper.cpp
13b97d6ece762cd96a7c3d3e3d60583104d1c0bc 29-Jan-2015 Marco Nelissen <marcone@google.com> Fix uninitialized variable.

Bug: 19020118
Change-Id: I0aceadfec6652d468a5a5d9eb5dcbf0845757ffa
/frameworks/av/media/libmedia/MidiIoWrapper.cpp
0e8928bf4f2b01b783f6da97d15e8f1abb0fd7d7 08-Jan-2015 Marco Nelissen <marcone@google.com> Replace MidiFile player with a Midi extractor

This gets rids of a bunch of special midi handling and replaces it
with an extractor that works with NuPlayer and MediaMetadataRetriever.

Change-Id: I8d0f5bbdde2ca24267cf4d62ab26afe9630e0217
/frameworks/av/media/libmedia/MidiIoWrapper.cpp
bc11e713063f3f96f98256abc81c0d8ee1ddb312 08-Jan-2015 Marco Nelissen <marcone@google.com> Use callbacks for Midi I/O

Instead of having the Sonivox engine directly open the file and
use stdio to read from it, use caller-provided callbacks.

Change-Id: Ie55129109060a4a7862fee3177f994401e00b6c1
/frameworks/av/media/libmedia/MidiIoWrapper.cpp