view debian/mplayer-gui.mime @ 34929:c410ef9752a0

Initialize a few more AVFrame fields to avoid FFmpeg errors. However this really needs to be done via FFmpeg somehow to avoid issues each time new fields are added, either by exposing ff_init_buffer_info as public API or by calling get_buffer etc. through wrappers that take care of the initialization.
author reimar
date Sat, 14 Jul 2012 11:37:22 +0000
parents 30fad98fad6e
children
line wrap: on
line source

application/mxf; /usr/bin/gmplayer %s; description="MXF video"
application/x-netshow-channel; /usr/bin/gmplayer %s; description="Windows Media Station file"
application/ogg; /usr/bin/gmplayer %s; description="Ogg multimedia file"
application/ram; /usr/bin/gmplayer %s; description="RealMedia Metafile"
application/vnd.rn-realmedia; /usr/bin/gmplayer %s; description="RealMedia document"
application/x-shockwave-flash; /usr/bin/gmplayer %s; description="Shockwave Flash file"
application/smil; /usr/bin/gmplayer %s; description="SMIL document"
audio/ac3; /usr/bin/gmplayer %s; description="Dolby Digital audio"
audio/x-adpcm; /usr/bin/gmplayer %s; description="PCM audio"
audio/x-aiff; /usr/bin/gmplayer %s; description="AIFF/Amiga/Mac audio"
audio/AMR; /usr/bin/gmplayer %s; description="AMR audio"
audio/AMR-WB; /usr/bin/gmplayer %s; description="AMR-WB audio"
audio/x-ape; /usr/bin/gmplayer %s; description="Monkey's audio"
audio/basic; /usr/bin/gmplayer %s; description="ULAW (Sun) audio"
audio/flac; /usr/bin/gmplayer %s; description="FLAC audio"
audio/x-flac; /usr/bin/gmplayer %s; description="FLAC audio"
audio/x-flac+ogg; /usr/bin/gmplayer %s; description="Ogg FLAC audio"
audio/x-m4b; /usr/bin/gmplayer %s; description="MPEG-4 audio book"
audio/x-matroska; /usr/bin/gmplayer %s; description="Matroska audio"
audio/mp2; /usr/bin/gmplayer %s; description="MP2 audio"
audio/mp4; /usr/bin/gmplayer %s; description="MPEG-4 audio"
audio/mpeg; /usr/bin/gmplayer %s; description="MP3 audio"
audio/x-mpegurl; /usr/bin/gmplayer %s; description="MP3 audio (streamed)"
audio/x-ms-asx; /usr/bin/gmplayer %s; description="Microsoft ASX playlist"
audio/x-ms-wma; /usr/bin/gmplayer %s; description="Windows Media audio"
audio/x-musepack; /usr/bin/gmplayer %s; description="Musepack audio"
audio/ogg; /usr/bin/gmplayer %s; description="Ogg Audio"
audio/vnd.rn-realaudio; /usr/bin/gmplayer %s; description="RealAudio document"
audio/x-scpls; /usr/bin/gmplayer %s; description="MP3 ShoutCast playlist"
audio/x-voc; /usr/bin/gmplayer %s; description="VOC audio"
audio/x-vorbis+ogg; /usr/bin/gmplayer %s; description="Ogg Vorbis audio"
audio/x-wav; /usr/bin/gmplayer %s; description="WavPack audio"
audio/x-wavpack; /usr/bin/gmplayer %s; description="WavPack audio"
video/3gpp; /usr/bin/gmplayer %s; description="3GPP multimedia file"; test=test -n "$DISPLAY"
video/3gpp2; /usr/bin/gmplayer %s; description="3GPP2 multimedia file"; test=test -n "$DISPLAY"
video/dv; /usr/bin/gmplayer %s; description="DV video"; test=test -n "$DISPLAY"
video/x-flic; /usr/bin/gmplayer %s; description="FLIC animation"; test=test -n "$DISPLAY"
video/x-flv; /usr/bin/gmplayer %s; description="Flash video"; test=test -n "$DISPLAY"
video/x-matroska; /usr/bin/gmplayer %s; description="Matroska video"; test=test -n "$DISPLAY"
video/mp2t; /usr/bin/gmplayer %s; description="MPEG-2 transport stream"; test=test -n "$DISPLAY"
video/mp4; /usr/bin/gmplayer %s; description="MPEG-4 video"; test=test -n "$DISPLAY"
video/mpeg; /usr/bin/gmplayer %s; description="MPEG video"; test=test -n "$DISPLAY"
video/x-ms-asf; /usr/bin/gmplayer %s; description="Microsoft ASF video"; test=test -n "$DISPLAY"
video/x-ms-wmv; /usr/bin/gmplayer %s; description="Windows Media video"; test=test -n "$DISPLAY"
video/x-msvideo; /usr/bin/gmplayer %s; description="AVI video"; test=test -n "$DISPLAY"
video/x-nsv; /usr/bin/gmplayer %s; description="NullSoft video"; test=test -n "$DISPLAY"
video/ogg; /usr/bin/gmplayer %s; description="Ogg Video"; test=test -n "$DISPLAY"
video/x-ogm+ogg; /usr/bin/gmplayer %s; description="OGM video"; test=test -n "$DISPLAY"
video/quicktime; /usr/bin/gmplayer %s; description="QuickTime video"; test=test -n "$DISPLAY"
video/vnd.rn-realvideo; /usr/bin/gmplayer %s; description="RealVideo document"; test=test -n "$DISPLAY"
video/x-theora+ogg; /usr/bin/gmplayer %s; description="Ogg Theora video"; test=test -n "$DISPLAY"
video/webm; /usr/bin/gmplayer %s; description="WebM video"; test=test -n "$DISPLAY"