summaryrefslogtreecommitdiff
path: root/browser-plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix possible playback problems in WebKit browsersBastien Nocera2009-09-241-4/+18
* Truncate the baseURI to the length providedBastien Nocera2009-09-152-1/+2
* Fix plugin crash in webkit browsersChristian Persch2009-09-1410-54/+102
* Bug 593556 - Controls not shown in non-fullscreen modeBastien Nocera2009-09-031-2/+5
* Bug 592631 - PULSE_PROP_media.role is wrong when playing audioBastien Nocera2009-09-031-1/+1
* Bug 375867 - check user-agentsBastien Nocera2009-09-022-7/+18
* Bug 593136 – Fixed typoClaude Paroz2009-08-261-1/+1
* Bug 480200 – Show Totem new logo as default screenPhilip Withnall2009-08-081-53/+1
* Bug 590565 – Compiler warning in totemPlugin.cppRobin Stocker2009-08-031-0/+4
* Bug 537399 – debug option messPhilip Withnall2009-07-273-78/+59
* Revert "Split out the subtitle loading"Bastien Nocera2009-07-231-1/+1
* Split out the subtitle loadingBastien Nocera2009-07-231-1/+1
* Bug 573912 – Add properties for PulseAudioBastien Nocera2009-07-191-32/+40
* Bug 580973 – Unable to play videos in http://www.apple.com/trailers/paramou...Bastien Nocera2009-05-012-5/+12
* Bug 579716 – totem-plugin-viewer crashed with SIGSEGV in strchr()Bastien Nocera2009-04-221-83/+11
* Tidy up BaconVideoWidget, removing bacon_video_widget_open_with_subtitlesPhilip Withnall2009-04-151-1/+1
* Fix Rewind() and Stop() functions to do what they're supposed to in theBastien Nocera2009-04-011-2/+2
* Fix repeat not working when we open a single file ourselves, patch fromBastien Nocera2009-03-031-0/+3
* Patch from Christian Persch <chpe@gnome.org> to use g_set_error_literalPhilip Withnall2009-02-091-15/+15
* Use g_timeout_add_seconds instead of g_timeout_add where possible to allowPhilip Withnall2008-12-121-2/+2
* Remove NVTV_{LIBS,CFLAGS} from the makefilesBastien Nocera2008-12-111-2/+0
* Use g_timeout_add_seconds instead of g_timeout_add for a couple of nonBastien Nocera2008-12-101-4/+4
* Fix repeat being ignored when playing back the stream from the disk and itBastien Nocera2008-12-051-0/+2
* Use single GTK+/GLib includes.Cosimo Cecchi2008-11-101-1/+1
* Remove the "basic" web browser plugin, you should now use the VLC API toBastien Nocera2008-10-096-255/+26
* As the requestURI isn't an absolute URI anymore, it might not have aBastien Nocera2008-10-082-5/+10
* g_file_resolve_relative_path() doesn't handle queries (or fragments, butBastien Nocera2008-10-081-38/+78
* Big patch from Christian Persch <chpe@gnome.org> to remove the libgnomeBastien Nocera2008-10-071-6/+6
* Fix a crash when emptying the playlist on Solaris machines (Closes:Bastien Nocera2008-09-291-1/+4
* Bug 554224 – format not a string literal and no format argumentsChristian Persch2008-09-291-3/+3
* Fix typo spotted by Yan Morin <progysm@gmail.com>, the keyword isBastien Nocera2008-09-291-2/+2
* Add support for the application/x-ms-wmp mime-type (Closes: #550157)Bastien Nocera2008-09-011-0/+1
* Add mime-type for a testBastien Nocera2008-08-261-0/+1
* Don't show visuals if the video widget size is under 150 pixels (Closes:Bastien Nocera2008-08-221-1/+14
* Fix crummy descriptions for some mime-types,Bastien Nocera2008-08-202-13/+17
* Remove code that supports older versions of GTK+Bastien Nocera2008-08-191-5/+0
* Don't put the "Open with Movie Player" menu item at the very top of theBastien Nocera2008-08-191-1/+1
* A few fixes pointed out by Christian Persch <chpe@gnome.org> (Helps:Bastien Nocera2008-08-192-8/+6
* Add support for Player.playState and Controls.isAvailable in the GMPBastien Nocera2008-08-194-4/+93
* Fix accessing a freed string, the metadata hashtable from the playlistBastien Nocera2008-08-191-1/+1
* Add test case, ripped from Apple's test page for Wall EBastien Nocera2008-06-1117-0/+1511
* Patch from Baptiste Mille-Mathias <bmm80@free.fr> to add double-click ->Bastien Nocera2008-06-101-0/+2
* Link to a page will _all_ the Quicktime plugin embed parameters Add someBastien Nocera2008-06-093-2/+92
* Implement Playlist::isplaying, (Closes: #526737) Fix GetPluginStatus() toBastien Nocera2008-06-092-7/+3
* Hide the controls by default in the VLC plugin (Closes: #526738)Bastien Nocera2008-06-091-0/+5
* Make the Complex plugin compile again... (Closes: #535820)Bastien Nocera2008-06-098-2618/+433
* Remove already done TODO items Even when giosrc is available, use theBastien Nocera2008-06-091-8/+0
* Listen to got-metadata signal, and set the fullscreen title using eitherBastien Nocera2008-05-311-13/+79
* Fix a warning, and a build failure with debugging disabledBastien Nocera2008-05-312-1/+3
* Bug 520629 – deCOMtaminate pluginsChristian Persch2008-05-3064-5270/+8858