Attach is a patch that does various thing. Sorry for mixing them all in one patch. I was a bit uneasy on how to split them (though I believe I ll improve in this regards, just tell me if it too messy).
There is a port of the gnomevfs code to gio (mime type ... it fixed the detection of video mime type that was broken with gnomevfs in debian sid ... don't know where the issue lay down though as gio replace it seemlessly I decided to do the port as it works with gio).
This affacts the configure.ac test thus I regenerate the configure file too.
I removed the m4 directory calls in Makefile.am as there is no m4 directory available yet.
I dupped the output_dir before assigning it as it is freed in beneath . Otherwise the weird case (that I do mostly for testing purpose) that consist in encoding a file with the same output_dir more than once leads to reading garbages.
I also changed the code to get the list of codecs and formats as the previous code was not working on my ffmpeg installation (debian sid / marillat ffmpeg 3:20080531-0.0).
Best regards,
Alban
Logged In: YES
user_id=490083
Originator: YES
I forgot ... I also move the "-i < input >" before the various output options otherwise those optioins are taken as input option and leads to weird errors like missing decoder.
Ciao,
Alban