[Mplayer-cvslog] CVS: main/etc codecs.conf,1.362,1.363
Roberto Togni
r_togni at tiscali.it
Wed Oct 13 01:21:18 CEST 2004
On 2004.10.12 23:50, César Ramos wrote:
> Thank You!!!
> And... This (new) stuff ffmpeg ¿?
> - Sierra Online audio file demuxer and decoder
You need to support demuxer first. Even if we support lavf demuxer,
there are some quirks that need to be solved before we can use all of
them. One is fourcc mapping (or fake fourcc): lavc uses a different way
to identify codecs. I'm working on adding support of all games fromat
from lavc/lavf, but that's not too high priority.
> - Apple QuickDraw (qdrw) video decoder
Will add it, i have to check if it requires adding buffer_hints before.
Probably yes, but with my only crappy test file (a qt full of editist
entries and an error) i can't be sure.
Do you have any more samples? if yes please upload them.
> - Sega FILM (CPK) file demuxer
See above.
> - ... and other!
>
> Could be...
> videocodec ffqdraw
> info "Quicktime Animation (DRAW)"
> status working
> format 0x77726471 ; "draw "
> driver ffmpeg
> dll "qdraw"
> out BGR32,RGB24,BGR15,BGR8 query
No. Codec only have one output colorspace, for ffqtdraw it's RGB24
fourcc is qdrw
Try this instead
videocodec ffqdraw
info "Apple QuickDraw native decoder"
status working
fourcc qdrw
driver ffmpeg
dll "qdraw"
out RGB24
Ciao,
Roberto
More information about the MPlayer-cvslog
mailing list