comparison etc/codecs.conf @ 10095:51da0282b302

Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
author arpi
date Sun, 11 May 2003 18:29:07 +0000
parents f3bc060a1731
children d6153fc16ac5
comparison
equal deleted inserted replaced
10094:5730f6098f98 10095:51da0282b302
9 ; VIDEO CODECS 9 ; VIDEO CODECS
10 ;============================================================================= 10 ;=============================================================================
11 11
12 ; mpeg 1/2 decoding: 12 ; mpeg 1/2 decoding:
13 ; Note: mpegpes is preferred for hw decoders: 13 ; Note: mpegpes is preferred for hw decoders:
14
15 videocodec theora
16 info "Theora (free, reworked VP3)"
17 status working
18 fourcc theo
19 format 0xFFFC
20 driver theora
21 dll libtheora
22 out YV12
14 23
15 videocodec mpegpes 24 videocodec mpegpes
16 info "Mpeg PES output (.mpg or Dxr3/DVB card)" 25 info "Mpeg PES output (.mpg or Dxr3/DVB card)"
17 comment "for hardware decoding" 26 comment "for hardware decoding"
18 status working 27 status working
956 fourcc RV13,rv13 965 fourcc RV13,rv13
957 driver ffmpeg 966 driver ffmpeg
958 dll rv10 967 dll rv10
959 out YV12,I420,IYUV 968 out YV12,I420,IYUV
960 969
970 videocodec ffvp3
971 info "FFmpeg's VP3-Codec"
972 status untested
973 fourcc VP30,vp30,VP31,vp31
974 driver ffmpeg
975 dll "vp3"
976 out YV12
977
961 videocodec vp3 978 videocodec vp3
962 info "On2 OpenSource VP3-Codec" 979 info "On2 OpenSource VP3-Codec"
963 status working 980 status working
964 comment "For SSE-systems use fixed dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" 981 comment "For SSE-systems use fixed dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/"
965 fourcc VP30,vp30,VP31,vp31 982 fourcc VP30,vp30,VP31,vp31