| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for application/ram | Bastien Nocera | 2007-02-02 | 1 | -0/+1 |
* | Don't crash if there's no URL found in the XSPF track entry (Closes: | Bastien Nocera | 2006-12-18 | 1 | -0/+6 |
* | initialise bytes_read to avoid problems with gnome-vfs not initialising it | Bastien Nocera | 2006-10-29 | 1 | -0/+1 |
* | Add totem_pl_parser_iso_get_title so that ISO images use their labels as a | Bastien Nocera | 2006-09-10 | 1 | -2/+75 |
* | Detect DVDs even if they're deeper in the folder hierarchy, and set a | Bastien Nocera | 2006-09-10 | 1 | -8/+13 |
* | Handle playlists linked inside playlists, as used on http://www.kinkfm.com | Bastien Nocera | 2006-09-10 | 1 | -2/+5 |
* | patch from Jonathan Matthew <jonathan@kaolin.wh9.net> to handle "BASE | Bastien Nocera | 2006-09-10 | 1 | -0/+11 |
* | - Don't fork a viewer in set_window if we don't have a stream yet, it'll | Bastien Nocera | 2006-09-07 | 1 | -9/+29 |
* | add support for audio/x-realaudio, as is used by some websites | Bastien Nocera | 2006-09-07 | 1 | -0/+1 |
* | Use the top-level title from the SMIL playlist if there isn't an | Bastien Nocera | 2006-09-05 | 1 | -5/+37 |
* | Fix possible buffer overflow that would cause a crash in the ASF | Bastien Nocera | 2006-09-05 | 1 | -1/+1 |
* | Try harder to pass the original filename to the viewer rather than the new | Bastien Nocera | 2006-08-12 | 1 | -8/+6 |
* | Be much more careful about dup'ing large amounts of data, and about | Bastien Nocera | 2006-08-11 | 1 | -1/+16 |
* | Patch from Christian Persch <chpe@cvs.gnome.org> to create a | Bastien Nocera | 2006-08-11 | 1 | -153/+182 |
* | Fix library i18n setup (Closes: #350483) | Bastien Nocera | 2006-08-10 | 1 | -1/+16 |
* | Mention why we don't want to get Ref2 even if it's available (Closes: | Bastien Nocera | 2006-08-09 | 1 | -4/+5 |
* | patch from Christian Persch <chpe@cvs.gnome.org> to reduce the amount of | Bastien Nocera | 2006-08-09 | 1 | -7/+7 |
* | Fix more uses of guchar * when we mean xmlChar *, make sure xmlFree is | Bastien Nocera | 2006-08-09 | 1 | -13/+24 |
* | Fix mismatched allocators. Bug #350467. | Christian Persch | 2006-08-08 | 1 | -18/+18 |
* | Fix stupidly placed bracket breaking Quicktime, make sure we don't get | Bastien Nocera | 2006-08-08 | 1 | -4/+15 |
* | Add checks to detect Real Audio/Video playlists Add | Bastien Nocera | 2006-08-07 | 1 | -11/+19 |
* | add application/x-quicktime-media-link Add test code for the below | Bastien Nocera | 2006-08-07 | 1 | -55/+134 |
* | Use gtk_tree_model_iter_nth_child instead of | Bastien Nocera | 2006-08-03 | 1 | -24/+8 |
* | add more checks to the retval of gtk_tree_model_get_iter_from_string(), | Bastien Nocera | 2006-08-02 | 1 | -4/+16 |
* | Add audio/vnd.rn-realaudio as a possible mime-type for Real Audio | Bastien Nocera | 2006-06-07 | 1 | -0/+1 |
* | use totem_pl_parser_read_entire_file to make sure that | Bastien Nocera | 2006-06-06 | 1 | -10/+34 |
* | Re-add support for "parsing" block devices, look for mountpoints when we | Bastien Nocera | 2006-05-22 | 1 | -0/+33 |
* | Patch from Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> to add XSPF | Bastien Nocera | 2006-05-16 | 1 | -15/+240 |
* | Added more debug for pls parsing, ignore tabs and spaces at the beginning | Bastien Nocera | 2006-05-02 | 1 | -6/+20 |
* | Make the GStreamer backends resolve relative redirects, as the xine-lib | Bastien Nocera | 2006-04-23 | 1 | -4/+11 |
* | Add a debugging property to the playlist parser to make it easier to debug | Bastien Nocera | 2006-04-18 | 1 | -10/+37 |
* | don't look for ignore if we already parsed it | Bastien Nocera | 2006-03-30 | 1 | -4/+3 |
* | don't forcibly change mms:// urls to mmsh://, the server might not handle | Bastien Nocera | 2006-03-17 | 1 | -17/+0 |
* | Add basic support for the Quicktime Metalink playlists (Closes: #333539) | Bastien Nocera | 2006-03-15 | 1 | -0/+64 |
* | don't reset the "fallback" option when not recursing. | James Livingston | 2006-03-10 | 1 | -1/+6 |
* | add a new gobject property "recurse", which indicates whether playlists | James Livingston | 2006-03-02 | 1 | -19/+92 |
* | Fix retval not being ignored (Closes: #330159) | Bastien Nocera | 2006-02-06 | 1 | -1/+2 |
* | Fix logic in the ASF parser, we were doing work on the data even though we | Bastien Nocera | 2006-02-06 | 1 | -4/+7 |
* | Also print the genre of the URI, if available, and make parsing faster | Bastien Nocera | 2006-02-06 | 1 | -6/+7 |
* | parse the url passed as argument when given one, makes testing a little | Bastien Nocera | 2006-02-01 | 1 | -1/+4 |
* | prefer mms entries in ASX playlists that have more than one REF per ENTRY | Bastien Nocera | 2006-01-28 | 1 | -4/+15 |
* | Fix a crash when gnome-vfs doesn't support the URI scheme, and we can't | Bastien Nocera | 2006-01-27 | 1 | -0/+7 |
* | add the application/smil and application/x-smil mime-types support the | Bastien Nocera | 2006-01-26 | 1 | -23/+27 |
* | Parser fixes for the m3u reader and writer - fix parsing if there's no "," | Bastien Nocera | 2006-01-09 | 1 | -25/+44 |
* | Only save the title for custom filenames, Don't override the title when | Bastien Nocera | 2006-01-09 | 1 | -3/+11 |
* | fix parsing of directories | Bastien Nocera | 2006-01-02 | 1 | -1/+5 |
* | Fix for remote ASX files with broken mime-type, lower-case asx header, | Bastien Nocera | 2005-12-18 | 1 | -22/+42 |
* | Added application/x-trash as an ignored mime-type, so that backup files | Bastien Nocera | 2005-10-31 | 1 | -0/+1 |
* | Parse as .pls files .m3u playlists with [playlist] at the beginning | Bastien Nocera | 2005-10-29 | 1 | -114/+135 |
* | Add some hacks to be able to play back DVDs and VCDs from images (.cue and | Bastien Nocera | 2005-09-24 | 1 | -2/+47 |