Mar 29

CoreAVC 2.51

CoreAVC is known in the industry as being the standard for playback of high quality H.264 video. The new CoreAVC Decoder allows you to offload video decoding to any accelerated decoder that works with either NVIDIA CUDA or ATI with Microsoft's DirectX Video Acceleration (DXVA) interface for any Windows XP, Vista, or Windows 7 PC.

中文简介可以参考本站以前的文章

Technology Bulletpoints:

  • -Supports Windows 7
  • -32/64 bit Support
  • -DXVA 1/2 Compatible
  • -NVIDIA CUDA GPU support
  • -ATI GPU support (DXVA)
  • -Multicore ready (16 CPU Cores)
  • -8100x8100 Resolution Support
  • -Full Interlaced support
  • -Uses Directshow for MKV
  • -Haali Media Splitter Included
  • - ADD: DXVA1 support (with red tray icon)
  • - ADD: DXVA2 support (with red tray icon)
  • - ADD: new x64 blit asm code (unified with x86)

2.5.1 更新主要是支持 DXVA 解码了,也就是说 A 卡也可以用这个软件进行硬解了;

2.5.5 主要是一些 Bug 修复;

What's new in this release
==============================================
CoreAVC H.264 Video Codec - Version 2.5.5.0 (20110421)
- FIX: Clean reference lists when seeking to a SEI recovery point
- FIX: matrix ordering for buggy ATI DXVA implementation
- FIX: non-transposed matrices for NVIDIA DXVA mode
- FIX: validate GPU type, driver version and stream parameters before using DXVA

下载第一个是安装版+序列号,第二个是用脚本安装解码器核心。






Mar 26

About Deadwood

Deadwood is the code that will eventually become MaraDNS’ next recursive resolver; right now it is a stable and functioning non-recursive cache. Deadwood, unlike MaraDNS, does not need threads to resolve queries, and has features MaraDNS’ recursive cache doesn’t have, such as “resurrections” and the ability to read and write the cache to disk.

Only 34.3k ,it can write DNS items to the file and load on next start.Easy to config.(Default config can work well like a charm.)

http://maradns.org/deadwood/stable/Deadwood-3-0-02-win32.zip

My config example:



# Forward Servers we connect to

upstream_servers[“.”]=”202.14.67.4, 202.14.67.14”

#In order to enable DNS-over-TCP, this variable must be set and have a value of 1.

tcp_listen = 1

# The IP this program has

bind_address = “127.0.0.1”

# The IPs allowed to connect and use the cache

recursive_acl = “127.0.0.1/16”

# The file containing a hard-to-guess secret

random_seed_file = “secret.txt”

# This is the file Deadwood uses to read the cache to and from disk

cache_file = “dw_cache”


Mar 26

About Unbound

Unbound is a validating, recursive, and caching DNS resolver.

The C implementation of Unbound is developed and maintained by NLnet Labs. It is based on ideas and algorithms taken from a java prototype developed by Verisign labs, Nominet, Kirei and ep.net.

Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible.

First step, download Unbound ZIP files from:

http://www.unbound.net/downloads/unbound-1.4.12.zip

then extract all files to d://Unbound,

Next step,you must edit next two files so you can let it work fine on windows.

server.conf:

# Unbound configuration file on windows.
# See example.conf for more settings and syntax
server:
    directory: “d:Unbound”
    # file to read root hints from.
    # get one from ftp://FTP.INTERNIC.NET/domain/named.cache
    root-hints: “named.cache”

    # the log file, “” means log to stderr.
    # Use of this option sets use-syslog to “no”.
    logfile: “unbound.log”

    # verbosity level 0-4 of logging
    verbosity: 0

    # on Windows, this setting makes reports go into the Application log
    # found in ControlPanels - System tasks - Logs
    use-syslog: no

    # if yes, perform prefetching of almost expired message cache entries.
    prefetch: yes

    # Enable IPv4, “yes” or “no”.
    do-ip4: yes

    # Enable IPv6, “yes” or “no”.
    do-ip6: no

    # Enable UDP, “yes” or “no”.
    do-udp: yes

    # Enable TCP, “yes” or “no”.
    do-tcp: yes

