~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to projects/mozilla/vlc.r.in

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung, Benjamin Drung, Reinhard Tartler
  • Date: 2011-06-11 19:32:24 UTC
  • mfrom: (1.3.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110611193224-dcd1xbsw8d7or72y
Tags: 1.1.10-1
[ Benjamin Drung ]
* New upstream release.
  - Security: Fix XSPF integer overflow (CVE-2011-2194) (LP: #795410)
  - Improve .desktop file:
    - Add smb as supported protocol (Closes: #622879, LP: #737192)
    - add video/webm to supported MIME formats (LP: #769463)
  - Fix libdvdread errors while playing ogg files (Closes: #622935)
  - Support three channels in pulseaudio output plugin (LP: 743478)
  - PulseAudio output re-written due to unstability of the current one
    (LP: #743323)
  - Fix crashes (LP: #754497, #785979)
  - Qt: allow drag and drop of any URL, not just a local file (LP: #664030)
  - Fix libvlcplugin.so: undefined symbol: NPP_Initialize (LP: #722690)
* Refresh patches.
* Drop as-needed patch due to autoreconf run.
* Backport PulseAudio build fix.
* Add GNOME MIME types for Ogg Vorbis and Ogg Theora (Closes: #629619).
* Mention potcast support in package description (Closes: #488771).

[ Reinhard Tartler ]
* run autoreconf on the buildds
* Weaken dependencies on libschroedinger

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        "MPEG-4 audio",
36
36
        "MPEG-4 video",
37
37
        "MPEG-4 video",
 
38
        "MPEG-4 video",
38
39
        /* AVI */
39
40
        "AVI video",
40
41
        /* Quicktime */
42
43
        /* OGG */
43
44
        "Ogg stream",
44
45
        "Ogg stream",
 
46
        "Ogg video",
45
47
        /* VLC */
46
48
        "VLC plug-in",
47
49
        /* Windows Media */
92
94
        "audio/mp4", "mp4,mpg4",
93
95
        "application/mpeg4-iod", "mp4,mpg4",
94
96
        "application/mpeg4-muxcodetable", "mp4,mpg4",
 
97
        "video/x-m4v", "m4v",
95
98
        /* AVI */
96
99
        "video/x-msvideo", "avi",
97
100
        /* Quicktime */
99
102
        /* OGG */
100
103
        "application/ogg", "ogg",
101
104
        "application/x-ogg", "ogg",
 
105
        "video/ogg", "ogv",
102
106
        /* VLC */
103
107
        "application/x-vlc-plugin", "vlc",
104
108
        /* Windows Media */