| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the "basic" web browser plugin, you should now use the VLC API to | Bastien Nocera | 2008-10-09 | 6 | -255/+26 |
* | As the requestURI isn't an absolute URI anymore, it might not have a | Bastien Nocera | 2008-10-08 | 2 | -5/+10 |
* | g_file_resolve_relative_path() doesn't handle queries (or fragments, but | Bastien Nocera | 2008-10-08 | 1 | -38/+78 |
* | Big patch from Christian Persch <chpe@gnome.org> to remove the libgnome | Bastien Nocera | 2008-10-07 | 1 | -6/+6 |
* | Fix a crash when emptying the playlist on Solaris machines (Closes: | Bastien Nocera | 2008-09-29 | 1 | -1/+4 |
* | Bug 554224 – format not a string literal and no format arguments | Christian Persch | 2008-09-29 | 1 | -3/+3 |
* | Fix typo spotted by Yan Morin <progysm@gmail.com>, the keyword is | Bastien Nocera | 2008-09-29 | 1 | -2/+2 |
* | Add support for the application/x-ms-wmp mime-type (Closes: #550157) | Bastien Nocera | 2008-09-01 | 1 | -0/+1 |
* | Add mime-type for a test | Bastien Nocera | 2008-08-26 | 1 | -0/+1 |
* | Don't show visuals if the video widget size is under 150 pixels (Closes: | Bastien Nocera | 2008-08-22 | 1 | -1/+14 |
* | Fix crummy descriptions for some mime-types, | Bastien Nocera | 2008-08-20 | 2 | -13/+17 |
* | Remove code that supports older versions of GTK+ | Bastien Nocera | 2008-08-19 | 1 | -5/+0 |
* | Don't put the "Open with Movie Player" menu item at the very top of the | Bastien Nocera | 2008-08-19 | 1 | -1/+1 |
* | A few fixes pointed out by Christian Persch <chpe@gnome.org> (Helps: | Bastien Nocera | 2008-08-19 | 2 | -8/+6 |
* | Add support for Player.playState and Controls.isAvailable in the GMP | Bastien Nocera | 2008-08-19 | 4 | -4/+93 |
* | Fix accessing a freed string, the metadata hashtable from the playlist | Bastien Nocera | 2008-08-19 | 1 | -1/+1 |
* | Add test case, ripped from Apple's test page for Wall E | Bastien Nocera | 2008-06-11 | 17 | -0/+1511 |
* | Patch from Baptiste Mille-Mathias <bmm80@free.fr> to add double-click -> | Bastien Nocera | 2008-06-10 | 1 | -0/+2 |
* | Link to a page will _all_ the Quicktime plugin embed parameters Add some | Bastien Nocera | 2008-06-09 | 3 | -2/+92 |
* | Implement Playlist::isplaying, (Closes: #526737) Fix GetPluginStatus() to | Bastien Nocera | 2008-06-09 | 2 | -7/+3 |
* | Hide the controls by default in the VLC plugin (Closes: #526738) | Bastien Nocera | 2008-06-09 | 1 | -0/+5 |
* | Make the Complex plugin compile again... (Closes: #535820) | Bastien Nocera | 2008-06-09 | 8 | -2618/+433 |
* | Remove already done TODO items Even when giosrc is available, use the | Bastien Nocera | 2008-06-09 | 1 | -8/+0 |
* | Listen to got-metadata signal, and set the fullscreen title using either | Bastien Nocera | 2008-05-31 | 1 | -13/+79 |
* | Fix a warning, and a build failure with debugging disabled | Bastien Nocera | 2008-05-31 | 2 | -1/+3 |
* | Bug 520629 – deCOMtaminate plugins | Christian Persch | 2008-05-30 | 64 | -5270/+8858 |
* | Remove include of <libgnomevfs/gnome-vfs-mime-utils.h> as GnomeVFS is no | Claudio Saavedra | 2008-05-25 | 1 | -2/+0 |
* | Use GIO and GDK to launch the full-blown player, startup notification only | Bastien Nocera | 2008-05-23 | 1 | -302/+43 |
* | fix plugin not showing up on http://www.la1.be 's "journal télévisé" | Bastien Nocera | 2008-05-09 | 1 | -0/+1 |
* | Same change for the browser plugin | Bastien Nocera | 2008-05-08 | 1 | -9/+32 |
* | Add Totem specific application/x-totem-plugin mime-type (Closes: #531734) | Bastien Nocera | 2008-05-08 | 2 | -7/+7 |
* | Update FSF address (Closes: #518264) | Bastien Nocera | 2008-04-24 | 50 | -100/+100 |
* | Change to use g_get_user_config_dir() instead of hardcoding the config | Philip Withnall | 2008-02-21 | 2 | -4/+3 |
* | Revert the previous commit, it's broken | Bastien Nocera | 2008-02-21 | 3 | -44/+5 |
* | Implement SetTime using NPN_RequestRead() if it's available on the stream | Bastien Nocera | 2008-02-21 | 3 | -5/+44 |
* | For the DivX web player, force the viewer to open the file itself, as it | Bastien Nocera | 2008-02-20 | 1 | -2/+6 |
* | Implement from documentation Implement stubs for the DivX Web Player | Bastien Nocera | 2008-02-20 | 3 | -7/+463 |
* | Implement a property change signal when fullscreen state or volume changes | Bastien Nocera | 2008-02-15 | 14 | -76/+251 |
* | Implement stubs for the Audio and Video objects | Bastien Nocera | 2008-02-14 | 2 | -12/+219 |
* | Implement ClearPlaylist and AddItem, to manipulate the playlist | Bastien Nocera | 2008-02-14 | 7 | -41/+119 |
* | Update the IDL for VLC 0.8.6 and above | Bastien Nocera | 2008-02-13 | 9 | -26/+306 |
* | Add audio/x-ms-wma to the mime-types, allows playback on | Bastien Nocera | 2008-02-12 | 1 | -1/+2 |
* | Avoid warnings when hidden | Bastien Nocera | 2008-02-09 | 1 | -2/+2 |
* | Add support for yes/no arguments, Fix the VLC plugin not playing anything | Bastien Nocera | 2008-02-07 | 1 | -2/+9 |
* | Remember the errors, and once we've set the error, allow errors to popup | Bastien Nocera | 2008-02-07 | 2 | -24/+33 |
* | Don't try to load the logo if we're hidden Match the tiny width/height | Bastien Nocera | 2008-02-07 | 2 | -4/+4 |
* | Fix the DivX plugin not getting any URIs to play on the Stage6 website | Bastien Nocera | 2008-02-07 | 1 | -1/+10 |
* | Add a log domain for easier debugging Tell the plugin we had a button | Bastien Nocera | 2008-02-07 | 2 | -1/+7 |
* | Add a PluginLongDescription function to all the plugins, and return a | Bastien Nocera | 2008-02-04 | 14 | -3/+48 |
* | Update mime-types for Ogg and Annodex | Bastien Nocera | 2008-01-15 | 1 | -2/+5 |