mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
DMO WMA audio codecs, some nonworking QT video codecs added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8329 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
380950aa30
commit
22349f9d5a
@ -1003,6 +1003,24 @@ videocodec qt3ivx
|
||||
dll "3ivx Delta 3.5.qtx"
|
||||
out YUY2
|
||||
|
||||
videocodec qth263
|
||||
info "win32/quicktime H.263 decoder"
|
||||
status crashing
|
||||
fourcc h263
|
||||
driver qtvideo
|
||||
dll "QuickTime.qts"
|
||||
out YUY2
|
||||
|
||||
videocodec qtrlerpza
|
||||
info "win32/quicktime RLE/RPZA decoder"
|
||||
comment "no colorspace accepted"
|
||||
status crashing
|
||||
fourcc rpza
|
||||
format 0x20656C72 ; "rle "
|
||||
driver qtvideo
|
||||
dll "QuickTime.qts"
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
videocodec qtvp3
|
||||
info "win32/quicktime VP3 decoder"
|
||||
status crashing
|
||||
@ -1281,6 +1299,24 @@ videocodec null
|
||||
; AUDIO CODECS
|
||||
;=============================================================================
|
||||
|
||||
audiocodec wma9dmo
|
||||
info "Windows Media Audio 9 DMO"
|
||||
status working
|
||||
format 0x162
|
||||
driver dmo
|
||||
dll "wma9dmod.dll"
|
||||
guid 0x27ca0808, 0x01f5, 0x4e7a, 0x8b, 0x05, 0x87, 0xf8, 0x07, 0xa2, 0x33, 0xd1
|
||||
|
||||
audiocodec wmadmo
|
||||
info "Windows Media Audio DMO"
|
||||
status working
|
||||
format 0x160
|
||||
format 0x161
|
||||
format 0x162
|
||||
driver dmo
|
||||
dll "wmadmod.dll"
|
||||
guid 0x2eeb4adf, 0x4578, 0x4d10, 0xbc, 0xa7, 0xbb, 0x95, 0x5f, 0x56, 0x32, 0x0a
|
||||
|
||||
audiocodec qdmc
|
||||
info "Quicktime QDMC/QDM2 audio decoders"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user