Mercurial > mplayer.hg
annotate etc/mplayer.desktop @ 27702:b6a499f72725
Invert logic for the single-pass in swScale() functions.
Instead of having a firstTime variable defaulting to 1, have a
warnedAlready defaulting to 0. While this should make no difference in
code speed at runtime, it allows to aggregate the four bytes of that
variable with clip_table in .bss section, rather than issuing a .data
section just for that.
As it is, libswscale require no .data section but .data.rel.ro (that
can be mitigated by prelinking), so the change might actually save one
page of memory at runtime (per process).
author | flameeyes |
---|---|
date | Thu, 09 Oct 2008 11:10:30 +0000 |
parents | febaa6723e67 |
children | 14462e7a4945 |
rev | line source |
---|---|
12727 | 1 [Desktop Entry] |
2 Type=Application | |
3 Encoding=UTF-8 | |
12738 | 4 Name=MPlayer |
16395
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
5 GenericName=Multimedia player |
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
6 Comment=Multimedia player |
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
7 Comment[de]=Multimedia-Player |
12727 | 8 Comment[es]=Reproductor multimedia |
24578 | 9 Comment[fr]=Lecteur multimédia |
12727 | 10 Comment[it]=Lettore multimediale |
26396 | 11 Comment[zh]=多媒体播放器 |
26309
5a27681fb896
According to the Icon Theme Specification icon names should have no extension.
diego
parents:
26274
diff
changeset
|
12 Icon=mplayer |
12727 | 13 TryExec=gmplayer |
26274
415bec20d8d0
We currently use %U as argument to the Exec entry to indicate that gmplayer
diego
parents:
24580
diff
changeset
|
14 Exec=gmplayer %F |
16395
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
15 Terminal=false |
24579
c4c3e0acd881
Remove Application from list of Categories, it is not a valid category.
diego
parents:
24578
diff
changeset
|
16 Categories=GTK;AudioVideo;Audio;Video;Player;TV; |
19648
b46337386efc
Add some more mime types from the SUSE packman package.
diego
parents:
18038
diff
changeset
|
17 MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/msvideo;video/x-msvideo;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-theora;video/x-matroska; |