log src/audacious/input.c @ 4208:e8c79a8b9d9b

age author description
Mon, 21 Jan 2008 10:09:15 -0600 William Pitcock Backed out changeset d0b2d8d4e955
Wed, 09 Jan 2008 09:37:35 -0600 Jack Kelly If no plugins claim that they can support a file extension, try them all just to be sure. (Bugzilla #80)
Thu, 03 Jan 2008 17:24:55 +0100 mf0102 - fix a compilation warning
Wed, 19 Dec 2007 00:50:46 -0600 Jussi Judin Fix memory leak in input_stringify_disabled_list() (Bugzilla #25)
Wed, 19 Dec 2007 00:35:57 -0600 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
Wed, 19 Dec 2007 00:35:24 -0600 Jussi Judin Close file handles when no codec can be found for them. (Bugzilla #15).
Mon, 17 Dec 2007 21:56:17 +0900 Yoshiki Yazawa - introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
Wed, 28 Nov 2007 16:55:02 +0100 Ralf Ertzinger - Branch merge
Wed, 28 Nov 2007 16:49:24 +0100 Ralf Ertzinger - Close dup()-ed file if ID3 file handling fails
Wed, 21 Nov 2007 00:46:54 +0900 Yoshiki Yazawa improve on-demand probing:
Mon, 19 Nov 2007 21:35:25 +0100 Jonathan Schleifer Multiple changes.
Sat, 17 Nov 2007 20:49:26 +0900 Yoshiki Yazawa - for input plugins which provide probe_for_tuple only, now input_do_check_file() calls probe_for_tuple regardless of cfg.use_pl_metadata.
Sat, 17 Nov 2007 17:07:46 +0900 Yoshiki Yazawa - revive on-demand metadata retrieving. in the combination with "Detect file formats on demand", now audacious can load large directory in a few seconds.
Tue, 11 Sep 2007 20:34:55 -0500 William Pitcock proberesult = use g_new0() for now still trunk
Tue, 11 Sep 2007 20:33:30 -0500 William Pitcock Use GSlice for VisNode structs. trunk