media/demo_misc/webm_sw_decoder
Oliver Woodman a56c00268d Remove ability to disable frame accurate seek.
Everything I've seen that uses ExoPlayer sets it to true, and
setting it to false is poorly supported / likely to result in
bad initial A/V sync after each seek.
2015-07-30 10:05:04 +01:00
..
src/main Remove ability to disable frame accurate seek. 2015-07-30 10:05:04 +01:00
build.gradle Fix versions 2015-05-12 18:32:22 +01:00
README.md Add demo app for WebM Native Extensions 2015-02-02 14:43:55 -08:00

WebM (VP9/Opus) Software Decoder Demo

A demo app that shows how to use the ExoPlayer VP9 and Opus Extensions to enable VP9 and Opus playback in your app by bundling native libraries along with it.

The demo app depends on the VP9 and Opus Extensions being configured built correctly.