view debian/mime @ 31139:9a2e299dc256

Add final missing bits of CineForm HD support on Linux (via the Windows DirectShow codec). Required changes: - codecs.conf entry (of course). - Allow opening files with ¡È.col¡É in the file name, just like ¡Èvp3¡É and ¡È.fpf¡É already was allowed. (CineForm expects to be able to do this, presumably for some color management code.) - In registry.c, fake a few registry keys that the codec expects the installer to have written. Also, change a few magic numbers (0, 2) to the appropriate constants (ERROR_SUCCESS, ERROR_FILE_NOT_FOUND) where appropriate, so the code is easier to follow. SMP works fine, but seemingly performs suboptimally (e.g., on my dual-core laptop, CineForm performs better if I lie to it and tell it I have four cores). I don't know if this is inherent in the codec, or some inefficiency in the emulated synchronization primitives.
author sesse
date Sun, 23 May 2010 16:01:12 +0000
parents bf6bdb785567
children
line wrap: on
line source

application/x-ogg; mplayer %s; description="Ogg Stream"
application/ogg; mplayer %s; description="Ogg Stream"
audio/mpeg; mplayer %s; description="MPEG Audio"
audio/x-mpegurl; mplayer %s; description="Icecast Playlist"
audio/x-ms-wax; mplayer %s; description="Windows Media Audio"
audio/x-ms-wma; mplayer %s; description="Windows Media Audio"
audio/x-pls; mplayer %s; description="MP3 ShoutCast/IceCast Playlist"
audio/x-scpls; mplayer %s; description="Shoutcast Playlist"
audio/x-wav; mplayer %s; description="WAV Audio"
video/mpeg; mplayer %s; description="MPEG Video";
video/quicktime; mplayer %s; description="Apple QuickTime Video";
video/x-mpeg; mplayer %s; description="MPEG Video";
video/x-mpeg2; mplayer %s; description="MPEG-2 Video";
video/x-msvideo; mplayer %s; description="MS Video (AVI)";
video/x-ms-afs; mplayer %s; description="Microsoft ASF Video";
video/x-ms-asf; mplayer %s; description="Microsoft ASF Video";
video/x-ms-wma; mplayer %s; description="Windows Media Audio";
video/x-ms-wmv; mplayer %s; description="Windows Media Video";
video/x-ms-wmx; mplayer %s; description="Windows Media Video";
video/x-ms-wvx; mplayer %s; description="Windows Media Video";