comparison etc/codecs.conf @ 28450:420270d1e8df

cosmetics: Drop redundant "decoder" from codec info fields.
author diego
date Sun, 08 Feb 2009 21:42:48 +0000
parents 63d187530f86
children b1184d826397
comparison
equal deleted inserted replaced
28449:dccf75eeca19 28450:420270d1e8df
8 ;============================================================================= 8 ;=============================================================================
9 ; VIDEO CODECS 9 ; VIDEO CODECS
10 ;============================================================================= 10 ;=============================================================================
11 11
12 videocodec ffmvi1 12 videocodec ffmvi1
13 info "FFmpeg Motion Pixels Decoder" 13 info "FFmpeg Motion Pixels"
14 status working 14 status working
15 fourcc MVI1 ; internal MPlayer FourCC 15 fourcc MVI1 ; internal MPlayer FourCC
16 driver ffmpeg 16 driver ffmpeg
17 dll motionpixels 17 dll motionpixels
18 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 18 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
25 driver ffmpeg 25 driver ffmpeg
26 dll mdec 26 dll mdec
27 out YV12 27 out YV12
28 28
29 videocodec ffsiff 29 videocodec ffsiff
30 info "FFmpeg Beam Software SIFF decoder" 30 info "FFmpeg Beam Software SIFF"
31 status working 31 status working
32 fourcc VBV1 32 fourcc VBV1
33 driver ffmpeg 33 driver ffmpeg
34 dll vb 34 dll vb
35 out BGR8 35 out BGR8
290 fourcc RJPG 290 fourcc RJPG
291 driver nuv 291 driver nuv
292 out I420,IYUV 292 out I420,IYUV
293 293
294 videocodec ffbmp 294 videocodec ffbmp
295 info "FFmpeg BMP decoder" 295 info "FFmpeg BMP"
296 status working 296 status working
297 fourcc "bmp " ; for BMP-encoded QuickTime files 297 fourcc "bmp " ; for BMP-encoded QuickTime files
298 format 0x706D62 ; AVI 298 format 0x706D62 ; AVI
299 driver ffmpeg 299 driver ffmpeg
300 dll bmp 300 dll bmp
301 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 301 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
302 302
303 videocodec ffgif 303 videocodec ffgif
304 info "FFmpeg GIF decoder" 304 info "FFmpeg GIF"
305 status working 305 status working
306 fourcc "gif " ; for GIF-encoded QuickTime files 306 fourcc "gif " ; for GIF-encoded QuickTime files
307 driver ffmpeg 307 driver ffmpeg
308 dll gif 308 dll gif
309 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 309 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
310 310
311 videocodec fftiff 311 videocodec fftiff
312 info "FFmpeg TIFF decoder" 312 info "FFmpeg TIFF"
313 status working 313 status working
314 fourcc "tiff" ; for TIFF-encoded QuickTime files 314 fourcc "tiff" ; for TIFF-encoded QuickTime files
315 driver ffmpeg 315 driver ffmpeg
316 dll tiff 316 dll tiff
317 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 317 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
318 318
319 videocodec ffpcx 319 videocodec ffpcx
320 info "FFmpeg PCX decoder" 320 info "FFmpeg PCX"
321 status working 321 status working
322 fourcc "pcx " 322 fourcc "pcx "
323 driver ffmpeg 323 driver ffmpeg
324 dll pcx 324 dll pcx
325 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 325 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
326 326
327 videocodec ffpng 327 videocodec ffpng
328 info "FFmpeg PNG decoder" 328 info "FFmpeg PNG"
329 status working 329 status working
330 fourcc mpng,MPNG 330 fourcc mpng,MPNG
331 fourcc "png " ; for PNG-encoded QuickTime files 331 fourcc "png " ; for PNG-encoded QuickTime files
332 driver ffmpeg 332 driver ffmpeg
333 dll png 333 dll png
334 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 334 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
335 335
336 videocodec mpng 336 videocodec mpng
337 info "PNG image decoder" 337 info "PNG image"
338 status working 338 status working
339 comment "Gray scaled PNG with Alpha channel not supported" 339 comment "Gray scaled PNG with Alpha channel not supported"
340 fourcc mpng,MPNG 340 fourcc mpng,MPNG
341 fourcc "png " ; for PNG-encoded QuickTime files 341 fourcc "png " ; for PNG-encoded QuickTime files
342 dll "libpng" 342 dll "libpng"
343 driver mpng 343 driver mpng
344 out BGR32,BGR24,BGR8,Y800 344 out BGR32,BGR24,BGR8,Y800
345 345
346 videocodec ffptx 346 videocodec ffptx
347 info "FFmpeg V.Flash PTX decoder" 347 info "FFmpeg V.Flash PTX"
348 status working 348 status working
349 fourcc "ptx " ; internal MPlayer FourCC 349 fourcc "ptx " ; internal MPlayer FourCC
350 driver ffmpeg 350 driver ffmpeg
351 dll ptx 351 dll ptx
352 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 352 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
353 353
354 videocodec fftga 354 videocodec fftga
355 info "FFmpeg TGA decoder" 355 info "FFmpeg TGA"
356 status untested 356 status untested
357 fourcc mtga,MTGA 357 fourcc mtga,MTGA
358 fourcc "tga " ; for TGA-encoded QuickTime files 358 fourcc "tga " ; for TGA-encoded QuickTime files
359 driver ffmpeg 359 driver ffmpeg
360 dll targa 360 dll targa
361 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 361 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
362 362
363 videocodec mtga 363 videocodec mtga
364 info "TGA image decoder" 364 info "TGA image"
365 status working 365 status working
366 comment "Only 24bpp and 32bpp RGB TGA files supported" 366 comment "Only 24bpp and 32bpp RGB TGA files supported"
367 fourcc mtga,MTGA 367 fourcc mtga,MTGA
368 driver mtga 368 driver mtga
369 out BGR32,BGR24 369 out BGR32,BGR24
370 370
371 videocodec sgi 371 videocodec sgi
372 info "SGI image decoder" 372 info "SGI image"
373 status working 373 status working
374 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC 374 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC
375 driver sgi 375 driver sgi
376 out BGR24 376 out BGR24
377 377
378 videocodec ffsunras 378 videocodec ffsunras
379 info "FFmpeg SUN Rasterfile decoder" 379 info "FFmpeg SUN Rasterfile"
380 status working 380 status working
381 fourcc "sun " ; sun is an internal MPlayer FOURCC 381 fourcc "sun " ; sun is an internal MPlayer FOURCC
382 driver ffmpeg 382 driver ffmpeg
383 dll sunrast 383 dll sunrast
384 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 384 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
399 driver ffmpeg 399 driver ffmpeg
400 dll "flic" 400 dll "flic"
401 out BGR16,BGR15,BGR8 query 401 out BGR16,BGR15,BGR8 query
402 402
403 videocodec ffaasc 403 videocodec ffaasc
404 info "Autodesk RLE decoder" 404 info "Autodesk RLE"
405 status working 405 status working
406 fourcc AASC 406 fourcc AASC
407 driver ffmpeg 407 driver ffmpeg
408 dll "aasc" 408 dll "aasc"
409 out BGR24 409 out BGR24
410 410
411 videocodec ffloco 411 videocodec ffloco
412 info "LOCO video decoder" 412 info "LOCO video"
413 status working 413 status working
414 fourcc LOCO 414 fourcc LOCO
415 driver ffmpeg 415 driver ffmpeg
416 dll "loco" 416 dll "loco"
417 out 422P,YV12,BGR32,BGR24 query 417 out 422P,YV12,BGR32,BGR24 query
465 driver ffmpeg 465 driver ffmpeg
466 dll "msrle" 466 dll "msrle"
467 out BGR8 467 out BGR8
468 468
469 videocodec ffroqvideo 469 videocodec ffroqvideo
470 info "Id RoQ File Video Decoder" 470 info "Id RoQ File Video"
471 status working 471 status working
472 fourcc RoQV ; RoQV is an internal MPlayer FOURCC 472 fourcc RoQV ; RoQV is an internal MPlayer FOURCC
473 driver ffmpeg 473 driver ffmpeg
474 dll "roqvideo" 474 dll "roqvideo"
475 out 444P 475 out 444P
1021 out YV12 ;,I420,IYUV 1021 out YV12 ;,I420,IYUV
1022 out YUY2,UYVY 1022 out YUY2,UYVY
1023 ; out BGR32,BGR24,BGR16 ;,BGR15 1023 ; out BGR32,BGR24,BGR16 ;,BGR15
1024 1024
1025 videocodec wmvvc1dmo 1025 videocodec wmvvc1dmo
1026 info "Windows Media Video (VC-1) Advanced Profile Decoder" 1026 info "Windows Media Video (VC-1) Advanced Profile"
1027 status working 1027 status working
1028 fourcc WVC1 1028 fourcc WVC1
1029 driver dmo 1029 driver dmo
1030 dll "wvc1dmod.dll" 1030 dll "wvc1dmod.dll"
1031 guid 0xc9bfbccf, 0xe60e, 0x4588, 0xa3, 0xdf, 0x5a, 0x03, 0xb1, 0xfd, 0x95, 0x85 1031 guid 0xc9bfbccf, 0xe60e, 0x4588, 0xa3, 0xdf, 0x5a, 0x03, 0xb1, 0xfd, 0x95, 0x85
1080 fourcc MJPG,jpeg 1080 fourcc MJPG,jpeg
1081 driver zrmjpeg 1081 driver zrmjpeg
1082 out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query 1082 out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query
1083 1083
1084 videocodec ffmjpeg 1084 videocodec ffmjpeg
1085 info "FFmpeg MJPEG decoder" 1085 info "FFmpeg MJPEG"
1086 status working 1086 status working
1087 fourcc MJPG,mjpg 1087 fourcc MJPG,mjpg
1088 fourcc AVRn,AVDJ ; AVID 1088 fourcc AVRn,AVDJ ; AVID
1089 fourcc ADJV ; Avid Motion JPEG 1089 fourcc ADJV ; Avid Motion JPEG
1090 fourcc jpeg ; MOV Photo-JPEG 1090 fourcc jpeg ; MOV Photo-JPEG
1108 out BGR32 ; lossless JPEG 1108 out BGR32 ; lossless JPEG
1109 out RGB24 ; JPEG-LS 1109 out RGB24 ; JPEG-LS
1110 out Y800 1110 out Y800
1111 1111
1112 videocodec ffmjpegb 1112 videocodec ffmjpegb
1113 info "FFmpeg MJPEG-B decoder" 1113 info "FFmpeg MJPEG-B"
1114 status working 1114 status working
1115 fourcc mjpb ; Apple MJPEG-B (Quicktime) 1115 fourcc mjpb ; Apple MJPEG-B (Quicktime)
1116 driver ffmpeg 1116 driver ffmpeg
1117 dll mjpegb 1117 dll mjpegb
1118 out 444P 1118 out 444P
1280 dll "ivvideo.dll" 1280 dll "ivvideo.dll"
1281 out BGR32,BGR24,BGR15 flip 1281 out BGR32,BGR24,BGR15 flip
1282 in BGR24 1282 in BGR24
1283 1283
1284 videocodec u263 1284 videocodec u263
1285 info "UB Video H.263/H.263+/H.263++ Decoder" 1285 info "UB Video H.263/H.263+/H.263++"
1286 status working 1286 status working
1287 fourcc U263 1287 fourcc U263
1288 fourcc vivo,VIVO U263 1288 fourcc vivo,VIVO U263
1289 fourcc viv1 U263 1289 fourcc viv1 U263
1290 driver dshow 1290 driver dshow
1306 out I420 1306 out I420
1307 out YUY2 1307 out YUY2
1308 out BGR32,BGR24,BGR15 1308 out BGR32,BGR24,BGR15
1309 1309
1310 videocodec ffi263 1310 videocodec ffi263
1311 info "FFmpeg I263 decoder" 1311 info "FFmpeg I263"
1312 status working 1312 status working
1313 fourcc I263,i263 1313 fourcc I263,i263
1314 driver ffmpeg 1314 driver ffmpeg
1315 dll h263i 1315 dll h263i
1316 out YV12,I420,IYUV 1316 out YV12,I420,IYUV
1317 1317
1318 videocodec ffh263 1318 videocodec ffh263
1319 info "FFmpeg H.263+ decoder" 1319 info "FFmpeg H.263+"
1320 status working 1320 status working
1321 fourcc H263,U263,h263,X263,M263 1321 fourcc H263,U263,h263,X263,M263
1322 fourcc viv1 h263 1322 fourcc viv1 h263
1323 fourcc s263,S263 1323 fourcc s263,S263
1324 fourcc T263 1324 fourcc T263
1355 driver ffmpeg 1355 driver ffmpeg
1356 dll h261 1356 dll h261
1357 out YV12 1357 out YV12
1358 1358
1359 videocodec qt261 1359 videocodec qt261
1360 info "QuickTime H.261 video decoder" 1360 info "QuickTime H.261 video"
1361 status working 1361 status working
1362 fourcc H261,h261 1362 fourcc H261,h261
1363 driver qtvideo 1363 driver qtvideo
1364 dll "QuickTime.qts" 1364 dll "QuickTime.qts"
1365 out YUY2 1365 out YUY2
1467 out YUY2 1467 out YUY2
1468 out UYVY 1468 out UYVY
1469 out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample 1469 out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
1470 1470
1471 videocodec ffdv 1471 videocodec ffdv
1472 info "FFmpeg DV decoder" 1472 info "FFmpeg DV"
1473 status working 1473 status working
1474 fourcc CDVC,cdvc 1474 fourcc CDVC,cdvc
1475 fourcc DVSD,dvsd ; PAL 1475 fourcc DVSD,dvsd ; PAL
1476 fourcc DVCS,dvcs ; NTSC ? 1476 fourcc DVCS,dvcs ; NTSC ?
1477 fourcc "dvcp" ; PAL DV in .mov 1477 fourcc "dvcp" ; PAL DV in .mov
1487 driver ffmpeg 1487 driver ffmpeg
1488 dll dvvideo 1488 dll dvvideo
1489 out 411P,422P,YV12 1489 out 411P,422P,YV12
1490 1490
1491 videocodec libdv 1491 videocodec libdv
1492 info "Raw DV decoder (libdv)" 1492 info "Raw DV (libdv)"
1493 status working 1493 status working
1494 fourcc DVSD,dvsd ; PAL 1494 fourcc DVSD,dvsd ; PAL
1495 fourcc DVCS,dvcs ; NTSC ? 1495 fourcc DVCS,dvcs ; NTSC ?
1496 fourcc "dvcp" ; PAL DV in .mov 1496 fourcc "dvcp" ; PAL DV in .mov
1497 fourcc "dvc " ; NTSC DV in .mov 1497 fourcc "dvc " ; NTSC DV in .mov
1543 out BGR32,BGR24,BGR16,BGR15 1543 out BGR32,BGR24,BGR16,BGR15
1544 1544
1545 ; RealVideo variants 1545 ; RealVideo variants
1546 1546
1547 videocodec rv3040 1547 videocodec rv3040
1548 info "Linux RealPlayer 10 RV30/40 decoder" 1548 info "Linux RealPlayer 10 RV30/40"
1549 status buggy ; tries to use multi-threaded decoding on SMP systems and crashes on exit 1549 status buggy ; tries to use multi-threaded decoding on SMP systems and crashes on exit
1550 fourcc RV30,rv30 1550 fourcc RV30,rv30
1551 fourcc RV40,rv40 1551 fourcc RV40,rv40
1552 driver realvid 1552 driver realvid
1553 dll "drvc.so" 1553 dll "drvc.so"
1554 out I420 1554 out I420
1555 1555
1556 videocodec rv3040win 1556 videocodec rv3040win
1557 info "Win32 RealPlayer 10 RV30/40 decoder" 1557 info "Win32 RealPlayer 10 RV30/40"
1558 status working 1558 status working
1559 fourcc RV30,rv30 1559 fourcc RV30,rv30
1560 fourcc RV40,rv40 1560 fourcc RV40,rv40
1561 driver realvid 1561 driver realvid
1562 dll "drvc.dll" 1562 dll "drvc.dll"
1563 out I420 1563 out I420
1564 1564
1565 videocodec rv40 1565 videocodec rv40
1566 info "Linux RealPlayer 9 RV40 decoder" 1566 info "Linux RealPlayer 9 RV40"
1567 status working 1567 status working
1568 fourcc RV40,rv40 1568 fourcc RV40,rv40
1569 driver realvid 1569 driver realvid
1570 dll "drv4.so.6.0" 1570 dll "drv4.so.6.0"
1571 out I420 1571 out I420
1572 1572
1573 videocodec rv40win 1573 videocodec rv40win
1574 info "Win32 RealPlayer 9 RV40 decoder" 1574 info "Win32 RealPlayer 9 RV40"
1575 status working 1575 status working
1576 fourcc RV40,rv40 1576 fourcc RV40,rv40
1577 driver realvid 1577 driver realvid
1578 dll "drv43260.dll" 1578 dll "drv43260.dll"
1579 out I420 1579 out I420
1580 1580
1581 videocodec rv40mac 1581 videocodec rv40mac
1582 info "Mac OS X RealPlayer 9 RV40 decoder" 1582 info "Mac OS X RealPlayer 9 RV40"
1583 status working 1583 status working
1584 fourcc RV40,rv40 1584 fourcc RV40,rv40
1585 driver realvid 1585 driver realvid
1586 dll "drvc.bundle/Contents/MacOS/drvc" 1586 dll "drvc.bundle/Contents/MacOS/drvc"
1587 out I420 1587 out I420
1588 1588
1589 videocodec rv30 1589 videocodec rv30
1590 info "Linux RealPlayer 8 RV30 decoder" 1590 info "Linux RealPlayer 8 RV30"
1591 status working 1591 status working
1592 fourcc RV30,rv30 1592 fourcc RV30,rv30
1593 driver realvid 1593 driver realvid
1594 dll "drv3.so.6.0" 1594 dll "drv3.so.6.0"
1595 out I420 1595 out I420
1596 1596
1597 videocodec rv30win 1597 videocodec rv30win
1598 info "Win32 RealPlayer 8 RV30 decoder" 1598 info "Win32 RealPlayer 8 RV30"
1599 status working 1599 status working
1600 fourcc RV30,rv30 1600 fourcc RV30,rv30
1601 driver realvid 1601 driver realvid
1602 dll "drv33260.dll" 1602 dll "drv33260.dll"
1603 out I420 1603 out I420
1604 1604
1605 videocodec rv30mac 1605 videocodec rv30mac
1606 info "Mac OS X RealPlayer 9 RV30 decoder" 1606 info "Mac OS X RealPlayer 9 RV30"
1607 status working 1607 status working
1608 fourcc RV30,rv30 1608 fourcc RV30,rv30
1609 driver realvid 1609 driver realvid
1610 dll "drvc.bundle/Contents/MacOS/drvc" 1610 dll "drvc.bundle/Contents/MacOS/drvc"
1611 out I420 1611 out I420
1612 1612
1613 videocodec ffrv20 1613 videocodec ffrv20
1614 info "FFmpeg RV20 decoder" 1614 info "FFmpeg RV20"
1615 status working 1615 status working
1616 fourcc RV20,rv20 1616 fourcc RV20,rv20
1617 fourcc RVTR 1617 fourcc RVTR
1618 driver ffmpeg 1618 driver ffmpeg
1619 dll rv20 1619 dll rv20
1620 out YV12,I420,IYUV 1620 out YV12,I420,IYUV
1621 1621
1622 videocodec ffrv30 1622 videocodec ffrv30
1623 info "FFmpeg RV30 decoder" 1623 info "FFmpeg RV30"
1624 status buggy 1624 status buggy
1625 fourcc RV30,rv30 1625 fourcc RV30,rv30
1626 driver ffmpeg 1626 driver ffmpeg
1627 dll rv30 1627 dll rv30
1628 out YV12,I420,IYUV 1628 out YV12,I420,IYUV
1629 1629
1630 videocodec ffrv40 1630 videocodec ffrv40
1631 info "FFmpeg RV40 decoder" 1631 info "FFmpeg RV40"
1632 status working 1632 status working
1633 fourcc RV40,rv40 1633 fourcc RV40,rv40
1634 driver ffmpeg 1634 driver ffmpeg
1635 dll rv40 1635 dll rv40
1636 out YV12,I420,IYUV 1636 out YV12,I420,IYUV
1637 1637
1638 videocodec rv20 1638 videocodec rv20
1639 info "Linux RealPlayer 8 RV20 decoder" 1639 info "Linux RealPlayer 8 RV20"
1640 status working 1640 status working
1641 fourcc RV20,rv20 1641 fourcc RV20,rv20
1642 driver realvid 1642 driver realvid
1643 dll "drv2.so.6.0" 1643 dll "drv2.so.6.0"
1644 out I420 1644 out I420
1645 1645
1646 videocodec rv20winrp10 1646 videocodec rv20winrp10
1647 info "Win32 RealPlayer 10 RV20 decoder" 1647 info "Win32 RealPlayer 10 RV20"
1648 status working 1648 status working
1649 fourcc RV20,rv20 1649 fourcc RV20,rv20
1650 driver realvid 1650 driver realvid
1651 dll "drv2.dll" 1651 dll "drv2.dll"
1652 out I420 1652 out I420
1653 1653
1654 videocodec rv20win 1654 videocodec rv20win
1655 info "Win32 RealPlayer 8 RV20 decoder" 1655 info "Win32 RealPlayer 8 RV20"
1656 status working 1656 status working
1657 fourcc RV20,rv20 1657 fourcc RV20,rv20
1658 driver realvid 1658 driver realvid
1659 dll "drv23260.dll" 1659 dll "drv23260.dll"
1660 out I420 1660 out I420
1661 1661
1662 videocodec rv20mac 1662 videocodec rv20mac
1663 info "Mac OS X RealPlayer 9 RV20 decoder" 1663 info "Mac OS X RealPlayer 9 RV20"
1664 status working 1664 status working
1665 fourcc RV20,rv20 1665 fourcc RV20,rv20
1666 driver realvid 1666 driver realvid
1667 dll "drv2.bundle/Contents/MacOS/drv2" 1667 dll "drv2.bundle/Contents/MacOS/drv2"
1668 out I420 1668 out I420
1669 1669
1670 videocodec ffrv10 1670 videocodec ffrv10
1671 info "FFmpeg RV10 decoder" 1671 info "FFmpeg RV10"
1672 status working 1672 status working
1673 fourcc RV10,rv10 1673 fourcc RV10,rv10
1674 fourcc RV13,rv13 1674 fourcc RV13,rv13
1675 driver ffmpeg 1675 driver ffmpeg
1676 dll rv10 1676 dll rv10
1812 dll "vp4vfw.dll" 1812 dll "vp4vfw.dll"
1813 out YUY2 1813 out YUY2
1814 out BGR32,BGR24 1814 out BGR32,BGR24
1815 1815
1816 videocodec ffvp5 1816 videocodec ffvp5
1817 info "FFmpeg VP5 decoder" 1817 info "FFmpeg VP5"
1818 status working 1818 status working
1819 fourcc VP50 1819 fourcc VP50
1820 driver ffmpeg 1820 driver ffmpeg
1821 dll "vp5" 1821 dll "vp5"
1822 out YV12 1822 out YV12
1829 dll "vp5vfw.dll" 1829 dll "vp5vfw.dll"
1830 out YUY2 1830 out YUY2
1831 out BGR32,BGR24 1831 out BGR32,BGR24
1832 1832
1833 videocodec ffvp6 1833 videocodec ffvp6
1834 info "FFmpeg VP6 decoder" 1834 info "FFmpeg VP6"
1835 status working 1835 status working
1836 fourcc VP60,VP61,VP62 1836 fourcc VP60,VP61,VP62
1837 driver ffmpeg 1837 driver ffmpeg
1838 dll "vp6" 1838 dll "vp6"
1839 out YV12 1839 out YV12
1840 1840
1841 videocodec ffvp6a 1841 videocodec ffvp6a
1842 info "FFmpeg VP6A decoder" 1842 info "FFmpeg VP6A"
1843 status untested 1843 status untested
1844 fourcc VP6A 1844 fourcc VP6A
1845 driver ffmpeg 1845 driver ffmpeg
1846 dll "vp6a" 1846 dll "vp6a"
1847 out I420,YUY2,YV12 1847 out I420,YUY2,YV12
1848 1848
1849 videocodec ffvp6f 1849 videocodec ffvp6f
1850 info "FFmpeg VP6 Flash decoder" 1850 info "FFmpeg VP6 Flash"
1851 status working 1851 status working
1852 fourcc VP6F 1852 fourcc VP6F
1853 driver ffmpeg 1853 driver ffmpeg
1854 dll "vp6f" 1854 dll "vp6f"
1855 out YV12 1855 out YV12
2205 driver vfw 2205 driver vfw
2206 dll "vdo32_30.drv" ; Need also decvdo.dll 2206 dll "vdo32_30.drv" ; Need also decvdo.dll
2207 out BGR24 flip 2207 out BGR24 flip
2208 2208
2209 videocodec lsv 2209 videocodec lsv
2210 info "Vianet Lsvx Video Decoder" 2210 info "Vianet Lsvx Video"
2211 status working 2211 status working
2212 fourcc lsvx 2212 fourcc lsvx
2213 fourcc lsvm 2213 fourcc lsvm
2214 fourcc lsvc 2214 fourcc lsvc
2215 driver vfw 2215 driver vfw
2250 driver ffmpeg 2250 driver ffmpeg
2251 dll "cavs" 2251 dll "cavs"
2252 out I420 2252 out I420
2253 2253
2254 videocodec ffdnxhd 2254 videocodec ffdnxhd
2255 info "FFmpeg DNxHD decoder" 2255 info "FFmpeg DNxHD"
2256 status working 2256 status working
2257 fourcc AVdn 2257 fourcc AVdn
2258 driver ffmpeg 2258 driver ffmpeg
2259 dll "dnxhd" 2259 dll "dnxhd"
2260 out 422P 2260 out 422P
2261 2261
2262 ; quicktime codecs: 2262 ; quicktime codecs:
2263 2263
2264 videocodec qt3ivx 2264 videocodec qt3ivx
2265 info "win32/quicktime 3IV1 (3ivx) decoder" 2265 info "win32/quicktime 3IV1 (3ivx)"
2266 status working 2266 status working
2267 fourcc 3IV1 2267 fourcc 3IV1
2268 driver qtvideo 2268 driver qtvideo
2269 dll "3ivx Delta 3.5.qtx" 2269 dll "3ivx Delta 3.5.qtx"
2270 out YUY2 2270 out YUY2
2284 driver qtvideo 2284 driver qtvideo
2285 dll "AvidQTAVUICodec.qtx" 2285 dll "AvidQTAVUICodec.qtx"
2286 out YUY2 2286 out YUY2
2287 2287
2288 videocodec qth263 2288 videocodec qth263
2289 info "Win32/QuickTime H.263 decoder" 2289 info "Win32/QuickTime H.263"
2290 status crashing 2290 status crashing
2291 fourcc h263 2291 fourcc h263
2292 driver qtvideo 2292 driver qtvideo
2293 dll "QuickTime.qts" 2293 dll "QuickTime.qts"
2294 out YUY2 2294 out YUY2
2295 2295
2296 videocodec qtrlerpza 2296 videocodec qtrlerpza
2297 info "Win32/Quicktime RLE/RPZA decoder" 2297 info "Win32/Quicktime RLE/RPZA"
2298 comment "no colorspace accepted" 2298 comment "no colorspace accepted"
2299 status crashing 2299 status crashing
2300 fourcc rpza 2300 fourcc rpza
2301 format 0x20656C72 ; "rle " 2301 format 0x20656C72 ; "rle "
2302 driver qtvideo 2302 driver qtvideo
2303 dll "QuickTime.qts" 2303 dll "QuickTime.qts"
2304 out BGR32,BGR24,BGR15 2304 out BGR32,BGR24,BGR15
2305 2305
2306 videocodec qtvp3 2306 videocodec qtvp3
2307 info "Win32/QuickTime VP3 decoder" 2307 info "Win32/QuickTime VP3"
2308 status crashing 2308 status crashing
2309 fourcc VP31 2309 fourcc VP31
2310 driver qtvideo 2310 driver qtvideo
2311 dll "On2_VP3.qtx" 2311 dll "On2_VP3.qtx"
2312 out YUY2 2312 out YUY2
2313 2313
2314 videocodec qtzygo 2314 videocodec qtzygo
2315 info "win32/quicktime ZyGo decoder" 2315 info "win32/quicktime ZyGo"
2316 status buggy 2316 status buggy
2317 comment "wrong colors" 2317 comment "wrong colors"
2318 fourcc ZyGo,zygo,lsvx 2318 fourcc ZyGo,zygo,lsvx
2319 driver qtvideo 2319 driver qtvideo
2320 dll "ZyGoVideo.qtx" 2320 dll "ZyGoVideo.qtx"
2321 out BGR32,RGB32 2321 out BGR32,RGB32
2322 2322
2323 videocodec qtbhiv 2323 videocodec qtbhiv
2324 info "Win32/QuickTime BeHereiVideo decoder" 2324 info "Win32/QuickTime BeHereiVideo"
2325 comment "sample file wanted!" 2325 comment "sample file wanted!"
2326 status untested 2326 status untested
2327 fourcc bhiv 2327 fourcc bhiv
2328 driver qtvideo 2328 driver qtvideo
2329 dll "BeHereiVideo.qtx" 2329 dll "BeHereiVideo.qtx"
2330 out YUY2 2330 out YUY2
2331 2331
2332 videocodec qtcvid 2332 videocodec qtcvid
2333 info "Win32/QuickTime Cinepak decoder" 2333 info "Win32/QuickTime Cinepak"
2334 status working 2334 status working
2335 fourcc cvid 2335 fourcc cvid
2336 driver qtvideo 2336 driver qtvideo
2337 dll "QuickTime.qts" 2337 dll "QuickTime.qts"
2338 out YUY2 2338 out YUY2
2339 2339
2340 videocodec qtindeo 2340 videocodec qtindeo
2341 info "Win32/QuickTime Indeo decoder" 2341 info "Win32/QuickTime Indeo"
2342 status crashing 2342 status crashing
2343 fourcc IV31,iv31 2343 fourcc IV31,iv31
2344 fourcc IV32,iv32 2344 fourcc IV32,iv32
2345 fourcc IV41 2345 fourcc IV41
2346 driver qtvideo 2346 driver qtvideo
2347 dll "QuickTime.qts" 2347 dll "QuickTime.qts"
2348 out YUY2 2348 out YUY2
2349 2349
2350 videocodec qtmjpeg 2350 videocodec qtmjpeg
2351 info "Win32/QuickTime MJPEG decoder" 2351 info "Win32/QuickTime MJPEG"
2352 status crashing 2352 status crashing
2353 fourcc dmb1 2353 fourcc dmb1
2354 fourcc mjpa 2354 fourcc mjpa
2355 fourcc mjpb 2355 fourcc mjpb
2356 driver qtvideo 2356 driver qtvideo
2357 dll "QuickTime.qts" 2357 dll "QuickTime.qts"
2358 out YUY2 2358 out YUY2
2359 2359
2360 videocodec qtmpeg4 2360 videocodec qtmpeg4
2361 info "Win32/QuickTime MPEG-4 decoder" 2361 info "Win32/QuickTime MPEG-4"
2362 status crashing 2362 status crashing
2363 fourcc mp4v 2363 fourcc mp4v
2364 driver qtvideo 2364 driver qtvideo
2365 dll "QuickTime.qts" 2365 dll "QuickTime.qts"
2366 out YUY2 2366 out YUY2
2367 2367
2368 videocodec qtsvq3 2368 videocodec qtsvq3
2369 info "Win32/QuickTime SVQ3 decoder" 2369 info "Win32/QuickTime SVQ3"
2370 status working 2370 status working
2371 fourcc SVQ3 2371 fourcc SVQ3
2372 driver qtvideo 2372 driver qtvideo
2373 dll "QuickTimeEssentials.qtx" 2373 dll "QuickTimeEssentials.qtx"
2374 out YUY2 2374 out YUY2
2375 2375
2376 videocodec qtsvq1 2376 videocodec qtsvq1
2377 info "Win32/QuickTime SVQ1 decoder" 2377 info "Win32/QuickTime SVQ1"
2378 status buggy 2378 status buggy
2379 fourcc SVQ1 2379 fourcc SVQ1
2380 driver qtvideo 2380 driver qtvideo
2381 dll "QuickTime.qts" 2381 dll "QuickTime.qts"
2382 out YVU9 2382 out YVU9
2598 driver ffmpeg 2598 driver ffmpeg
2599 dll bethsoftvid 2599 dll bethsoftvid
2600 out BGR8 2600 out BGR8
2601 2601
2602 videocodec ffrl2 2602 videocodec ffrl2
2603 info "FFmpeg RL2 decoder" 2603 info "FFmpeg RL2"
2604 status working 2604 status working
2605 fourcc RL2V ; internal MPlayer FourCC 2605 fourcc RL2V ; internal MPlayer FourCC
2606 driver ffmpeg 2606 driver ffmpeg
2607 dll rl2 2607 dll rl2
2608 out BGR8 2608 out BGR8
2609 2609
2610 videocodec fftxd 2610 videocodec fftxd
2611 info "FFmpeg Renderware TeXture Dictionary decoder" 2611 info "FFmpeg Renderware TeXture Dictionary"
2612 status working 2612 status working
2613 fourcc TXDV ; internal MPlayer FourCC 2613 fourcc TXDV ; internal MPlayer FourCC
2614 driver ffmpeg 2614 driver ffmpeg
2615 dll txd 2615 dll txd
2616 out BGR32 2616 out BGR32
2950 driver dshow 2950 driver dshow
2951 dll "wmavds32.ax" 2951 dll "wmavds32.ax"
2952 guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad 2952 guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad
2953 2953
2954 audiocodec ffqdm2 2954 audiocodec ffqdm2
2955 info "FFmpeg QDM2 audio decoder" 2955 info "FFmpeg QDM2 audio"
2956 status working 2956 status working
2957 format 0x324D4451 ; "QDM2" 2957 format 0x324D4451 ; "QDM2"
2958 driver ffmpeg 2958 driver ffmpeg
2959 dll "qdm2" 2959 dll "qdm2"
2960 2960
2961 audiocodec qdmc 2961 audiocodec qdmc
2962 info "QuickTime QDMC/QDM2 audio decoders" 2962 info "QuickTime QDMC/QDM2 audio"
2963 status working 2963 status working
2964 format 0x324D4451 ; "QDM2" 2964 format 0x324D4451 ; "QDM2"
2965 format 0x434D4451 ; "QDMC" 2965 format 0x434D4451 ; "QDMC"
2966 driver qtaudio 2966 driver qtaudio
2967 dll "QuickTime.qts" 2967 dll "QuickTime.qts"
2968 2968
2969 audiocodec ffqclp 2969 audiocodec ffqclp
2970 info "FFmpeg QCLP audio decoder" 2970 info "FFmpeg QCLP audio"
2971 status buggy 2971 status buggy
2972 format 0x706C6351 ; "Qclp" 2972 format 0x706C6351 ; "Qclp"
2973 driver ffmpeg 2973 driver ffmpeg
2974 dll "qcelp" 2974 dll "qcelp"
2975 2975
2976 audiocodec qclp 2976 audiocodec qclp
2977 info "QuickTime QCLP audio decoder" 2977 info "QuickTime QCLP audio"
2978 status working 2978 status working
2979 format 0x706C6351 ; "Qclp" 2979 format 0x706C6351 ; "Qclp"
2980 driver qtaudio 2980 driver qtaudio
2981 dll "QuickTime.qts" 2981 dll "QuickTime.qts"
2982 2982
2983 audiocodec qtmace3 2983 audiocodec qtmace3
2984 info "QuickTime MACE3 audio decoder" 2984 info "QuickTime MACE3 audio"
2985 status working 2985 status working
2986 format 0x3343414D ; "MAC3" 2986 format 0x3343414D ; "MAC3"
2987 driver qtaudio 2987 driver qtaudio
2988 dll "QuickTime.qts" 2988 dll "QuickTime.qts"
2989 2989
2990 audiocodec qtmace6 2990 audiocodec qtmace6
2991 info "QuickTime MACE6 audio decoder" 2991 info "QuickTime MACE6 audio"
2992 status working 2992 status working
2993 format 0x3643414D ; "MAC6" 2993 format 0x3643414D ; "MAC6"
2994 driver qtaudio 2994 driver qtaudio
2995 dll "QuickTime.qts" 2995 dll "QuickTime.qts"
2996 2996
3014 format 0x385F3832 ; "28_8" 3014 format 0x385F3832 ; "28_8"
3015 driver ffmpeg 3015 driver ffmpeg
3016 dll "real_288" 3016 dll "real_288"
3017 3017
3018 audiocodec ffcook 3018 audiocodec ffcook
3019 info "FFmpeg COOK audio decoder" 3019 info "FFmpeg COOK audio"
3020 status working 3020 status working
3021 format 0x6B6F6F63 ; "cook" 3021 format 0x6B6F6F63 ; "cook"
3022 driver ffmpeg 3022 driver ffmpeg
3023 dll "cook" 3023 dll "cook"
3024 3024
3025 audiocodec ffatrc 3025 audiocodec ffatrc
3026 info "FFmpeg Atrac 3 audio decoder" 3026 info "FFmpeg Atrac 3 audio"
3027 status working 3027 status working
3028 format 0x63727461 ; "atrc" 3028 format 0x63727461 ; "atrc"
3029 format 0x270 ; atrac3 in wav 3029 format 0x270 ; atrac3 in wav
3030 driver ffmpeg 3030 driver ffmpeg
3031 dll "atrac3" 3031 dll "atrac3"
3253 format 0x62 ; This format number was used by Duck Corp. but not officially 3253 format 0x62 ; This format number was used by Duck Corp. but not officially
3254 ; registered with Microsoft 3254 ; registered with Microsoft
3255 driver dk3adpcm 3255 driver dk3adpcm
3256 3256
3257 audiocodec ffroqaudio 3257 audiocodec ffroqaudio
3258 info "Id RoQ File Audio Decoder" 3258 info "Id RoQ File Audio"
3259 status working 3259 status working
3260 fourcc RoQA ; internal MPlayer FourCC 3260 fourcc RoQA ; internal MPlayer FourCC
3261 driver ffmpeg 3261 driver ffmpeg
3262 dll "roq_dpcm" 3262 dll "roq_dpcm"
3263 3263
3345 fourcc THPA 3345 fourcc THPA
3346 driver ffmpeg 3346 driver ffmpeg
3347 dll adpcm_thp 3347 dll adpcm_thp
3348 3348
3349 audiocodec libdv 3349 audiocodec libdv
3350 info "raw DV audio decoder (libdv)" 3350 info "raw DV audio (libdv)"
3351 status working 3351 status working
3352 fourcc RADV 3352 fourcc RADV
3353 driver libdv 3353 driver libdv
3354 dll libdv.so.2 3354 dll libdv.so.2
3355 3355
3356 audiocodec ffdv 3356 audiocodec ffdv
3357 info "FFmpeg DV audio decoder" 3357 info "FFmpeg DV audio"
3358 status working 3358 status working
3359 fourcc RADV 3359 fourcc RADV
3360 fourcc vdva,dvca 3360 fourcc vdva,dvca
3361 fourcc dvau 3361 fourcc dvau
3362 driver ffmpeg 3362 driver ffmpeg
3363 dll "dvaudio" 3363 dll "dvaudio"
3364 3364
3365 audiocodec faad 3365 audiocodec faad
3366 info "FAAD AAC (MPEG-2/MPEG-4 Audio) decoder" 3366 info "FAAD AAC (MPEG-2/MPEG-4 Audio)"
3367 status working 3367 status working
3368 fourcc mp4a,MP4A 3368 fourcc mp4a,MP4A
3369 fourcc "VLB " ; Used in NSV, not really working 3369 fourcc "VLB " ; Used in NSV, not really working
3370 fourcc "AAC " ; Used in NSV 3370 fourcc "AAC " ; Used in NSV
3371 fourcc "AACP" ; Used in NSV for AACPlus 3371 fourcc "AACP" ; Used in NSV for AACPlus
3374 format 0x4143 ; aac in asf 3374 format 0x4143 ; aac in asf
3375 driver faad 3375 driver faad
3376 dll libfaad2 3376 dll libfaad2
3377 3377
3378 audiocodec ffaac 3378 audiocodec ffaac
3379 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio) decoder" 3379 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)"
3380 status working 3380 status working
3381 fourcc mp4a,MP4A 3381 fourcc mp4a,MP4A
3382 fourcc "VLB " ; Used in NSV, not really working 3382 fourcc "VLB " ; Used in NSV, not really working
3383 fourcc "AAC " ; Used in NSV 3383 fourcc "AAC " ; Used in NSV
3384 fourcc "AACP" ; Used in NSV for AACPlus 3384 fourcc "AACP" ; Used in NSV for AACPlus
3388 format 0x4143 ; aac in asf 3388 format 0x4143 ; aac in asf
3389 driver ffmpeg 3389 driver ffmpeg
3390 dll aac 3390 dll aac
3391 3391
3392 audiocodec ffflac 3392 audiocodec ffflac
3393 info "FFmpeg FLAC audio decoder" 3393 info "FFmpeg FLAC audio"
3394 status working 3394 status working
3395 format 0x43614C66 3395 format 0x43614C66
3396 format 0xF1AC 3396 format 0xF1AC
3397 driver ffmpeg 3397 driver ffmpeg
3398 dll "flac" 3398 dll "flac"
3399 3399
3400 audiocodec ffalac 3400 audiocodec ffalac
3401 info "FFmpeg ALAC audio decoder" 3401 info "FFmpeg ALAC audio"
3402 status working 3402 status working
3403 fourcc alac 3403 fourcc alac
3404 driver ffmpeg 3404 driver ffmpeg
3405 dll "alac" 3405 dll "alac"
3406 3406
3407 audiocodec fftta 3407 audiocodec fftta
3408 info "FFmpeg True Audio (TTA) decoder" 3408 info "FFmpeg True Audio (TTA)"
3409 status working 3409 status working
3410 fourcc TTA1 ; internal MPlayer FourCC 3410 fourcc TTA1 ; internal MPlayer FourCC
3411 driver ffmpeg 3411 driver ffmpeg
3412 dll "tta" 3412 dll "tta"
3413 3413
3414 audiocodec ffwavpack 3414 audiocodec ffwavpack
3415 info "FFmpeg WavPack audio decoder" 3415 info "FFmpeg WavPack audio"
3416 status working 3416 status working
3417 fourcc WVPK ; internal MPlayer FourCC 3417 fourcc WVPK ; internal MPlayer FourCC
3418 driver ffmpeg 3418 driver ffmpeg
3419 dll "wavpack" 3419 dll "wavpack"
3420 3420
3421 audiocodec ffshorten 3421 audiocodec ffshorten
3422 info "FFmpeg Shorten audio decoder" 3422 info "FFmpeg Shorten audio"
3423 status working 3423 status working
3424 fourcc shrn ; internal MPlayer FourCC 3424 fourcc shrn ; internal MPlayer FourCC
3425 driver ffmpeg 3425 driver ffmpeg
3426 dll "shorten" 3426 dll "shorten"
3427 3427
3428 audiocodec ffape 3428 audiocodec ffape
3429 info "FFmpeg Monkey's Audio decoder" 3429 info "FFmpeg Monkey's Audio"
3430 status working 3430 status working
3431 fourcc "APE " 3431 fourcc "APE "
3432 driver ffmpeg 3432 driver ffmpeg
3433 dll "ape" 3433 dll "ape"
3434 3434
3435 audiocodec ffmlp 3435 audiocodec ffmlp
3436 info "FFmpeg MLP decoder" 3436 info "FFmpeg MLP"
3437 status working 3437 status working
3438 fourcc "MLP " ; internal MPlayer FourCC 3438 fourcc "MLP " ; internal MPlayer FourCC
3439 driver ffmpeg 3439 driver ffmpeg
3440 dll "mlp" 3440 dll "mlp"
3441 3441
3442 audiocodec ffnellymoser 3442 audiocodec ffnellymoser
3443 info "FFmpeg Nellymoser Audio decoder" 3443 info "FFmpeg Nellymoser Audio"
3444 status working 3444 status working
3445 fourcc "NELL" ; internal MPlayer FourCC 3445 fourcc "NELL" ; internal MPlayer FourCC
3446 driver ffmpeg 3446 driver ffmpeg
3447 dll "nellymoser" 3447 dll "nellymoser"
3448 3448
3551 format 0x2048 3551 format 0x2048
3552 driver ffmpeg 3552 driver ffmpeg
3553 dll "sonic" 3553 dll "sonic"
3554 3554
3555 audiocodec ffmp3on4 3555 audiocodec ffmp3on4
3556 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio decoder" 3556 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio"
3557 status working 3557 status working
3558 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc 3558 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc
3559 driver ffmpeg 3559 driver ffmpeg
3560 dll "mp3on4" 3560 dll "mp3on4"
3561 3561
3562 audiocodec ffmp3 3562 audiocodec ffmp3
3563 info "FFmpeg MPEG layer-3 audio decoder" 3563 info "FFmpeg MPEG layer-3 audio"
3564 comment "integer only" 3564 comment "integer only"
3565 status working 3565 status working
3566 format 0x55 3566 format 0x55
3567 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) 3567 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
3568 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) 3568 fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
3570 fourcc "LAME" ; used in mythtv .nuv files 3570 fourcc "LAME" ; used in mythtv .nuv files
3571 driver ffmpeg 3571 driver ffmpeg
3572 dll "mp3" 3572 dll "mp3"
3573 3573
3574 audiocodec ffmp3adu 3574 audiocodec ffmp3adu
3575 info "FFmpeg MPEG layer-3 adu audio decoder" 3575 info "FFmpeg MPEG layer-3 adu audio"
3576 comment "integer only" 3576 comment "integer only"
3577 status working 3577 status working
3578 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc 3578 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc
3579 driver ffmpeg 3579 driver ffmpeg
3580 dll "mp3adu" 3580 dll "mp3adu"
3581 3581
3582 audiocodec ffmp2 3582 audiocodec ffmp2
3583 info "FFmpeg MPEG layer-1 and layer-2 audio decoder" 3583 info "FFmpeg MPEG layer-1 and layer-2 audio"
3584 comment "integer only" 3584 comment "integer only"
3585 status working 3585 status working
3586 format 0x50 3586 format 0x50
3587 driver ffmpeg 3587 driver ffmpeg
3588 dll "mp2" 3588 dll "mp2"
3761 driver dshow 3761 driver dshow
3762 dll "voxmsdec.ax" ; need also msms001.vwp 3762 dll "voxmsdec.ax" ; need also msms001.vwp
3763 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d 3763 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
3764 3764
3765 audiocodec acelp 3765 audiocodec acelp
3766 info "ACELP.net Sipro Lab Audio Decoder" 3766 info "ACELP.net Sipro Lab Audio"
3767 status working 3767 status working
3768 format 0x130 3768 format 0x130
3769 driver dshow 3769 driver dshow
3770 dll "acelpdec.ax" 3770 dll "acelpdec.ax"
3771 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 3771 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7
3826 status working 3826 status working
3827 format 0x2001 3827 format 0x2001
3828 driver hwac3 3828 driver hwac3
3829 3829
3830 audiocodec ffvorbis 3830 audiocodec ffvorbis
3831 info "FFmpeg Vorbis decoder" 3831 info "FFmpeg Vorbis"
3832 status working 3832 status working
3833 fourcc vrbs 3833 fourcc vrbs
3834 format 0x566F 3834 format 0x566F
3835 driver ffmpeg 3835 driver ffmpeg
3836 dll "vorbis" 3836 dll "vorbis"
3837 3837
3838 audiocodec vorbis 3838 audiocodec vorbis
3839 info "OggVorbis Audio Decoder" 3839 info "OggVorbis Audio"
3840 status working 3840 status working
3841 comment "OggVorbis driver using libvorbis" 3841 comment "OggVorbis driver using libvorbis"
3842 fourcc vrbs 3842 fourcc vrbs
3843 format 0x566F 3843 format 0x566F
3844 driver libvorbis 3844 driver libvorbis
3845 dll "libvorbis" 3845 dll "libvorbis"
3846 3846
3847 audiocodec tremor 3847 audiocodec tremor
3848 info "OggVorbis audio decoder" 3848 info "OggVorbis audio"
3849 status working 3849 status working
3850 comment "fixed-point decoder useful systems without floating-point unit" 3850 comment "fixed-point decoder useful systems without floating-point unit"
3851 fourcc vrbs 3851 fourcc vrbs
3852 format 0x566F 3852 format 0x566F
3853 driver tremor 3853 driver tremor
3865 format 0x6771 ; mode3+ 3865 format 0x6771 ; mode3+
3866 driver acm 3866 driver acm
3867 dll "vorbis.acm" 3867 dll "vorbis.acm"
3868 3868
3869 audiocodec speex 3869 audiocodec speex
3870 info "Speex Audio Decoder" 3870 info "Speex audio"
3871 status working 3871 status working
3872 comment "Speex driver using libspeex" 3872 comment "Speex driver using libspeex"
3873 fourcc 'spx ' 3873 fourcc 'spx '
3874 driver speex 3874 driver speex
3875 dll "speex" 3875 dll "speex"