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