#==============================================================================
#================================= w32 codecs =================================
#==============================================================================
;
; Keywords:
; ---------
; info		Description of this codec
; file		codec DLL
; stat		status
; flag		codec flags
; ofmt		output formats [ yuy2, yv12, rgb32, rgb24, rgb16, rgb15 ]
; cmap		map codec to another codec

;
; VFW codecs ( .dll files )
;
[vfw]

DIV3.info=DivX MPEG-4 Low-Motion ( Microsoft MPEG-4 V3 )
DIV3.file=divxc32.dll
DIV3.stat=Working
DIV3.ofmt=RGB15 RGB16 RGB24 RGB32 YUY2	; YV12 doesn't work correct
div3.cmap=DIV3
DIV4.info=DivX MPEG-4 Fast-Motion ( Microsoft MPEG-4 V3 )
DIV4.cmap=DIV3
div4.cmap=DIV4

CRAM.info=Microsoft Video 1
CRAM.file=msvidc32.dll
CRAM.stat=Working
CRAM.ofmt=RGB16 RGB24
cram.cmap=CRAM
MSVC.cmap=CRAM

CVID.info=Radius Cinepak
CVID.file=iccvid.dll
CVID.stat=Working
CVID.ofmt=RGB15 RGB16 RGB24 RGB32	; YUY2 doesn't work correct
cvid.cmap=CVID

IV41.info=Intel Indeo 4.1
IV41.file=ir41_32.dll
IV41.stat=Working
IV41.ofmt=RGB15 RGB16 RGB24		; YUY2 doesn't work correct
iv41.cmap=IV41

IV50.info=Intel Indeo 5.x
IV50.file=ir50_32.dll
IV50.stat=Working
IV50.ofmt=RGB15 RGB16 RGB24		; YUY2 and YV12 do not work correct
iv50.cmap=IV50

MPG4.info=Microsoft High-Speed MPEG-4
MPG4.file=mpg4c32.dll
MPG4.stat=Working
MPG4.ofmt=RGB15 RGB16 RGB24 RGB32 YUY2
MP41.info=Microsoft High-Speed MPEG-4
MP41.cmap=DIV3
mp41.cmap=MPG4
MP42.info=Microsoft High-Speed MPEG-4 V2
MP42.cmap=MPG4
mp42.cmap=MPG4
MP43.info=Microsoft High-Speed MPEG-4 V3
MP43.cmap=MPG4
mp43.cmap=MPG4

I263.info=Intel H.263
I263.file=i263_32.drv
I262.stat=Untested
i263.cmap=I263

IV32.info=Intel Indeo 3.2
IV32.file=ir32_32.dll
IV32.stat=Buggy
IV32.ofmt=RGB16
iv32.cmap=IV41

IV31.info=Intel Indeo 3.1
IV31.cmap=IV32
iv31.cmap=IV31

;
; ACM codecs ( .acm files )
;
; Note: Adding codecs here will not work, as afl.c has to be modified.
;
[acm]

0002.info=MS ADPCM
0002.file=msadp32.acm
0002.stat=Untested

0011.info=IMA ADPCM
0011.file=imaadp32.acm
0011.stat=Buggy (Segmentation Fault)

0031.info=MS GSM 5.10
0031.file=msgsm32.acm
0031.stat=Untested

0055.info=MPEG Audio Layer 3
0055.file=l3codeca.acm
0055.stat=Working
0050.cmap=0055

0160.info=DivX Audio ( WMA )
0160.file=divxa32.acm
0160.stat=Working
0161.cmap=0160
