summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-21There's some plugins we just don't want to use, like the gst-ffmpeg FLVBastien Nocera4-1/+22
2008-08-21Allow passing an offset for the backward/forward seeking, through the urlBastien Nocera3-11/+54
2008-08-21Add support for the stop remote control key, will stop the playback and goBastien Nocera5-4/+26
2008-08-20Yay for GCC warnings, fix possible crash when no cover images are found inBastien Nocera1-1/+1
2008-08-20Don't add to the array after having got the pdataBastien Nocera1-1/+2
2008-08-20g_file_get_uri() might lose arguments for some MRLs, so don't use it, andBastien Nocera2-8/+3
2008-08-19Remove code that supports older versions of GTK+Bastien Nocera1-28/+0
2008-08-19Only mark the actual printed string for translation, not the whole pythonTheppitak Karoonboonyanan1-2/+3
2008-08-18Add ATSC support for gstreamer dvb.Zaheer Abbas Merali1-1/+4
2008-08-18When we have a streaming title, pass it on using the TITLE_CHANGE signal.Bastien Nocera1-1/+11
2008-08-18Listen to got-metadata and title-change signalsBastien Nocera1-1/+28
2008-08-18Unset GValues after having used them, to make sure they get cleaned up,Bastien Nocera7-4/+14
2008-08-18Only seek for session restore once we've opened the file, and we know it'sBastien Nocera2-14/+14
2008-08-18update GTK+ req remove unneeded gnome includeBastien Nocera3-17/+4
2008-08-18Add _can_deinterlace function to the backendsBastien Nocera4-0/+15
2008-08-17Add a totem_get_current_mrl function and expose it in the Python bindings.Philip Withnall2-0/+7
2008-08-14Always call totem_add_subtitle with the path of the currently playingBastien Nocera2-18/+40
2008-08-13Patch from Eric Piel <e.a.b.piel@tudelft.nl> to stop the throbber fromBastien Nocera1-1/+5
2008-08-12 Based on patch by: Robin Stocker <robin at nibor org>Tim-Philipp Müller1-66/+27
2008-08-07 Patch by: David Schleef <ds@schleef.org>Tim-Philipp Müller1-4/+8
2008-07-30Also fail to load if we're missing a data fileBastien Nocera1-7/+6
2008-07-30Update lirc plugin to read from a default configuration file, and not failBastien Nocera3-6/+192
2008-07-30Patch from Andrés de Barbará <adebarbara@gmail.com> to add a PythonBastien Nocera4-0/+479
2008-07-29Add support for a helper script in $(libexecdir)/totem-dvb-scanner thatBastien Nocera4-1/+196
2008-07-29Look for the thumbnail in the normal and large thumbnails, not twice inBastien Nocera1-1/+2
2008-07-17Apply the zoom level even if there's no stream yet Make sure that we useBastien Nocera2-2/+10
2008-07-14Fix a crasher when GtkBuilder interface files are missing (Closes:Bastien Nocera1-2/+14
2008-07-14Patch from Götz Waschk <waschk@mandriva.org> to fix the build with nvtvBastien Nocera1-1/+4
2008-07-09Resolve the video URI of YouTube videos when loading search results,Philip Withnall1-24/+14
2008-06-27Kill bacon_video_widget_can_play and get errors directly from _get_mrls().Bastien Nocera4-259/+275
2008-06-27Add accelerator to the Select text subtitle... text Mark Search YoutubeGabor Kelemen1-1/+1
2008-06-20Ask xine-lib to not remember the last DVB channel used, so we don't haveBastien Nocera3-6/+29
2008-06-20Some Vala compilation fixes (Closes: #539170)Bastien Nocera1-1/+1
2008-06-19Don't use deprecated gtktype type and macros. Bug #539168.Christian Persch6-30/+30
2008-06-18'+' and '-' on their own can now be used to go to the next/previous track,Bastien Nocera4-15/+20
2008-06-16Fix warning when trying to get the cover, which xine-lib doesn't supportBastien Nocera1-0/+1
2008-06-15Don't say we can't support DVB: just because we're missing a simpleBastien Nocera1-10/+11
2008-06-10Require gstreamer-tag as wellBastien Nocera4-18/+159
2008-06-10Use ~/.local/share/totem/plugins/ for user-pluginsBastien Nocera3-4/+24
2008-06-10Kill some more stuff on plugin exitBastien Nocera1-2/+23
2008-06-09Remove already done TODO items Even when giosrc is available, use theBastien Nocera1-10/+7
2008-06-02Don't remove encodings that can't pass through ASCII, as UTF-16 and UTF-32Bastien Nocera1-137/+86
2008-05-31Fix the return value of the delete-event handler. Bug #535952.Christian Persch1-1/+3
2008-05-30Bug 520629 – deCOMtaminate pluginsChristian Persch1-1/+0
2008-05-29Remove unused, and unneeded GConf setting for "sidebar_shown", spotted byBastien Nocera1-4/+0
2008-05-26Add video/x-flv as a support mime-typeBastien Nocera4-30/+3
2008-05-25Use higher-resolution YouTube videos when the user's connection speed isPhilip Withnall1-5/+15
2008-05-25Revert bits that shouldn't have been committedBastien Nocera1-4/+3
2008-05-25Remove unused variables, spotted by Philip WithnallBastien Nocera2-4/+5
2008-05-24Monitor all the "native" files that get added to the playlist, andBastien Nocera1-21/+90