| Commit message (Expand) | Author | Age | Files | Lines |
* | A bunch of cleanups of various sorts. | Kjartan Maraas | 2007-11-21 | 1 | -2/+0 |
* | Move this... ... here | Bastien Nocera | 2007-11-21 | 1 | -21/+21 |
* | Skip 0-length streams in playlists (Closes: #497440) | Bastien Nocera | 2007-11-16 | 1 | -1/+7 |
* | Implement totemIGMPControls::GetCurrentPosition (Helps: #364054) Support | Bastien Nocera | 2007-11-01 | 2 | -2/+17 |
* | Implement totemIGMPPlayer::SetURL and ::GetURL, and | Bastien Nocera | 2007-11-01 | 5 | -15/+44 |
* | TICK is already used as a define on Solaris, use TICK_SIGNAL instead. | Bastien Nocera | 2007-11-01 | 1 | -3/+3 |
* | Update Copyright text to mention 2007 | Bastien Nocera | 2007-10-31 | 1 | -1/+1 |
* | Put the fullscreen window on the screen where the video widget is, when | Bastien Nocera | 2007-10-19 | 1 | -0/+11 |
* | Fix replaying the stream when we were redirected (Closes: #486459) | Bastien Nocera | 2007-10-15 | 1 | -0/+3 |
* | Add cone to the list of possible plugins in the viewer enable cone by | Bastien Nocera | 2007-10-08 | 1 | -1/+3 |
* | More float/double problems, especially in the browser viewer, which was | Bastien Nocera | 2007-10-01 | 1 | -1/+1 |
* | Fix crash when there's no screensaver objects, and add assertion guards in | Bastien Nocera | 2007-09-26 | 1 | -1/+2 |
* | Create the cursor before setting the playback state so the cursor can be | Bastien Nocera | 2007-09-18 | 1 | -8/+14 |
* | Make the basic plugin handle autoplay and controller as used in QuickTime | Bastien Nocera | 2007-09-12 | 1 | -2/+4 |
* | make sure mPlugin is valid as pointed out by Christian Persch (Helps: | Bastien Nocera | 2007-09-11 | 1 | -0/+5 |
* | Rename this... ...to that and add the states to those constants | Bastien Nocera | 2007-09-10 | 9 | -61/+149 |
* | Rename totem_plparser_parse_duration to totem_pl_parser_parse_duration to | Bastien Nocera | 2007-09-08 | 1 | -5/+5 |
* | Mark the attributes as readonly as they should be Patch from Christian | Bastien Nocera | 2007-09-02 | 2 | -4/+51 |
* | Don't call out to the viewer when it's not started yet | Bastien Nocera | 2007-09-01 | 1 | -0/+4 |
* | Add the application/vlc mime-type to the Cone plugin (Closes: #469568) | Bastien Nocera | 2007-08-29 | 1 | -0/+1 |
* | Add the Cone plugin, a plugin to mimic the VLC plugin, write IDL files | Bastien Nocera | 2007-08-29 | 17 | -19/+452 |
* | Fix compile. | Tim-Philipp Müller | 2007-08-28 | 1 | -1/+1 |
* | Add SetVolume function | Bastien Nocera | 2007-08-27 | 5 | -5/+56 |
* | Add a toggle button to the control bar that shows the right-click menu | Bastien Nocera | 2007-08-27 | 1 | -18/+103 |
* | Move totem_embedded_parse_duration from the plugin viewer to the playlist | Bastien Nocera | 2007-08-25 | 1 | -33/+2 |
* | Patch from Jaap A. Haitsma <jaap@haitsma.org> the plugin viewer to show an | Bastien Nocera | 2007-08-25 | 1 | -0/+1 |
* | Inhibit the screensaver when playback is ongoing (Closes: #425469) | Bastien Nocera | 2007-08-22 | 2 | -1/+8 |
* | Add support for PLS' duration format (just the number of seconds) | Bastien Nocera | 2007-08-21 | 1 | -0/+4 |
* | Tweak the duration parsing so that items < 1 second in length show up as 1 | Bastien Nocera | 2007-08-21 | 1 | -6/+15 |
* | Add starttime and endtime support to RAM files parsing | Bastien Nocera | 2007-08-20 | 1 | -2/+4 |
* | Fix the brain-dead code that made logos invisible, add whether to start | Bastien Nocera | 2007-08-17 | 1 | -3/+3 |
* | Set the glow when we open a new item, but shouldn't start playing, as when | Bastien Nocera | 2007-08-17 | 1 | -11/+11 |
* | The heuristics for totem_embedded_open_internal actually starting play | Bastien Nocera | 2007-08-17 | 1 | -12/+13 |
* | re-add the stream_uri, that's what it's there for. When setting a local | Bastien Nocera | 2007-08-16 | 1 | -2/+9 |
* | Only go "audioonly" if the controller is shown, even if we're smaller than | Bastien Nocera | 2007-08-16 | 1 | -11/+13 |
* | parse the starttime as passed on by the playlists, and seek to that time | Bastien Nocera | 2007-08-16 | 1 | -8/+25 |
* | Support application/asx for the benefit of | Bastien Nocera | 2007-08-16 | 1 | -1/+2 |
* | Don't skip past the last unplayable item in a playlist, otherwise we might | Bastien Nocera | 2007-08-16 | 1 | -1/+4 |
* | Skip to the next stream if the current one has an error in an idle, so | Bastien Nocera | 2007-08-16 | 1 | -2/+18 |
* | Store the playlist items in a struct, with associated information | Bastien Nocera | 2007-08-16 | 1 | -7/+57 |
* | Fix an assertion when setting the startup logo when the logo is bigger | Bastien Nocera | 2007-08-16 | 1 | -4/+7 |
* | Add SetLocalCache method Remove unused stream_uri struct member | Bastien Nocera | 2007-08-16 | 3 | -9/+49 |
* | Revert "SaveState" patch and save the volume in GConf as soon as it's | Bastien Nocera | 2007-08-16 | 3 | -18/+11 |
* | Call SaveState just before killing the plugin, so that it can save some | Bastien Nocera | 2007-08-15 | 3 | -0/+18 |
* | Implement GetPluginStatus so that the .Mac galleries work, make sure all | Bastien Nocera | 2007-08-15 | 3 | -18/+55 |
* | Patch from Markus Golser to add video/x-m4v as a supported mime-type for | Bastien Nocera | 2007-08-13 | 1 | -0/+1 |
* | Don't delete the glow button when cleaning up (Closes: #465499) | Bastien Nocera | 2007-08-10 | 1 | -2/+3 |
* | Adapted patch from Sunil Mohan Adapa <sunilmohan@gnu.org.in> to speed-up | Bastien Nocera | 2007-08-10 | 1 | -24/+98 |
* | Add a test program for the glow button widget, to ease debugging | Bastien Nocera | 2007-08-10 | 2 | -17/+97 |
* | Rephrase slightly so as to remove "startup" from the string | Bastien Nocera | 2007-08-09 | 1 | -1/+1 |