Unbound.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREUnbound]
“CronAction”=”"D:Unboundanchor-update.exe" “
“InstallLocation”=”D:Unbound”
“ConfigFile”=”D:Unboundservice.conf”
“CronTime”=dword:00015180
“Start Menu Folder”=”Unbound”

Now you can run unbound-service-install.exe ,after this you will get a high performance local DNS resolver with validating, recursive, and caching(memory) function.


Mar 26

用过 quakelive 的 raw input(in_mouse 2) 模式后觉得手感很不错,于是去找 quake3 的修改版,感谢 Q3A 的开放源码,找到两个 MOD 版本的 quake3.exe,都能正常支持 raw input。

先说下 raw input 的优点吧:

1. 没有使用 Windows 鼠标标准输入(in_mouse -1) 情况下的负加速度,当然这种模式本来就很少人用;
2. 不再需要修复注册表那些补丁,就可以完全消除 Windows (本身)带来的加速度;
3. 无缓冲区,直接交换鼠标数据,这意味着和 DirectInput (in_mouse 1) 相比它的延迟更小。

附件一 quake3-132-raw.rar 是 ESR 发布,sk4ut 编译的版本,对应的 raw input 参数是(in_mouse 3);

附件二 vql.exe 是 rain 的版本,对应的 raw input 参数是(in_mouse 2).

你可以在进入 Q3 后 ~ 呼出命令行,运行 in_restart 来验证 raw input 模式是否正常运行(会提示,已找到 raw 支持的鼠标 xxxxx,或者是 raw input win32 启用正常之类的字样)。

附件一的版本发布者已测试: A4Tech X-710FS, MS WMO 1.1a, MS IE 3.0, Razer Diamondback 1600 DPI, Razer DeathAdder 3G 正常,我测试过 Logitec MX518, G5, G9, G500, MS SideWinder X8 在 Windows XP SP3 以及 Windows 7 x64 U 下使用也都正常(有效果,而且 CTF 20 分钟以上无报错);

附件二我就用自己的鼠标测了一下,具体型号见上。




Mar 25

Splash_Main

Splash Player 使用了 Mirillis 公司自己开发的 AVC/H.264 解码器,可以在高分辨率下提供清晰平滑的高质量播放效果。播放器界面简洁友好,专为播放高清优化。

特色功能:

可以在不安装任何解码器的情况下播放 MPEG-2, AVC/H.254, VC-1 等高清格式影片及录影片段;
高级视频前处理引擎 Picture2 以及 Motion2,可以在在观赏高动态影片时提供前所未有的流畅效果,细节和色彩无以伦比;
Smart Seek 功能可以以缩略图预览模式任意方便的观看影片的任何时间段;
专为多核 CPU 以及高新能显卡 GPU 设计优化的视频音频解码引擎,同时在笔记本上可以使用节能模式;
支持 NVIDIA® Optimus 双显卡切换技术

这个播放器的 Motion2 帧率倍增技术令我叹为观止,我开启这项功能,滑块调到 6 ,测试影片 Transformers.Revenge.of.the.Fallen.2009.IMAX.Edition.BluRay.1080p.x264.DTS-WiKi ,无论色彩细节,特别是高动态片段的流畅程度,远远超越了 PotPlayer (无论使用自带解码器还是 CoreAVC 解码器,软硬解),整体效果直追蓝光机+等离子电视,如果是一个 Q3 玩家,你可以明显的感觉到这种改变就是 20 FPS 到 60 FPS 的效果!

当然,这个播放器的字母渲染效果以及调整功能远不如 KMPlayer (可以双字幕)甚至 PotPlayer,所以它理所当然的成为了我的第二播放器,当我想静心享受一场动作片的时候,我用它。

1.7.0 版本已经可以调整字幕字体,大小,以及显示在画面外!

Splash_Opt



[27/59]  «< 22 23 24 25 26 27 28 29 30 31 > ... »