摘要: 1.cloc 工具项目地址:https://github.com/AlDanial/cloc 2.CountLines https://www.cr173.com/soft/27344.html 3.SourceCount http://ttl7.pc6.com/lff/SourceCounter. 阅读全文
posted @ 2019-12-23 09:46 wwsea 阅读(4385) 评论(0) 推荐(0) 编辑
摘要: AStyleExtension 3.1 for vs2013 vs2015 vs2017 vs2019 Supported Visual Studio editions: Visual Studio 2013 Professional (or above) Visual Studio 2015 Pr 阅读全文
posted @ 2019-10-12 08:01 wwsea 阅读(860) 评论(0) 推荐(0) 编辑
摘要: 2019.09.29 * 与mplayer r37152同步部分源码格式,修正几处bug,i hope so . 链接:https://pan.baidu.com/s/1U3bDKrhstfTSm7se6eSIIw 提取码:rh2r 阅读全文
posted @ 2019-09-30 15:41 wwsea 阅读(694) 评论(1) 推荐(0) 编辑
摘要: mplayer 主页:http://www.mplayerhq.hu/design7/news.html下载地址:http://oss.netfarm.it/mplayer/http://mplayerwin.sourceforge.net/downloads.html mpv 主页:https:/ 阅读全文
posted @ 2019-09-20 16:18 wwsea 阅读(2161) 评论(0) 推荐(0) 编辑
摘要: 同步mplayer 到svn 38151 同步ffmpeg 到4.2.1 2019.09.25 * gettext-0.18.3.2-2 * gmp-6.1.2-3 * isl-0.18-2 * libasprintf-0.18.3.2-2 * libgettextpo-0.18.3.2-2 * l 阅读全文
posted @ 2019-09-20 14:23 wwsea 阅读(988) 评论(1) 推荐(0) 编辑
摘要: 1.修复原作者37356的播放某些mp4开始灰屏或者快进快退灰屏的问题。 2.修复37877版本引入的某些mp4回退时重新到开头不响应的问题 3.同步mplayer 代码到svn37991 4.同步ffmpeg代码到svn 3.1.11 5.nasm-2.14.02 6.yasm-1.3.0 7.x 阅读全文
posted @ 2019-09-14 21:04 wwsea 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/1DMSCin18_LFNkL_IR4_ESQ 提取码:3fue 阅读全文
posted @ 2019-09-08 22:25 wwsea 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 缘起于更换工作环境到新的工作站,于无意中发现旧硬盘里的相关代码,又用着potplayer不爽。想着WW版自从2015年就不开始更新了… 神不在我们身边,所以朝圣的路很远,何不我自成神? 距mplayer最新的SVN版本还有700多个版本……等这些版本编译正常时,将把各种第三方库及GCC进行再一次更新 阅读全文
posted @ 2019-09-06 14:52 wwsea 阅读(822) 评论(0) 推荐(0) 编辑
摘要: // 检测文件关联情况 // strExt: 要检测的扩展名(例如: ".txt") // strAppKey: ExeName扩展名在注册表中的键值(例如: "txtfile") // 返回TRUE: 表示已关联,FALSE: 表示未关联 BOOL CheckFileRelation(const char *strExt, const char *strAppKey) { in... 阅读全文
posted @ 2017-10-14 20:11 wwsea 阅读(1946) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 5 //线程个数 6 const int THREAD_NUM = 3; 7 8 //循环次数 9 const int LOOP = 10; 10 11 //互斥事件 12 HANDLE g_hThreadEvent[THREAD_NUM];//子线程同步事件 13 HANDLE g_Semaph... 阅读全文
posted @ 2017-08-15 08:20 wwsea 阅读(916) 评论(0) 推荐(0) 编辑