log Plugins/Input/mpg123/mpg123.c @ 1660:4c72daee66e3 trunk

age author description
Sat, 09 Sep 2006 21:52:25 -0700 lu_zero [svn] rtsp support in mp3 trunk
Wed, 12 Jul 2006 21:16:35 -0700 nenolod [svn] - handle a situation where ID3 tags are bolted on the front. trunk
Tue, 04 Jul 2006 17:29:40 -0700 nenolod [svn] mpgdec: trunk
Tue, 04 Jul 2006 00:37:37 -0700 nenolod [svn] - having taglib_file, taglib_tag in the global namespace is not thread safe, and unnecessary. trunk
Tue, 27 Jun 2006 20:32:51 -0700 nenolod [svn] - improve resampling rate detection algorithm trunk
Tue, 27 Jun 2006 19:52:20 -0700 nenolod [svn] - add a note explaining that this algorithm sucks and will be discarded before 1.1 release trunk
Tue, 27 Jun 2006 19:44:29 -0700 nenolod [svn] - math was buggy here, sorry! trunk
Tue, 27 Jun 2006 19:39:52 -0700 nenolod [svn] - dynamic resampler with interpolation, no special GUI options for it yet though (this replaces the mpg123 "way" of doing it) trunk
Thu, 15 Jun 2006 17:42:59 -0700 nhjm449 [svn] - Don't leave files open after reading their tags! trunk
Wed, 14 Jun 2006 21:47:23 -0700 nenolod [svn] - get_song_tuple() implementation trunk
Sun, 04 Jun 2006 13:20:40 -0700 nenolod [svn] - don't pass NULL to atoi(). trunk
Sun, 04 Jun 2006 01:33:41 -0700 nenolod [svn] - proxy support hack trunk
Mon, 29 May 2006 11:25:33 -0700 nenolod [svn] - remove equalizer.c (unneeded) trunk
Sat, 27 May 2006 11:02:08 -0700 yaz [svn] automatic character encoding detector for id3 metadata. --enable-chardet enables this feature. trunk
Mon, 22 May 2006 17:22:34 -0700 nenolod [svn] - prepare to split audacious code away from the actual decoder and use a highlevel API trunk
Mon, 22 May 2006 17:02:59 -0700 nenolod [svn] s:xmms_usleep:g_usleep:g trunk
Mon, 22 May 2006 16:37:39 -0700 nenolod [svn] - remove improper sampling rate change condition. Valid MP3s will not do this. Infact, I've never seen an MP3 that does this. Additionally, it doesn't even work with Shoutcast. trunk
Sat, 20 May 2006 20:36:10 -0700 nenolod [svn] Psychoaccoustics support (to disable, temporarily add -UPSYCHO to your CFLAGS.): trunk
Tue, 16 May 2006 21:52:56 -0700 nenolod [svn] - use global proxy configuration instead of individual configurations (chainsaw) trunk
Mon, 01 May 2006 08:38:43 -0700 chainsaw [svn] Properly nullify the tag pointer or we could be passing a stale one. trunk
Sun, 30 Apr 2006 18:04:43 -0700 chainsaw [svn] Taglib length determination veto by nenolod, reverting. Leaving fileinfo optimizations in place, though. trunk
Sun, 30 Apr 2006 17:59:55 -0700 chainsaw [svn] Use taglib for length determination. Simpler code, might also deal better with some VBR MP3s if they have length info in their tags. trunk
Wed, 26 Apr 2006 21:26:03 -0700 nhjm449 [svn] - Revert: Okay, I'm a fool. There was a reason they weren't included. trunk
Wed, 26 Apr 2006 21:14:48 -0700 nhjm449 [svn] - Let's not forget the year and track number! trunk
Wed, 26 Apr 2006 20:12:05 -0700 nenolod [svn] Remove nonexistant tags from TitleInput. trunk
Wed, 26 Apr 2006 10:54:58 -0700 nenolod [svn] - integer-mode decoding accuracy improvements trunk
Mon, 24 Apr 2006 21:41:50 -0700 nenolod [svn] - fix FD leak (pointed out by: Mikachu) trunk
Mon, 24 Apr 2006 14:29:36 -0700 nemo [svn] trunk
Mon, 24 Apr 2006 13:07:42 -0700 nenolod [svn] - display filename if no tag is available trunk
Sun, 23 Apr 2006 15:50:33 -0700 chainsaw [svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode. trunk