Age | Commit message (Expand) | Author | Files | Lines |
2006-08-16 | Fix compilation without HAL (Closes: #351650) | Bastien Nocera | 1 | -4/+7 |
2006-08-15 | Fix compilation with older HAL | Bastien Nocera | 1 | -2/+4 |
2006-08-14 | Patch from Jonathan Matthew <jonathan@kaolin.wh9.net> to avoid crashing | Bastien Nocera | 1 | -2/+2 |
2006-08-12 | Try harder to pass the original filename to the viewer rather than the new | Bastien Nocera | 1 | -8/+6 |
2006-08-11 | Be much more careful about dup'ing large amounts of data, and about | Bastien Nocera | 1 | -1/+16 |
2006-08-11 | add file missing from previous commit | Bastien Nocera | 1 | -0/+36 |
2006-08-11 | Patch from Christian Persch <chpe@cvs.gnome.org> to create a | Bastien Nocera | 4 | -182/+243 |
2006-08-10 | Fix library i18n setup (Closes: #350483) | Bastien Nocera | 4 | -2/+22 |
2006-08-09 | Mention why we don't want to get Ref2 even if it's available (Closes: | Bastien Nocera | 1 | -4/+5 |
2006-08-09 | patch from Christian Persch <chpe@cvs.gnome.org> to reduce the amount of | Bastien Nocera | 1 | -7/+7 |
2006-08-09 | Fix more uses of guchar * when we mean xmlChar *, make sure xmlFree is | Bastien Nocera | 1 | -13/+24 |
2006-08-08 | Fix mismatched allocators. Bug #350467. | Christian Persch | 1 | -18/+18 |
2006-08-08 | link the browser plugin against the playlist parser show the playlist | Bastien Nocera | 1 | -0/+14 |
2006-08-08 | Fix stupidly placed bracket breaking Quicktime, make sure we don't get | Bastien Nocera | 1 | -4/+15 |
2006-08-07 | Add checks to detect Real Audio/Video playlists Add | Bastien Nocera | 1 | -11/+19 |
2006-08-07 | add application/x-quicktime-media-link Add test code for the below | Bastien Nocera | 3 | -57/+242 |
2006-08-05 | Use HAL to determine the disc type as well, don't check multiple times per | Bastien Nocera | 1 | -18/+104 |
2006-08-03 | Use gtk_tree_model_iter_nth_child instead of | Bastien Nocera | 1 | -24/+8 |
2006-08-02 | add more checks to the retval of gtk_tree_model_get_iter_from_string(), | Bastien Nocera | 1 | -4/+16 |
2006-07-12 | Use ->using_vfx to check whether we're using the visuals, and not | Bastien Nocera | 1 | -1/+1 |
2006-06-21 | export DBUS_*_VERSION via the DBUS_CFLAGS, spotted by William Jon McCann | Bastien Nocera | 1 | -1/+2 |
2006-06-18 | remove unused ioctl.h include | Bastien Nocera | 1 | -1/+0 |
2006-06-17 | avoid crashes in Rhythmbox when using the new playlist parser, see | Bastien Nocera | 1 | -0/+9 |
2006-06-07 | free the device cache when getting an error checking for a CDDA (spotted | Bastien Nocera | 1 | -3/+10 |
2006-06-07 | Add audio/vnd.rn-realaudio as a possible mime-type for Real Audio | Bastien Nocera | 1 | -0/+1 |
2006-06-06 | use totem_pl_parser_read_entire_file to make sure that | Bastien Nocera | 1 | -10/+34 |
2006-05-27 | Fix detection of whether a drive has a medium when using HAL >= 0.5 | Bastien Nocera | 1 | -3/+30 |
2006-05-25 | add missing HAVE_HAL ifdef, spotted by James Livingston <jrl@ids.org.au> | Bastien Nocera | 1 | -0/+4 |
2006-05-25 | remove dead code | Bastien Nocera | 1 | -68/+0 |
2006-05-25 | Disconnect from HAL when we're done with the work | Bastien Nocera | 1 | -0/+11 |
2006-05-25 | Fix build and run-time with HAL >= 0.5 | Bastien Nocera | 1 | -1/+5 |
2006-05-25 | Use HAL to detect whether a disc is present in the device, rather than | Bastien Nocera | 2 | -55/+142 |
2006-05-22 | Re-add support for "parsing" block devices, look for mountpoints when we | Bastien Nocera | 2 | -18/+52 |
2006-05-16 | Patch from Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> to add XSPF | Bastien Nocera | 2 | -15/+241 |
2006-05-02 | Added more debug for pls parsing, ignore tabs and spaces at the beginning | Bastien Nocera | 1 | -6/+20 |
2006-04-23 | Make the GStreamer backends resolve relative redirects, as the xine-lib | Bastien Nocera | 1 | -4/+11 |
2006-04-18 | Add a debugging property to the playlist parser to make it easier to debug | Bastien Nocera | 2 | -10/+47 |
2006-03-30 | don't look for ignore if we already parsed it | Bastien Nocera | 1 | -4/+3 |
2006-03-17 | don't forcibly change mms:// urls to mmsh://, the server might not handle | Bastien Nocera | 1 | -17/+0 |
2006-03-15 | Add basic support for the Quicktime Metalink playlists (Closes: #333539) | Bastien Nocera | 1 | -0/+64 |
2006-03-10 | don't reset the "fallback" option when not recursing. | James Livingston | 1 | -1/+6 |
2006-03-02 | add a new gobject property "recurse", which indicates whether playlists | James Livingston | 2 | -20/+107 |
2006-02-06 | Fix retval not being ignored (Closes: #330159) | Bastien Nocera | 1 | -1/+2 |
2006-02-06 | Fix logic in the ASF parser, we were doing work on the data even though we | Bastien Nocera | 2 | -4/+9 |
2006-02-06 | Also print the genre of the URI, if available, and make parsing faster | Bastien Nocera | 2 | -9/+10 |
2006-02-01 | parse the url passed as argument when given one, makes testing a little | Bastien Nocera | 2 | -10/+36 |
2006-01-28 | prefer mms entries in ASX playlists that have more than one REF per ENTRY | Bastien Nocera | 1 | -4/+15 |
2006-01-27 | Fix a crash when gnome-vfs doesn't support the URI scheme, and we can't | Bastien Nocera | 1 | -0/+7 |
2006-01-26 | add the application/smil and application/x-smil mime-types support the | Bastien Nocera | 1 | -23/+27 |
2006-01-14 | Add mechanism to publish version and capabilities. (Closes: #326963) | William Jon McCann | 4 | -1/+47 |