log src/madplug/input.c @ 2468:615b67c4e010

age author description
Sat, 29 Mar 2008 12:06:38 +0200 Matti Hamalainen Tiny cleanups of repetitive code syndrome madness; Added some null-pointer checks.
Fri, 15 Feb 2008 19:15:29 +0900 Yoshiki Yazawa imported 5298b10777b3 by Eugene Zagidullin.
Fri, 15 Feb 2008 19:10:19 +0900 Yoshiki Yazawa converted to new sound engine scheme.
Mon, 04 Feb 2008 03:30:25 +0900 Yoshiki Yazawa allow madplug to compute mp3 duration when TLEN field is invalid. patch by Russell Yanofsky.
Thu, 31 Jan 2008 15:22:15 +0900 Yoshiki Yazawa - reworked replaygain to use individual pre-gain for the files with RG info and the rest.
Wed, 23 Jan 2008 14:11:29 +0100 Jussi Judin Fix problems with pointer arithmetic (Bugzilla #72)
Thu, 10 Jan 2008 18:39:52 +0100 mf0102 remove obsolete function
Tue, 01 Jan 2008 23:12:46 +0900 Yoshiki Yazawa append '\n' to format string for AUDDBG()
Thu, 06 Dec 2007 23:25:24 +0900 Yoshiki Yazawa make use of AUDDBG() for debug print out.
Sun, 28 Oct 2007 14:28:13 -0500 William Pitcock bugfixed the way shoutcast is formatted ;p
Sat, 13 Oct 2007 20:43:07 -0500 William Pitcock gentitle changes
Sat, 13 Oct 2007 19:55:04 -0500 William Pitcock string API calls -> vtable
Sun, 07 Oct 2007 14:26:26 -0500 William Pitcock use set_params() in madplug
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Wed, 12 Sep 2007 06:13:07 +0300 Matti Hamalainen Madplug didn't always calculate song length when needed, fixed.
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Mon, 13 Aug 2007 19:57:03 +0900 Yoshiki Yazawa - make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available.
Sun, 12 Aug 2007 00:06:35 +0900 Yoshiki Yazawa use get_gentitle_format() to get format string so that presets and custom string can coexist.
Sat, 11 Aug 2007 12:21:30 +0200 Giacomo Lozito use tuple_free(x) in place of mowgli_object_unref(x)
Fri, 10 Aug 2007 07:45:29 -0500 William Pitcock madplug: tuple API changes
Sun, 22 Jul 2007 04:28:20 +0900 Yoshiki Yazawa - make probing for tuple completely reuse fd.
Mon, 16 Jul 2007 16:16:41 +0900 Yoshiki Yazawa file_name and file_path in a tuple should be unescaped.
Tue, 01 May 2007 12:49:27 -0700 yaz [svn] - fix a bug which counts number of frames twice in handling xing header. trunk
Sun, 22 Apr 2007 05:29:46 -0700 ertzing [svn] trunk
Fri, 09 Mar 2007 22:47:38 -0800 yaz [svn] - convert filename into utf8 in debug messages. trunk
Thu, 08 Mar 2007 09:24:04 -0800 giacomo [svn] - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one trunk
Wed, 07 Mar 2007 05:08:55 -0800 nenolod [svn] - only perform vfs fseek against info::infile if it is available. trunk
Tue, 06 Mar 2007 22:08:18 -0800 yaz [svn] revising vfs_fread() check code. trunk
Tue, 06 Mar 2007 15:43:15 -0800 nenolod [svn] - revert r1664 as it breaks too much trunk
Tue, 06 Mar 2007 01:12:16 -0800 yaz [svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843. trunk
Mon, 05 Mar 2007 00:48:01 -0800 yaz [svn] - check the result of vfs_fread() strictly. trunk
Sat, 03 Mar 2007 17:36:01 -0800 yaz [svn] - by unknown reason, http connection via proxy server needs a transfer stop after tag retrieving. trunk
Sat, 03 Mar 2007 05:55:23 -0800 yaz [svn] - with fixed curl, read id3 tag over network works now. trunk
Fri, 02 Mar 2007 20:28:55 -0800 yaz [svn] - reduce connection latency to http stream. trunk
Fri, 02 Mar 2007 00:14:11 -0800 yaz [svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina). trunk
Thu, 01 Mar 2007 06:31:20 -0800 yaz [svn] - determine whether stream is seekable or not by checking duration. it is safe to use with proxy. trunk
Wed, 28 Feb 2007 18:00:41 -0800 nenolod [svn] - only do shoutcast stuff if info::size = 0. closes #601 again. trunk
Wed, 28 Feb 2007 07:01:26 -0800 nenolod [svn] - handle condition where track_name is not there, but stream_name is. trunk
Tue, 27 Feb 2007 04:17:49 -0800 yaz [svn] - add read/write support for TLEN frame. trunk
Sun, 25 Feb 2007 05:27:51 -0800 yaz [svn] - ensure that info->remote is set if url begins with http:// so that metadata can be displayed. trunk
Sat, 24 Feb 2007 07:49:06 -0800 nenolod [svn] - make use of the new id3_file_vfsopen() function. trunk
Wed, 21 Feb 2007 04:41:29 -0800 yaz [svn] - remove workaround. trunk
Tue, 20 Feb 2007 18:12:05 -0800 yaz [svn] - TCON frame without string crashes mad_parse_genre(). trunk
Tue, 20 Feb 2007 09:02:15 -0800 yaz [svn] - temporary workaround for ISO-8859-1 8bit character does not appear correctly. trunk
Tue, 20 Feb 2007 06:11:10 -0800 js [svn] Revert r1456, this gives problems with some files with broken ID3-Tags. trunk
Tue, 20 Feb 2007 05:51:23 -0800 js [svn] Use g_convert instead of str_to_utf8. This fixes ID3-Tags with ISO8859-1 encoded umlauts. trunk
Mon, 19 Feb 2007 18:53:25 -0800 yaz [svn] - if genre name is generated from number, it may exceed allocated memory block. trunk
Mon, 19 Feb 2007 18:08:27 -0800 yaz [svn] madplug bug fix: trunk
Tue, 13 Feb 2007 22:10:05 -0800 yaz [svn] - revise input_id3_get_string(). trunk
Thu, 08 Feb 2007 01:52:27 -0800 yaz [svn] - remove ID3_FIELD_TEXTENCODING_UTF_16 case. trunk
Thu, 08 Feb 2007 01:14:33 -0800 yaz [svn] revise input_id3_get_string(): trunk
Wed, 07 Feb 2007 23:31:26 -0800 yaz [svn] - revise input_id3_get_string() to take encoding of field into account. trunk
Wed, 07 Feb 2007 01:10:37 -0800 yaz [svn] - press F5 on not yet played stream no longer hangs. trunk
Tue, 06 Feb 2007 21:01:15 -0800 yaz [svn] - fix for audmad_is_our_fd() trunk
Tue, 06 Feb 2007 12:11:42 -0800 yaz [svn] merge recent changes from yaz's branch. trunk
Mon, 05 Feb 2007 12:28:01 -0800 nenolod [svn] - add madplug. It is not yet hooked up, I'll do that later. trunk