niiyan/2007-09-18 のバックアップソース(No.1)

** [[AvsP version 2.0.1:http://avisynth.org/qwerpoi/Download.html]](タブ型AviSynthスクリプトエディタ) [#p04fc940]

-今バージョンは、おもにバグ修正を目的としたバージョンとのこと。
-変更点
>[[AvsP v2.0.1 (9/16/07) - Page 3 - Doom9's Forum:http://forum.doom9.org/showthread.php?p=1045811#post1045811]]
>* improved automatic user slider construction (suggested by AlanHK, bidmead)(オートマチックユーザスライダの構造を改良)
>
>* added line number traceback for macro errors (suggestedy by foxyshadis)(マクロエラーに対して、行番号のトレースバックを追加)
>
>* disabled error line highlight when line-by-line update enabled (suggested by Zarxrax)(ラインごとの更新が有効化されているときにエラー行の強調表示を無効化)
>
>* added warnings to crop editor for invalid crop values (suggested by AlanHK)(無効なCrop値に対して、Crop エディタに警告を追加)
>
>* brought back shortcuts for function definitions in script menu (suggested by Alain2)(関数定義用のショートカットをスクリプトメニューに戻した)
>
>* added close all tabs function (suggested by Serbianboss)(すべてのタブを閉じる関数を追加)
>
>* added option to disable scroll wheel through tabs (suggested by foxyshadis)(タブ間のスクロールホイールを無効化するオプションを追加)
>
>* added option to disable frames for each tab (suggested by Harukalover)(各タブのフレームを記憶するのを無効化するオプションを追加)
>
>* changed autocomplete to show single item lists (suggested by Alain2)(オートコンプリートを単一のアイテムリストを表示するように変更)
>
>* changed title for separate video window to full script name (suggeseted by Alain2)(独立ビデオウィンドウのタイトルをスクリプトのフルネームに変更)
>
>+ fixed minor error when configuring shortcuts (thanks RedDwarf1, krisq)(ショートカットの設定時の小さなエラーを修正)
>
>+ fixed next bookmark function to always search forward (thanks AlanHK)(次のブックマーク関数を常に前方へ検索するように修正)
>
>+ changed "True" and "False" in database to lowercase (thanks AlanHK)(データベースの「True」と「Flase」を小文字に変更)
>
>+ fixed typo in options dialog (thanks AlanHK)(オプションダイアログの誤字を修正)
>
>+ fixed bug with manual activation of filter help (thanks Alain2)(フィルタのヘルプの手動での有効化に関するバグを修正)
>
>+ fixed bug with macro functions GetWidth/GetHeight returning zoomed values (thanks Alain2)(マクロ関数 GetWidth/GetHeight が拡大/縮小された値を返すバグを修正)
>
>+ fixed display issue with slider window and zoom window fit (thanks rfmmars)(スライダウィンドウとズームウィンドウのサイズ調節に関する表示の問題を修正)

** [[PixelValue v0.10:http://forum.doom9.org/showthread.php?t=108602&page=2#post1045791]](RGB 値を返す条件関数) [#c115c891]

-x, y の座標で指定されたピクセルの RGB 値を返す条件関数([[ConditionalFilter]])。
-(x=0,y=0) は画像の左上、(x=width(clip)-1, y=height(clip)-1) は画像の右下にあたる。
-[[ScriptClip>ConditionalFilter]] のようにフレームごとに評価するフィルタと一緒に使用する。
--PixelValue.htm または [[New filters: PixelInfo / PsetRGB - Page 2 - Doom9's Forum:http://forum.doom9.org/showthread.php?t=108602&page=2#post1045791]] の使用例を参照。
-現時点では、RGB24 と RGB32 をサポート。
-Doom9's Forum 関連スレッド
--[[New filters: PixelInfo / PsetRGB - Doom9's Forum:http://forum.doom9.org/showthread.php?t=108602]]

** [[nnedi v1.2:http://forum.doom9.org/showthread.php?p=1045226#post1045226]](インターレース解除フィルタ) [#f46041d3]

-変更点
> nnedi - Readme.txt より引用(括弧内試訳)
>   09/16/2007  v1.2
>
>       - fixed using psrlq (sse2) instruction in sse routines(SSE ルーチンにおける psrlq (sse2) 命令の使用を修正)

-SSE ルーチン使用(opt = 2)時に画像がおかしくなる問題が修正されました。

** [[a3r (ASS_Help3r) 0.0.9.16-alpha:http://mion.faireal.net/a3r/]](ASS タイプセッティング補助ツール) [#n566c616]

-変更点
>[[a3r (ASS_Help3r) 0.0.9.16:http://mion.faireal.net/a3r/]]
-2007-09-17 v0.0.9.16-alpha: [FIX] No audio if ASS is loaded first then AVI. Bug introduced in 0.0.9.14.(試訳: [修正] ASS が最初に読み込まれ、つづいて AVI が読み込まれる場合に無音になる。0.0.9.14 で取り込まれたバグ。)