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