summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use BVW_ERROR_AUDIO_PLUGIN error for audio plugins, not VIDEO.Tim-Philipp Müller2007-01-101-10/+10
* Don't use realpath(), to avoid crashes on NetBSD (Closes: #394505)Bastien Nocera2007-01-091-54/+91
* Handle "progress" message that qtdemux >= 0.10.4 posts instead of aTim-Philipp Müller2007-01-051-2/+12
* Don't crash if there's no URL found in the XSPF track entry (Closes:Bastien Nocera2006-12-181-0/+6
* Use SEEKING query to query seekability instead of second-guessing based onTim-Philipp Müller2006-12-161-0/+23
* Fix typo, thanks uwsBastien Nocera2006-12-141-1/+1
* Fix copy'n'pasto and update the buffer-size when the buffer-size key isTim-Philipp Müller2006-12-111-1/+1
* Fix nonsensical code; don't overwrite speaker setup preferences saved inTim-Philipp Müller2006-12-111-2/+4
* Have _can_set_volume behave properly, don't fail creating the video widgetBastien Nocera2006-12-051-11/+23
* Patch from Jan Arne Petersen <jpetersen@jpetersen.org> to make TotemBastien Nocera2006-11-242-23/+28
* Patch from Marek Schmidt <xschmi01@stud.fit.vutbr.cz> to fix restoring theBastien Nocera2006-11-231-2/+8
* initialise bytes_read to avoid problems with gnome-vfs not initialising itBastien Nocera2006-10-291-0/+1
* Catch errors that occur after we initiated playback (#361787).Tim-Philipp Müller2006-10-271-0/+18
* Don't go through lots of trouble to catch errors and fake non-asyncTim-Philipp Müller2006-10-271-7/+21
* close the dbus connection before unref'ing it when we have a privateBastien Nocera2006-10-271-0/+5
* Don't use poll_for_state_change() when stopping, it can lead to deadlocksTim-Philipp Müller2006-10-261-21/+22
* Make extra sure we only return valid UTF-8 strings as metadata, sinceTim-Philipp Müller2006-10-251-1/+2
* update from libbacon, to get better accessibility support (Closes:Bastien Nocera2006-10-241-6/+107
* Don't close the (possibly shared) connection, and unref it instead. SeeBastien Nocera2006-10-171-1/+1
* Modified patch from Niklas Mellegård <nmellegard@hotmail.com> to reallyBastien Nocera2006-10-161-7/+3
* Pause pipeline temporarily while re-buffering (might only work properlyTim-Philipp Müller2006-09-291-13/+45
* Restore playing/stopped text in statusbar properly if has changed while weTim-Philipp Müller2006-09-281-0/+2
* remove useless debugBastien Nocera2006-09-111-2/+0
* Add totem_pl_parser_iso_get_title so that ISO images use their labels as aBastien Nocera2006-09-101-2/+75
* Detect DVDs even if they're deeper in the folder hierarchy, and set aBastien Nocera2006-09-101-8/+13
* Handle playlists linked inside playlists, as used on http://www.kinkfm.comBastien Nocera2006-09-101-2/+5
* patch from Jonathan Matthew <jonathan@kaolin.wh9.net> to handle "BASEBastien Nocera2006-09-101-0/+11
* - Don't fork a viewer in set_window if we don't have a stream yet, it'llBastien Nocera2006-09-072-12/+34
* add support for audio/x-realaudio, as is used by some websitesBastien Nocera2006-09-071-0/+1
* Use the top-level title from the SMIL playlist if there isn't anBastien Nocera2006-09-051-5/+37
* Fix possible buffer overflow that would cause a crash in the ASFBastien Nocera2006-09-051-1/+1
* add totem_skipto_set_current() set the range as soon as we create theBastien Nocera2006-09-043-0/+16
* Hide the preferences menu item as it doesn't do anything yet (Closes:Bastien Nocera2006-09-041-0/+2
* Remove hacks needed to deal with certain GStreamer-0.8 backend issuesTim-Philipp Müller2006-08-252-65/+7
* Handle DVD Action keys (Up/Down/Left/Right) using keypad.Frédéric Crozat2006-08-221-0/+20
* Fix missing unref'ing of the volume pixbuf, patch from Paolo BorelliBastien Nocera2006-08-201-0/+1
* Fix compilation without HAL (Closes: #351650)Bastien Nocera2006-08-161-4/+7
* Fix compilation with older HALBastien Nocera2006-08-151-2/+4
* Set connection-speed property on playbin if it exists (#351349).Tim-Philipp Müller2006-08-151-4/+29
* Don't try to switch angles if we're not playing a DVD (Closes: #351355)Bastien Nocera2006-08-141-2/+4
* Patch from Jonathan Matthew <jonathan@kaolin.wh9.net> to avoid crashingBastien Nocera2006-08-141-2/+2
* Resize the sidebar after the video widget has been shown, still notBastien Nocera2006-08-133-27/+31
* Save and restore the sidebar width (Closes: #316286)Bastien Nocera2006-08-132-2/+21
* - Add audio/mpeg to the list of supported mime-types, will hopefully speedBastien Nocera2006-08-122-4/+16
* handle scroll-wheel events on the volume button as they should be handledBastien Nocera2006-08-121-0/+31
* Fix up brain-damage in the previous commitBastien Nocera2006-08-121-5/+5
* Try even harder to have a display filename, even if the filename'sBastien Nocera2006-08-121-2/+6
* Try harder to pass the original filename to the viewer rather than the newBastien Nocera2006-08-122-9/+7
* Fix crash on EOS when there's only one URL and no playlist (Closes:Bastien Nocera2006-08-111-0/+4
* Be much more careful about dup'ing large amounts of data, and aboutBastien Nocera2006-08-111-1/+16