summaryrefslogtreecommitdiff
path: root/src/plparse/totem-pl-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for application/ramBastien Nocera2007-02-021-0/+1
* Don't crash if there's no URL found in the XSPF track entry (Closes:Bastien Nocera2006-12-181-0/+6
* initialise bytes_read to avoid problems with gnome-vfs not initialising itBastien Nocera2006-10-291-0/+1
* Add totem_pl_parser_iso_get_title so that ISO images use their labels as aBastien Nocera2006-09-101-2/+75
* Detect DVDs even if they're deeper in the folder hierarchy, and set aBastien Nocera2006-09-101-8/+13
* Handle playlists linked inside playlists, as used on http://www.kinkfm.comBastien Nocera2006-09-101-2/+5
* patch from Jonathan Matthew <jonathan@kaolin.wh9.net> to handle "BASEBastien Nocera2006-09-101-0/+11
* - Don't fork a viewer in set_window if we don't have a stream yet, it'llBastien Nocera2006-09-071-9/+29
* add support for audio/x-realaudio, as is used by some websitesBastien Nocera2006-09-071-0/+1
* Use the top-level title from the SMIL playlist if there isn't anBastien Nocera2006-09-051-5/+37
* Fix possible buffer overflow that would cause a crash in the ASFBastien Nocera2006-09-051-1/+1
* Try harder to pass the original filename to the viewer rather than the newBastien Nocera2006-08-121-8/+6
* Be much more careful about dup'ing large amounts of data, and aboutBastien Nocera2006-08-111-1/+16
* Patch from Christian Persch <chpe@cvs.gnome.org> to create aBastien Nocera2006-08-111-153/+182
* Fix library i18n setup (Closes: #350483)Bastien Nocera2006-08-101-1/+16
* Mention why we don't want to get Ref2 even if it's available (Closes:Bastien Nocera2006-08-091-4/+5
* patch from Christian Persch <chpe@cvs.gnome.org> to reduce the amount ofBastien Nocera2006-08-091-7/+7
* Fix more uses of guchar * when we mean xmlChar *, make sure xmlFree isBastien Nocera2006-08-091-13/+24
* Fix mismatched allocators. Bug #350467.Christian Persch2006-08-081-18/+18
* Fix stupidly placed bracket breaking Quicktime, make sure we don't getBastien Nocera2006-08-081-4/+15
* Add checks to detect Real Audio/Video playlists AddBastien Nocera2006-08-071-11/+19
* add application/x-quicktime-media-link Add test code for the belowBastien Nocera2006-08-071-55/+134
* Use gtk_tree_model_iter_nth_child instead ofBastien Nocera2006-08-031-24/+8
* add more checks to the retval of gtk_tree_model_get_iter_from_string(),Bastien Nocera2006-08-021-4/+16
* Add audio/vnd.rn-realaudio as a possible mime-type for Real AudioBastien Nocera2006-06-071-0/+1
* use totem_pl_parser_read_entire_file to make sure thatBastien Nocera2006-06-061-10/+34
* Re-add support for "parsing" block devices, look for mountpoints when weBastien Nocera2006-05-221-0/+33
* Patch from Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> to add XSPFBastien Nocera2006-05-161-15/+240
* Added more debug for pls parsing, ignore tabs and spaces at the beginningBastien Nocera2006-05-021-6/+20
* Make the GStreamer backends resolve relative redirects, as the xine-libBastien Nocera2006-04-231-4/+11
* Add a debugging property to the playlist parser to make it easier to debugBastien Nocera2006-04-181-10/+37
* don't look for ignore if we already parsed itBastien Nocera2006-03-301-4/+3
* don't forcibly change mms:// urls to mmsh://, the server might not handleBastien Nocera2006-03-171-17/+0
* Add basic support for the Quicktime Metalink playlists (Closes: #333539)Bastien Nocera2006-03-151-0/+64
* don't reset the "fallback" option when not recursing.James Livingston2006-03-101-1/+6
* add a new gobject property "recurse", which indicates whether playlistsJames Livingston2006-03-021-19/+92
* Fix retval not being ignored (Closes: #330159)Bastien Nocera2006-02-061-1/+2
* Fix logic in the ASF parser, we were doing work on the data even though weBastien Nocera2006-02-061-4/+7
* Also print the genre of the URI, if available, and make parsing fasterBastien Nocera2006-02-061-6/+7
* parse the url passed as argument when given one, makes testing a littleBastien Nocera2006-02-011-1/+4
* prefer mms entries in ASX playlists that have more than one REF per ENTRYBastien Nocera2006-01-281-4/+15
* Fix a crash when gnome-vfs doesn't support the URI scheme, and we can'tBastien Nocera2006-01-271-0/+7
* add the application/smil and application/x-smil mime-types support theBastien Nocera2006-01-261-23/+27
* Parser fixes for the m3u reader and writer - fix parsing if there's no ","Bastien Nocera2006-01-091-25/+44
* Only save the title for custom filenames, Don't override the title whenBastien Nocera2006-01-091-3/+11
* fix parsing of directoriesBastien Nocera2006-01-021-1/+5
* Fix for remote ASX files with broken mime-type, lower-case asx header,Bastien Nocera2005-12-181-22/+42
* Added application/x-trash as an ignored mime-type, so that backup filesBastien Nocera2005-10-311-0/+1
* Parse as .pls files .m3u playlists with [playlist] at the beginningBastien Nocera2005-10-291-114/+135
* Add some hacks to be able to play back DVDs and VCDs from images (.cue andBastien Nocera2005-09-241-2/+47