Results 4 issues of GreyWolf

on the iPad, I set the _hintInfo to the third tab on the bottom,but the hightspot is show some error arrow,just like the screenshot: ![qq20151117-0](https://cloud.githubusercontent.com/assets/1832802/11204024/2c951c00-8d35-11e5-9d5c-22b2e47b405e.png)

如题: 录制视频中音频是AMR_NB的,Java桌面程序和iOS端无法播放声音 大佬可否对外提供一些录制视频参数构造方法,我们可以设置音频为AAC,这样虽然视频变大,但是其他端都可以播放,要不其他端都需要下载,转码再播放,太慢了。

fix garbled characters appear in the Chinese file name; issue #86、#174 and #238

自己整理的集成和静态库制作教程,感谢各位大佬。 一、基础环境:   1、安装homebrew、git、yasm     ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"     brew install git     brew install yasm 二、下载源码及编译参考: https://github.com/bilibili/ijkplayer   1、源码下载小技巧:     ①GitHub访问被墙,可以借助国内的Git平台,在国内Git平台导入Github项目,然后再通过国内Git平台克隆;     ②编译过程需要拉取Github的依赖项目源码,如init-ios.sh中的FFmpeg和gas-preprocessor,也可用①的方式,先导入,再克隆;   2、编译:     ①初始化 ./init-ios.sh     ②编译ffmpeg(过程稍微长一点)       cd ios       ./compile-ffmpeg.sh clean       ./compile-ffmpeg.sh all 三、制作静态库:   ...