Skip to content

Commit

Permalink
merge from branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed May 17, 2012
2 parents aa9b018 + a4327a6 commit 1fd00ae
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 928 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ gq.flv.torrent 是从优酷找的一个超清视频文件做的种子.
4. video 是一个视频渲染模块的实现, 实现了video_render中的那几个函数指针. 在这个模块中, 实现了3套视频渲染输出d3d, ddraw, opengl这些方式(还有gdi方式渲染没有添加到video_out.h中).
5. avplayer 是一个使用avcore实现一个简单播放器的示范, 如果要创建一个播放器, 只需要avplayer.h, 然后使用创建一个avplayer对象, 就可以创建一个播放器, 关于如何使用avcore的具体细节可以参考avplayer/main.cpp.


源代码:
请使用git下载, 以便随时更新代码, 这样做也可以方便在你自己的分支中开发, 并提交补丁.
$ git clone git://github.com/Jackarain/avplayer.git avplayer
更新
$ git pull


最后, 任何方式(包括商业或非商业)修改或引用该项目的全部或部分源码(或dll), 请在你的软件中或产品文档中必须清楚的声明引用了该项目, 并注明url(https://github.com/Jackarain/avplayer), 你可以偷偷的不这样做, 但这样做是令人欣赏的做法.
最后本程序作者不承担使用该程序所带来的任何问题并拥有一切解释权.

Expand Down
1 change: 1 addition & 0 deletions avcore/avplayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class EXPORT_API avplayer
void volume(double vol);

// 全屏切换.
// 注意: 不支持非顶层窗口全屏操作!
BOOL full_screen(BOOL fullscreen);

// 返回当前播放时间.
Expand Down
Loading

0 comments on commit 1fd00ae

Please sign in to comment.