comparison etc/codecs.conf @ 18179:3628371ad165

We now have CJPG samples and they work with the CJPG and ijpg decoders.
author diego
date Sat, 22 Apr 2006 11:22:18 +0000
parents 615c90c6a4e4
children dcfd45170912
comparison
equal deleted inserted replaced
18178:f21eb1854805 18179:3628371ad165
849 info "Independent JPEG Group's codec" 849 info "Independent JPEG Group's codec"
850 status working 850 status working
851 fourcc ijpg,IJPG ; -mf type=jpeg 851 fourcc ijpg,IJPG ; -mf type=jpeg
852 fourcc jpeg ; MOV Photo-JPEG 852 fourcc jpeg ; MOV Photo-JPEG
853 fourcc AVRn,AVDJ ; AVID 853 fourcc AVRn,AVDJ ; AVID
854 fourcc CJPG
854 driver ijpg 855 driver ijpg
855 dll libjpeg 856 dll libjpeg
856 out RGB24,BGR24,BGR32 857 out RGB24,BGR24,BGR32
857 858
858 ; http://www.morgan-multimedia.com/dev/codec_spec.htm 859 ; http://www.morgan-multimedia.com/dev/codec_spec.htm
1472 out YV12 1473 out YV12
1473 out BGR24 1474 out BGR24
1474 1475
1475 videocodec CJPG 1476 videocodec CJPG
1476 info "CJPG" 1477 info "CJPG"
1477 status untested 1478 status working
1478 comment "sample files needed (this DLL is decompression only!)"
1479 fourcc CJPG 1479 fourcc CJPG
1480 driver vfw 1480 driver vfw
1481 dll "CtWbJpg.DLL" 1481 dll "CtWbJpg.DLL"
1482 out YUY2 1482 out YUY2
1483 out UYVY 1483 out UYVY