niiyan/2005-12-31 のバックアップ差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
*** [[ColorMatrix v1.10:http://forum.doom9.org/showthread.php?p=543776#post543776]] [#g36f9685]

-変更点(colormatrix.htmより引用)
>v1.10, 27th December 2005 (by tritical)
-Added sse2 versions of mmx routines. (Thanks NaN)
-Changed "mmx" parameter from bool to int and renamed to "opt"
-Debug output now indicates whether the c, mmx, or sse2 routine is being used for YV12
-Fix some cache invocation and setcachehints problems
-Use _ALIGNED RowSize when checking simd routine restrictions
-Added version information to dll

*** [[AllColorsYUY2/AllColorsRGB24 v1.0:http://forum.doom9.org/showthread.php?t=104846]] by Hanfrunz [#q738406b]

-AllColorsYUY2とは?(allcolors.txtより引用)
>This filter generates a video of 256 frames duration (frame 0 to 255). Each frame shows a square of colors.
>The x-axis represents the Cb-component (left:0, right:255) and the y-axis the Cr-component (top=255, bottom=0) of a Y'CbCr colorspace.
>Y' is represented by the framenumber. Because of the  4:2:2 chroma-subsampling i choosed to use small 2x2 squares for each color.
>(このフィルタは、256フレームの長さ(フレーム0から255まで)のビデオを生成する。各フレームは色の四角形を表示する。
>x軸はY'CbCr色空間のCb要素(左:0, 右:255)を、y軸はCr要素(トップ=255, ボトム=0)を表す。
>Y'はフレーム番号によって表される。4:2:2 クロマ・サブサンプリングのため、私は各色のために2x2の小さな四角形を使うことを選択した。)

-AllColorsRGB24とは?(allcolors.txtより引用)
>This filter generates a video of 256 frames duration (frame 0 to 255). Each frame shows a square of colors.
>The x-axis represents G'-component (left:0, right:255) and the y-axis the B'-component (top=255, bottom=0) of a R'G'B' colorspace.
>R' is represented by the framenumber.
>(このフィルタは、256フレームの長さ(フレーム0から255まで)のビデオを生成する。各フレームは色の四角形を表示する。
>x軸はR'G'B'色空間のG'要素(左:0, 右:255)を、y軸はB'要素(トップ=255, ボトム=0)を表す。
>R'はフレーム番号によって表される。)