Mercurial > mplayer.hg
comparison Changelog @ 35889:a51578d7e264
Add (hackish) support for OpenGL on Android.
The only to run that actually works in my system is running
from adb shell, since trying to create a window from native code
is not possible when running from a app.
author | reimar |
---|---|
date | Sat, 16 Mar 2013 19:15:42 +0000 |
parents | 3edaed3c1d60 |
children | 134919b73b04 |
comparison
equal
deleted
inserted
replaced
35888:f464ea910bd2 | 35889:a51578d7e264 |
---|---|
16 * Support binding keys corresponding to non-ASCII characters. | 16 * Support binding keys corresponding to non-ASCII characters. |
17 | 17 |
18 Ports: | 18 Ports: |
19 * Windows: support file names as UTF-8 in slave mode and passing | 19 * Windows: support file names as UTF-8 in slave mode and passing |
20 file names as wchar command line arguments. | 20 file names as wchar command line arguments. |
21 * Android: MPlayer can be run from adb shell and display videos | |
22 via OpenGL ES. | |
23 Note that just a bit of seeking etc. would cause reproducible | |
24 system reboots after just a few seconds on my Galaxy S2. | |
21 | 25 |
22 1.1: "We gave up on 1.0" | 26 1.1: "We gave up on 1.0" |
23 | 27 |
24 Decoders: | 28 Decoders: |
25 * FFmpeg AAC decoder is now preferred over libfaad2 and the internal | 29 * FFmpeg AAC decoder is now preferred over libfaad2 and the internal |