log src/madplug/plugin.c @ 1302:1d3b02d1842b

age author description
Thu, 19 Jul 2007 23:43:00 +0200 Stany HENRY Guess... Yes, "i18n" stuff.
Mon, 16 Jul 2007 16:16:41 +0900 Yoshiki Yazawa file_name and file_path in a tuple should be unescaped.
Mon, 09 Jul 2007 05:06:47 -0500 William Pitcock Add MIME support.
Thu, 24 May 2007 12:09:40 -0700 nenolod [svn] - convert madplug to plugin API v2 trunk
Sat, 12 May 2007 04:29:22 -0700 majeru [svn] fixed player crash when trying to get file info trunk
Mon, 23 Apr 2007 14:24:01 -0700 majeru [svn] Fixed the embarassing situation i was in (writing a plugin and not being able to see/hear it work). trunk
Sun, 08 Apr 2007 21:30:22 -0700 yaz [svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform. trunk
Thu, 05 Apr 2007 21:12:59 -0700 yaz [svn] revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it. trunk
Sat, 24 Mar 2007 17:31:14 -0700 nenolod [svn] - fix validation of mpeg2 files, by ccr. trunk
Mon, 12 Mar 2007 11:03:24 -0700 yaz [svn] - make use of new millisecond seek API. trunk
Sun, 11 Mar 2007 23:39:38 -0700 yaz [svn] - add cleanup code. trunk
Sun, 11 Mar 2007 10:09:52 -0700 nenolod [svn] - implement stricter detection rules for MP3. patch by Matti Hamalainen (ccr). trunk
Fri, 09 Mar 2007 22:47:38 -0800 yaz [svn] - convert filename into utf8 in debug messages. 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
Mon, 05 Mar 2007 00:48:01 -0800 yaz [svn] - check the result of vfs_fread() strictly. trunk
Mon, 05 Mar 2007 00:28:52 -0800 nenolod [svn] - reject files which use Ogg container magic 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 21:16:10 -0800 nenolod [svn] - enable seeking on HTTP streams. trunk
Wed, 28 Feb 2007 21:02:06 -0800 nenolod [svn] - support id3 reading of static files trunk
Tue, 27 Feb 2007 04:17:49 -0800 yaz [svn] - add read/write support for TLEN frame. trunk
Mon, 19 Feb 2007 19:39:42 -0800 yaz [svn] - show dynamic bitrate for vbr is off by default. now it is configurable from preferences. trunk
Mon, 19 Feb 2007 18:08:27 -0800 yaz [svn] madplug bug fix: trunk
Sun, 18 Feb 2007 14:51:23 -0800 nazca [svn] - Tweak to check we found a file extension before using it to prevent segfault trunk
Thu, 15 Feb 2007 05:10:08 -0800 giacomo [svn] - madplug: check that text is not null before using g_strtod trunk
Wed, 14 Feb 2007 18:03:22 -0800 yaz [svn] - strings in audmad_config should be freed before update. thus constant initializer has been replaced with g_strdup(). trunk
Wed, 14 Feb 2007 10:15:53 -0800 nenolod [svn] - make sure audmad_config.id3_format is not NULL. closes #795. trunk
Tue, 13 Feb 2007 22:54:57 -0800 yaz [svn] - screening by extension had not worked. trunk
Sun, 11 Feb 2007 02:44:18 -0800 nenolod [svn] - filter out .ogg extension trunk
Thu, 08 Feb 2007 00:55:06 -0800 yaz [svn] - now title_override works. 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