mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
comments changed, and dll added for native codecs too (for html)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@611 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dbc299386f
commit
d61c64bfda
@ -6,15 +6,17 @@
|
||||
|
||||
videocodec mpeg12
|
||||
info "MPEG 1 or 2"
|
||||
comment "with postprocessing"
|
||||
status working
|
||||
format 0x1
|
||||
driver libmpeg2
|
||||
dll "libmpeg2"
|
||||
out YV12
|
||||
|
||||
videocodec mpeg4
|
||||
info "Microsoft MPEG-4 v1/v2"
|
||||
status working
|
||||
comment "No postprocessing"
|
||||
; comment "No postprocessing"
|
||||
fourcc MPG4,mpg4
|
||||
fourcc MP42,mp42
|
||||
driver vfw
|
||||
@ -24,6 +26,7 @@ videocodec mpeg4
|
||||
|
||||
videocodec divxds
|
||||
info "DivX ;-) (MS MPEG-4 v3)"
|
||||
comment "with postprocessing"
|
||||
status working
|
||||
fourcc MP43,mp43 div3 ; fourcc mapping to div3
|
||||
fourcc DIV5,div5 div3
|
||||
@ -50,11 +53,13 @@ videocodec divx
|
||||
|
||||
videocodec odivx
|
||||
info "OpenDivX (MPEG-4 v2)"
|
||||
comment "with postprocessing"
|
||||
status working
|
||||
fourcc DIVX,divx
|
||||
fourcc DIV1,div1 divx
|
||||
format 0x4
|
||||
driver odivx
|
||||
dll "opendivx decore"
|
||||
out YV12
|
||||
|
||||
videocodec indeo5ds
|
||||
@ -159,6 +164,7 @@ videocodec wmv1
|
||||
|
||||
videocodec ap41
|
||||
info "AngelPotion Definitive V1" ; yet another stolen stuff
|
||||
comment "using the DivX ;-) codec"
|
||||
status working
|
||||
fourcc AP41 div3
|
||||
driver dshow
|
||||
@ -301,12 +307,13 @@ audiocodec mp3acm
|
||||
flags seekable
|
||||
|
||||
audiocodec mp3
|
||||
info "MPEG layer-2,3"
|
||||
info "MPEG layer-2, layer-3"
|
||||
status working
|
||||
comment "Optimized to AMD 3Dnow!"
|
||||
format 0x50
|
||||
format 0x55
|
||||
driver mp3lib
|
||||
dll "mp3lib (mpg123)"
|
||||
flags seekable
|
||||
|
||||
audiocodec imaadpcm
|
||||
@ -330,18 +337,21 @@ audiocodec msgsm
|
||||
format 0x31
|
||||
format 0x32
|
||||
driver msgsm
|
||||
dll "xa_gsm.c"
|
||||
|
||||
audiocodec alaw
|
||||
info "aLaw"
|
||||
status working
|
||||
format 0x6
|
||||
driver alaw
|
||||
dll "xanim-alaw"
|
||||
|
||||
audiocodec ulaw
|
||||
info "uLaw"
|
||||
status buggy
|
||||
format 0x7
|
||||
driver alaw
|
||||
dll "xanim-alaw"
|
||||
comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
|
||||
|
||||
audiocodec pcm
|
||||
@ -361,6 +371,7 @@ audiocodec ac3
|
||||
status working
|
||||
format 0x2000
|
||||
driver libac3
|
||||
dll "libac3"
|
||||
|
||||
audiocodec voxware
|
||||
info "VoxWare"
|
||||
|
Loading…
Reference in New Issue
Block a user