1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-01 11:50:48 +00:00

audio review: pcm hardware formats, uLaw support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@758 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-11 01:20:59 +00:00
parent 0702a8bf1d
commit 845e0b753d

View File

@ -296,6 +296,20 @@ videocodec asv1
; AUDIO CODECS ; AUDIO CODECS
;============================================================================= ;=============================================================================
audiocodec pcm
info "Uncompressed PCM"
status working
format 0x1
;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3)
; format 0x6
; format 0x7
; format 0x11
; format 0x50
; format 0x2000
;;;;
driver pcm
dll "uncompressed"
audiocodec divx audiocodec divx
info "DivX audio (WMA)" info "DivX audio (WMA)"
status working status working
@ -363,23 +377,17 @@ audiocodec alaw
audiocodec ulaw audiocodec ulaw
info "uLaw" info "uLaw"
status buggy status working
format 0x7 format 0x7
driver alaw driver alaw
dll "xanim-alaw" dll "xanim-ulaw"
comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
audiocodec pcm
info "Uncompressed PCM"
status working
format 0x1
driver pcm
audiocodec dvdpcm audiocodec dvdpcm
info "Uncompressed DVD PCM" info "Uncompressed DVD PCM"
status working status working
format 0x10001 format 0x10001
driver dvdpcm driver dvdpcm
dll "uncompressed"
audiocodec ac3 audiocodec ac3
info "AC3" info "AC3"