Mercurial > mplayer.hg
changeset 757:8814b8de8b4e
audio review: pcm hardware formats, uLaw support
author | arpi_esp |
---|---|
date | Fri, 11 May 2001 01:20:59 +0000 |
parents | b562c8bcf704 |
children | 5a92a5601666 |
files | DOCS/codecs.conf |
diffstat | 1 files changed, 17 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/codecs.conf Fri May 11 01:20:22 2001 +0000 +++ b/DOCS/codecs.conf Fri May 11 01:20:59 2001 +0000 @@ -296,6 +296,20 @@ ; 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 info "DivX audio (WMA)" status working @@ -363,23 +377,17 @@ audiocodec ulaw info "uLaw" - status buggy + status working 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 - info "Uncompressed PCM" - status working - format 0x1 - driver pcm + dll "xanim-ulaw" audiocodec dvdpcm info "Uncompressed DVD PCM" status working format 0x10001 driver dvdpcm + dll "uncompressed" audiocodec ac3 info "AC3"