log src/audacious/input.c @ 3110:35e560fa183f

age author description
Fri, 20 Jul 2007 02:35:34 +0200 Christian Birchinger Added a fd NULL check to avoid probing on none-existing fds
Tue, 17 Jul 2007 00:31:43 +0900 Yoshiki Yazawa unescape url encoded filename where real filename is needed.
Fri, 13 Jul 2007 22:28:20 +0200 Tomasz Mon replace Playstatus with UiSkinnedPlaystatus
Mon, 09 Jul 2007 05:13:41 -0500 William Pitcock Use mimetype system to accelerate detection of network streams. trunk
Tue, 08 May 2007 12:30:53 -0700 nenolod [svn] - remove unused function 'extname' trunk
Mon, 09 Apr 2007 13:29:20 -0700 nenolod [svn] - remove the unplayable files dialog. it is more annoying than useful. trunk
Mon, 26 Mar 2007 09:21:40 -0700 js [svn] Don't show a warning dialog when trying to add .{jpeg,jpg,txt} files. trunk
Sat, 24 Feb 2007 13:36:36 -0800 mf0102 [svn] - Spring clean (removed one function) trunk
Tue, 20 Feb 2007 16:17:08 -0800 nhjm449 [svn] - Make unplayable files dialog resizable and centered on the screen. (closes #802) trunk
Mon, 12 Feb 2007 12:41:51 -0800 nenolod [svn] - only strip the subsong identifier if it is really a valid subsong identifier. closes #792. trunk
Mon, 12 Feb 2007 07:18:47 -0800 giacomo [svn] - added set volume hook trunk
Sun, 28 Jan 2007 22:19:02 -0800 iabervon [svn] Allow input plugin that implements get_volume to punt to the output plugin. trunk
Sun, 28 Jan 2007 21:08:08 -0800 iabervon [svn] More input plugin API work trunk
Sun, 28 Jan 2007 17:02:15 -0800 iabervon [svn] Change the input plugin API to use a struct for the currently-playing file. trunk
Sat, 27 Jan 2007 11:40:05 -0800 nenolod [svn] - make vfs_buffered_file_new_from_uri declaration const trunk
Sat, 27 Jan 2007 07:34:13 -0800 yaz [svn] - revise logic of r3808 so that cdaudio works again. trunk
Sat, 27 Jan 2007 04:07:46 -0800 mf0102 [svn] Removed util.* from libaudacious trunk
Wed, 24 Jan 2007 18:40:07 -0800 yaz [svn] - should not pass null fd to input plugins. trunk
Tue, 23 Jan 2007 16:37:13 -0800 giacomo [svn] - tuple->file_name coming from input plugins have a string with filename + extension, but tuple->file_name coming from input plugins without a get_song_tuple have a string with filename without extension; fix this incongruency, always pass tuple->filename with a string containing filename + extension trunk
Sat, 20 Jan 2007 04:48:41 -0800 mf0102 [svn] made strings.h for existing strings.c, cleanups trunk
Tue, 16 Jan 2007 05:17:18 -0800 nenolod [svn] - fix W:input.c(422) [input_check_file]:Implicit declaration trunk
Mon, 15 Jan 2007 20:47:50 -0800 nenolod [svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh) trunk
Mon, 15 Jan 2007 19:28:19 -0800 nenolod [svn] - compare against the uri, not the VFSConstructor class the fd comes from trunk
Mon, 15 Jan 2007 19:24:54 -0800 nenolod [svn] - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong trunk
Sun, 14 Jan 2007 10:54:06 -0800 mf0102 [svn] Wiped out some error messages trunk
Fri, 12 Jan 2007 11:43:40 -0800 nenolod [svn] - objective-make autodepend fixes trunk