MPlayer で CoreAVC

http://oss.netfarm.it/mplayer-win32.php で配布されているバイナリは CoreAVC を再生できるパッチが当てられているようなので使ってみる。
展開した mplayer ディレクトリに codecs.conf (svn export svn://svn.mplayerhq.hu/mplayer/trunk/etc/codecs.conf で取得できる) を置く。
codecs.conf の videocodec ffh264 の前に以下のような内容を加えて、codecs ディレクトリへ CoreAVCDecoder.ax を置く。

videocodec coreavc
  info "CoreAVC DShow H264 decoder for x86 - http://corecodec.org/"
  status working
  format 0x10000005
  fourcc H264,h264
  fourcc X264,x264
  fourcc avc1 AVC1,AVC1
  fourcc davc,DAVC
  fourcc VSSH
  driver dshow
  dll "CoreAVCDecoder.ax"
  guid 0x09571a4b, 0xf1fe, 0x4c60, 0x97, 0x60, 0xde, 0x6d, 0x31, 0x0c, 0x7c, 0x31
  out YV12,IYUV,I420,YUY2

特に変化があったようには感じないなぁ。