log

age author description
Thu, 04 May 2006 09:54:53 -0700 nenolod [svn] via Shay Green: trunk
Wed, 03 May 2006 22:44:03 -0700 nhjm449 [svn] - ID3LIBS no longer needed! trunk
Wed, 03 May 2006 12:44:25 -0700 nemo [svn] Oh right. Strip id3lib check trunk
Tue, 02 May 2006 17:04:52 -0700 chainsaw [svn] Add an empty tag obliterator(TM) as designed by nenolod for mpg123. trunk
Tue, 02 May 2006 16:37:38 -0700 chainsaw [svn] Now the world can finally hear the last few seconds of the Atomic Betty song. Rejoice! trunk
Mon, 01 May 2006 15:33:32 -0700 chainsaw [svn] Assign new shortcuts that no longer conflict. Patch by mokoshi, closes bug #478. trunk
Mon, 01 May 2006 15:08:28 -0700 chainsaw [svn] A GCC warning pointed out that the *bp++ statement did not actually do anything useful, quite certain that the author intended \(*bp\)++ or *bp += 1 here. trunk
Mon, 01 May 2006 14:20:50 -0700 chainsaw [svn] Add wmclass information to the playlist and equalizer. Patch by cha0smaster, closes bug #481. trunk
Mon, 01 May 2006 13:53:20 -0700 chainsaw [svn] Support for saving the playback state, and resuming playback after restart. Patch by cha0smaster, closes bug #479. 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
Mon, 01 May 2006 07:46:17 -0700 chainsaw [svn] Stop assuming that a char is signed by default. Stop trying to store negative values in an unsigned char. Remove some fragments of the Windows build system that were still present. trunk
Mon, 01 May 2006 05:57:13 -0700 chainsaw [svn] Reduce amount of emitted GCC 4.1 warnings to 6. For that boring rainy afternoon, remove the two -Wno statements in CFLAGS (configure.ac) and you will see the actual amount. 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
Sun, 30 Apr 2006 17:00:48 -0700 chainsaw [svn] Add a missing cast. trunk