mirror of https://github.com/mpv-player/mpv
codecs.conf: add fourcc AMV2, WAWV
add binary codec for fourcc AMV2 add fourcc WAWV to ffodivx and ffodivxvdpau git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32034 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
343bdac280
commit
0f985365fb
|
@ -97,6 +97,14 @@ videocodec imm4
|
||||||
dll "VCMIMM4.dll"
|
dll "VCMIMM4.dll"
|
||||||
out BGR15 flip
|
out BGR15 flip
|
||||||
|
|
||||||
|
videocodec amv2
|
||||||
|
info "lossless video codec"
|
||||||
|
status working
|
||||||
|
fourcc AMV2
|
||||||
|
driver vfw
|
||||||
|
dll "amv2codec.dll"
|
||||||
|
out BGR32 flip
|
||||||
|
|
||||||
videocodec lzocodec
|
videocodec lzocodec
|
||||||
info "lzo lossless"
|
info "lzo lossless"
|
||||||
status working
|
status working
|
||||||
|
@ -1036,7 +1044,7 @@ videocodec ffodivx
|
||||||
fourcc FFDS
|
fourcc FFDS
|
||||||
fourcc DCOD,MVXM,EM4A,PM4V
|
fourcc DCOD,MVXM,EM4A,PM4V
|
||||||
fourcc M4T3,DMK2,DIGI,INMC
|
fourcc M4T3,DMK2,DIGI,INMC
|
||||||
fourcc EPHV,SN40
|
fourcc EPHV,SN40,WAWV
|
||||||
fourcc uldx,ULDX,VSPX
|
fourcc uldx,ULDX,VSPX
|
||||||
fourcc SIPP ; Samsung SHR-6040
|
fourcc SIPP ; Samsung SHR-6040
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
|
@ -1069,7 +1077,7 @@ videocodec ffodivxvdpau
|
||||||
fourcc FFDS
|
fourcc FFDS
|
||||||
fourcc DCOD,MVXM,EM4A,PM4V
|
fourcc DCOD,MVXM,EM4A,PM4V
|
||||||
fourcc M4T3,DMK2,DIGI,INMC
|
fourcc M4T3,DMK2,DIGI,INMC
|
||||||
fourcc EPHV,SN40
|
fourcc EPHV,SN40,WAWV
|
||||||
fourcc uldx,ULDX,VSPX
|
fourcc uldx,ULDX,VSPX
|
||||||
fourcc SIPP ; Samsung SHR-6040
|
fourcc SIPP ; Samsung SHR-6040
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
|
@ -1122,7 +1130,7 @@ videocodec xvid
|
||||||
fourcc FFDS
|
fourcc FFDS
|
||||||
fourcc DCOD,MVXM,EM4A,PM4V
|
fourcc DCOD,MVXM,EM4A,PM4V
|
||||||
fourcc M4T3,DMK2,DIGI,INMC
|
fourcc M4T3,DMK2,DIGI,INMC
|
||||||
fourcc EPHV,SN40
|
fourcc EPHV,SN40,WAWV
|
||||||
fourcc uldx,ULDX,VSPX
|
fourcc uldx,ULDX,VSPX
|
||||||
format 0x10000004 ; mpeg 4 es
|
format 0x10000004 ; mpeg 4 es
|
||||||
fourcc SIPP ; Samsung SHR-6040
|
fourcc SIPP ; Samsung SHR-6040
|
||||||
|
|
Loading…
Reference in New Issue