01 2013 档案
【转】ffmpeg源码分析之媒体打开过程
摘要://参数ps包含一切媒体相关的上下文结构,有它就有了一切,本函数如果打开媒体成功,//会返回一个AVFormatContext的实例.//参数filename是媒体文件名或URL.//参数fmt是要打开的媒体格式的操作结构,因为是读,所以是inputFormat.此处可以//传入一个调用者定义的inputFormat,对应命令行中的 -f xxx段,如果指定了它,//在打开文件中就不会探测文件的实际格式了,以它为准了.//参数options是对某种格式的一些操作,是为了在命令行中可以对不同的格式传入//特殊的操作参数而建的, 为了了解流程,完全可以无视它.int avformat_open_i
阅读全文
奇艺 log
摘要:01-07 17:06:23.951: E/login vistor(2930): send message len 4001-07 17:06:24.481: D/dalvikvm(197): GC_EXPLICIT freed 293K, 20% free 15850K/19783K, paused 11ms+5ms01-07 17:06:24.661: D/dalvikvm(3691): GC_CONCURRENT freed 922K, 14% free 24776K/28615K, paused 6ms+4ms01-07 17:06:24.872: D/dalvikvm(3691):
阅读全文
How to change an Android app's name?
摘要:There's the android:label for the application, and the android:label for the launch activity. The former is what you see under Settings -> Applications -> Manage Applications on your device. The latter is what you see under Applications, and by extension in any shortcut to your application
阅读全文
浙公网安备 33010602011771号