log Plugins/Input/mpg123/mpg123.c @ 1117:38ff0b6b019b trunk

age author description
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
Fri, 10 Mar 2006 08:20:15 -0800 nenolod [svn] - Fix a ton and a half of memory leaks, via the wonderful Leonardo Boshell <leonardop -at- gentoo.org>. trunk
Wed, 01 Mar 2006 11:34:43 -0800 nenolod [svn] lalala trunk
Wed, 01 Mar 2006 11:29:36 -0800 nenolod [svn] - do not use type/magic detection here trunk
Wed, 01 Mar 2006 11:17:23 -0800 nenolod [svn] - fix a typo here trunk
Wed, 01 Mar 2006 11:15:40 -0800 nenolod [svn] - reinstate cyc-based checks intelligently trunk
Wed, 01 Mar 2006 11:09:13 -0800 nenolod [svn] - remove cyc based breaking trunk
Wed, 01 Mar 2006 10:33:12 -0800 nenolod [svn] ten iterations? trunk
Wed, 01 Mar 2006 09:40:21 -0800 nenolod [svn] - should be safe to revert now trunk
Wed, 01 Mar 2006 09:34:21 -0800 nenolod [svn] - lets not use mpg123_detect_by_content trunk
Wed, 01 Mar 2006 09:07:09 -0800 nenolod [svn] - try to avoid a buffer overflow when detecting an MPEG stream trunk
Tue, 28 Feb 2006 14:56:30 -0800 nenolod [svn] - sanity checks here trunk
Sat, 25 Feb 2006 01:30:30 -0800 nenolod [svn] - Ok, really revert this. trunk
Sat, 25 Feb 2006 01:25:21 -0800 nenolod [svn] - Roll back broken HTTP-based stream detection code. trunk
Sun, 19 Feb 2006 18:20:51 -0800 nenolod [svn] - Fix mp3 detection properly. trunk
Sun, 19 Feb 2006 15:50:50 -0800 chainsaw [svn] Kill the crossfader plugin. It insisted on exploding on amd64 systems and was a general pita to compile. Also, remove two unused vars from mpg123. trunk
Sun, 19 Feb 2006 15:18:05 -0800 chainsaw [svn] Get mpg123 going. Nenolod promises to fix this properly soon. trunk
Sun, 19 Feb 2006 12:39:36 -0800 nenolod [svn] FIX trunk
Thu, 16 Feb 2006 07:40:35 -0800 nenolod [svn] id3v1 tag stuffs. trunk
Mon, 06 Feb 2006 17:10:47 -0800 chainsaw [svn] GCC 4.1 warning fixes by Diego 'Flameeyes' Petteno from Gentoo. trunk
Thu, 02 Feb 2006 15:44:45 -0800 nenolod [svn] squelch warnings -- they're getting annoying seeing again and again trunk
Wed, 01 Feb 2006 13:57:44 -0800 nenolod [svn] - Update mpg123 configure options trunk
Thu, 29 Dec 2005 02:29:29 -0800 nenolod [svn] very rudementary http stream detection support for mpg123-clone. trunk
Wed, 28 Dec 2005 13:40:46 -0800 nenolod [svn] mpg123-clone: Add '.mp3.part' to list of allowed extension types. trunk
Mon, 26 Dec 2005 14:12:35 -0800 nenolod [svn] various fixes :( trunk
Fri, 25 Nov 2005 13:26:59 -0800 nenolod [svn] Update credits on here reflecting audacious-decoder changes. trunk
Sun, 13 Nov 2005 12:59:10 -0800 nenolod [svn] Remove stale USE_SIMD stuff. trunk
Thu, 10 Nov 2005 06:38:54 -0800 nenolod [svn] symbol fixes trunk
Wed, 09 Nov 2005 16:49:31 -0800 nenolod [svn] Update the credits to note the code sync that occured. trunk
Fri, 28 Oct 2005 22:58:11 -0700 nenolod [svn] Move plugins to Plugins/ trunk