Skip to content
Matthew Ng edited this page Jul 24, 2014 · 15 revisions

Welcome to the VPlayer_lib wiki!

Here you will find ways to integrate FFmpeg into your Android application without much work. Please read instructions carefully.

Features and Changes

  • Allows video application pausing and resuming when user suspends app (going home or another app)
  • Fixes crashing issue when using the same video player for multiple videos (with or without subs)
  • Fixes video startup crashes after returning from a video
  • Added hardware acceleration to YUV420 videos
  • Added a single build file to compile all dependencies without any need of commandline
  • Changed the Java library to easily integrate a video into a project
  • Added looping functionality

Documentation

Compile Source

Clone this wiki locally