log

age author description
Sun, 14 May 2006 01:20:40 -0700 nhjm449 [svn] mainwin.c: trunk
Sat, 13 May 2006 23:28:57 -0700 nenolod [svn] - if taglib_tag == NULL, then return instead of crash trunk
Sat, 13 May 2006 22:59:15 -0700 nenolod [svn] - this stuff hasn't applied since audacious 0.1.1 trunk
Sat, 13 May 2006 22:56:35 -0700 nenolod [svn] - add some notes to myself about getting from here to there trunk
Sat, 13 May 2006 11:20:38 -0700 nenolod [svn] - abort out of produce_audio if a stop has been requested trunk
Sat, 13 May 2006 11:20:11 -0700 nenolod [svn] - remove comment trunk
Sat, 13 May 2006 03:58:16 -0700 chainsaw [svn] Convert from deprecated configfile interace to configdb, closes bug #494. trunk
Fri, 12 May 2006 14:18:48 -0700 chainsaw [svn] This code assumes that char is signed by default. This is not true on PPC. Extending CFLAGS so that the assumption is met. trunk
Fri, 12 May 2006 14:12:17 -0700 nenolod [svn] - hackhackhack workaround for the fact that joins will fail at times, inspired by the hackhack in WMA trunk
Fri, 12 May 2006 14:03:50 -0700 nenolod [svn] - threading cleanups, we no longer need to be mutexlocked 90% of the time, and we shouldn't have been joining in stop(), as the thread will likely already be joined, and if not, it will be reaped later trunk
Fri, 12 May 2006 13:47:25 -0700 nenolod [svn] - fix g_thread_join() spurious call error (also effects 1.0 -- yuck!) trunk
Fri, 12 May 2006 06:48:55 -0700 nenolod [svn] - src/tagging_mp4.c, fileinfo.c, libmp4.c: Finish conversion to internal container code. trunk
Fri, 12 May 2006 06:29:11 -0700 nenolod [svn] - Use g_get_home_dir() instead of getenv ugliness here. trunk
Thu, 11 May 2006 20:58:33 -0700 nhjm449 [svn] - If GTK is going to show its own search box for the JTF treeview, at least make it search the correct column trunk
Wed, 10 May 2006 19:13:49 -0700 nhjm449 [svn] - Queue fix from ircubic (bug #490) trunk
Wed, 10 May 2006 17:54:49 -0700 nenolod [svn] - fix a potential crash in our read callback (for VFS) trunk
Wed, 10 May 2006 16:01:35 -0700 nenolod [svn] - fix infinite loop issue trunk
Wed, 10 May 2006 15:56:52 -0700 nenolod [svn] - add makefile to configure.ac trunk
Wed, 10 May 2006 15:00:19 -0700 nenolod [svn] - resync headers trunk
Wed, 10 May 2006 14:44:20 -0700 nenolod [svn] - 2.1 beta trunk
Wed, 10 May 2006 14:41:23 -0700 nenolod [svn] - stuff trunk
Wed, 10 May 2006 07:55:22 -0700 nenolod [svn] - about box cleanups trunk
Tue, 09 May 2006 11:08:29 -0700 nenolod [svn] - ConfigDb goodness trunk
Tue, 09 May 2006 10:05:03 -0700 nenolod [svn] - bypass poisoning on configfile.c trunk
Tue, 09 May 2006 10:02:09 -0700 nenolod [svn] - configdb stuff trunk
Tue, 09 May 2006 09:52:49 -0700 nenolod [svn] - don't use XMMS ConfigFile interface here trunk
Tue, 09 May 2006 09:04:44 -0700 nenolod [svn] (a quick way to reenable configfile): trunk
Tue, 09 May 2006 08:57:40 -0700 nenolod [svn] Poison the XMMS ConfigFile routines. The rationale for this decision, trunk
Tue, 09 May 2006 08:48:01 -0700 nenolod [svn] - fix overcompression in the modified iir routines trunk
Mon, 08 May 2006 21:05:33 -0700 nenolod [svn] - yes this lrintf stuff needs to go trunk
Mon, 08 May 2006 06:56:47 -0700 nenolod [svn] - synchronize audacious-faad with FAAD2 CVS. trunk
Mon, 08 May 2006 06:00:19 -0700 nenolod [svn] - add an additional usleep to the playback resume code per Chainsaw trunk
Sun, 07 May 2006 22:36:14 -0700 nenolod [svn] - version bump: 1.1.0 (since we're getting close to releasing the reference package) trunk
Sun, 07 May 2006 21:47:02 -0700 nenolod [svn] - Make vorbisfile/vorbisinfo code threadsafe and reenterant by properly respecting vf_mutex. Patch by Johan Tavelin <d00jota -at- dtek.chalmers.se>. trunk
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
Sun, 30 Apr 2006 16:48:20 -0700 chainsaw [svn] Declare variables in a different order, as GCC feels that the current order was wrong. trunk
Sun, 30 Apr 2006 16:32:42 -0700 chainsaw [svn] Use correct format string; gsize != long unsigned int. trunk
Sun, 30 Apr 2006 15:46:01 -0700 chainsaw [svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages. trunk
Sun, 30 Apr 2006 08:10:06 -0700 nenolod [svn] - Denote Gustavo D. Vranjes as current Spanish translator trunk
Sat, 29 Apr 2006 12:29:59 -0700 nemo [svn] Not a CVS repo trunk
Sat, 29 Apr 2006 12:21:27 -0700 nemo [svn] Not a CVS repo trunk
Sat, 29 Apr 2006 08:59:35 -0700 nenolod [svn] Per Laszlo Dvornik: trunk
Fri, 28 Apr 2006 22:46:00 -0700 nhjm449 [svn] - jumptofile and queue support fun trunk
Fri, 28 Apr 2006 22:44:06 -0700 nhjm449 [svn] - Fun fileinfo fixes trunk
Fri, 28 Apr 2006 22:43:09 -0700 nhjm449 [svn] - Let's not leave mp4 files open after reading their tags :P trunk
Fri, 28 Apr 2006 11:21:33 -0700 chainsaw [svn] Correct includes, should not have taglib/ in there. trunk
Thu, 27 Apr 2006 15:52:06 -0700 nhjm449 [svn] - Another CDDB fix! :/ trunk
Thu, 27 Apr 2006 08:06:57 -0700 nenolod [svn] - contrast improvements trunk
Thu, 27 Apr 2006 06:52:47 -0700 nenolod [svn] - IPv6 support 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 21:06:14 -0700 nhjm449 [svn] - Correctly display >1000 kbps bitrates when using modern skins trunk
Wed, 26 Apr 2006 20:12:05 -0700 nenolod [svn] Remove nonexistant tags from TitleInput. trunk
Wed, 26 Apr 2006 19:14:25 -0700 nenolod [svn] - compile objectives before installing them (oops) trunk
Wed, 26 Apr 2006 11:38:41 -0700 nenolod [svn] - don't use dct9 in integer mode trunk
Wed, 26 Apr 2006 11:21:33 -0700 nenolod [svn] - remove #define mpgdec_real 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 14:03:16 -0700 nemo [svn] Force dependance on taglib now used by mpg123 and musepack. trunk
Mon, 24 Apr 2006 13:07:42 -0700 nenolod [svn] - display filename if no tag is available trunk
Mon, 24 Apr 2006 12:58:25 -0700 nenolod [svn] - remove unused file trunk
Mon, 24 Apr 2006 12:49:51 -0700 nemo [svn] Quick n dirty unicode hack pending taglib-1.5. trunk
Mon, 24 Apr 2006 12:46:47 -0700 nenolod [svn] - GLib 2.6 compatibility wrapper, per bug #469 trunk
Mon, 24 Apr 2006 00:40:43 -0700 nhjm449 [svn] - Let's not let the user press the skin refresh button while already refreshing ;) trunk
Sun, 23 Apr 2006 23:50:37 -0700 nhjm449 [svn] - Reposition the 9 trunk
Sun, 23 Apr 2006 20:17:11 -0700 nenolod [svn] - sync configure.ac with stable trunk
Sun, 23 Apr 2006 17:46:20 -0700 nenolod [svn] - fix crashing with taglib trunk
Sun, 23 Apr 2006 17:11:06 -0700 nhjm449 [svn] - Assorted playlist fixes ;) 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
Sun, 23 Apr 2006 15:11:43 -0700 chainsaw [svn] Small update to the german translation (by a friend of Michael Hanselmann). trunk
Sun, 23 Apr 2006 09:45:18 -0700 chainsaw [svn] Updated german translation by Michael Hanselmann (Gentoo). trunk
Sat, 22 Apr 2006 18:52:47 -0700 nhjm449 [svn] - fix signal handler error trunk
Fri, 21 Apr 2006 23:13:19 -0700 nhjm449 [svn] - CDDB query fix trunk
Thu, 20 Apr 2006 14:07:57 -0700 chainsaw [svn] Update dutch translation. Apparently nobody else cares about this (sent several mails). trunk
Thu, 20 Apr 2006 10:25:02 -0700 giacomo [svn] fixed incorrect range conversion in volume functions trunk
Tue, 18 Apr 2006 07:00:25 -0700 nemo [svn] Moral, always compile before checking in. trunk
Tue, 18 Apr 2006 06:50:23 -0700 nemo [svn] Bug #463 - Adding a little noise to the log to help in debugging. trunk
Mon, 17 Apr 2006 12:19:04 -0700 nemo [svn] Experiment with catching invalid utf-8 so the dialog sees it, trunk
Mon, 17 Apr 2006 06:41:26 -0700 nenolod [svn] - don't run ldconfig when DESTDIR is not /. Closes bug #464. trunk
Sun, 16 Apr 2006 18:34:59 -0700 nhjm449 [svn] - Forgot a few things regarding titlestrings! trunk
Sun, 16 Apr 2006 17:51:07 -0700 nhjm449 [svn] - Tiny fix trunk
Sun, 16 Apr 2006 16:38:46 -0700 chainsaw [svn] Convert \ path separators to /. Support was already present, but was not enabled before. Closes bug #461. trunk
Sun, 16 Apr 2006 14:37:40 -0700 nhjm449 [svn] - New default titlestring trunk
Sat, 15 Apr 2006 20:12:29 -0700 chainsaw [svn] Use default settings when no valid config exists. trunk
Sat, 15 Apr 2006 18:49:50 -0700 giacomo [svn] rewritten audiocompress aboutbox trunk
Sat, 15 Apr 2006 18:35:01 -0700 giacomo [svn] removed empty tab from audiocompress configuration window trunk
Sat, 15 Apr 2006 18:05:57 -0700 giacomo [svn] prevent audiocompress from fulfilling its suicidal tendencies trunk
Sat, 15 Apr 2006 09:08:23 -0700 giacomo [svn] fixed locale problem in sid about box trunk
Sat, 15 Apr 2006 08:05:03 -0700 chainsaw [svn] Port AudioCompress (AGC) effect plugin from XMMS, as requested by Junics on SorceryNet. trunk
Fri, 14 Apr 2006 17:21:21 -0700 nhjm449 [svn] - oops, minor fix trunk
Fri, 14 Apr 2006 11:25:08 -0700 nenolod [svn] - more debugging trunk
Fri, 14 Apr 2006 11:22:15 -0700 nenolod [svn] - remove debugging printfs trunk
Fri, 14 Apr 2006 11:21:02 -0700 nenolod [svn] - remove declarations that we don't need to have trunk
Fri, 14 Apr 2006 11:20:38 -0700 nenolod [svn] - new decode loop from updated BMP-MP4 plugin trunk
Fri, 14 Apr 2006 10:38:26 -0700 nemo [svn] Moved the free, based on Joker's report of string corruptions. trunk
Fri, 14 Apr 2006 10:11:18 -0700 nemo [svn] For Joker, adds some padding around the buttons trunk
Thu, 13 Apr 2006 08:32:17 -0700 nenolod [svn] - experimental produce-audio changes via shd of the UADE team trunk
Wed, 12 Apr 2006 19:53:19 -0700 nenolod [svn] - fix FD leak trunk
Wed, 12 Apr 2006 15:17:39 -0700 chainsaw [svn] Look, you missed a spot. trunk
Wed, 12 Apr 2006 13:35:24 -0700 chainsaw [svn] Conversion of file operations to VFS. Needs stress testing, especially on Gnome-VFS. trunk
Wed, 12 Apr 2006 11:07:10 -0700 nenolod [svn] - konqueror hack was breaking standards here, fix a crash trunk
Tue, 11 Apr 2006 14:33:16 -0700 chainsaw [svn] Allow to disable grabbing Amiga MOD files so a diferent plugin such as UADE gets a chance. Adds a few extra magic strings for Amiga files. Amiga MOD grabbing defaults to on for that Just Works(TM) feeling. trunk
Mon, 10 Apr 2006 17:18:44 -0700 nhjm449 [svn] - Fix playlist_set_position when paused trunk
Sun, 09 Apr 2006 23:36:13 -0700 nhjm449 [svn] - Skin update! trunk
Sun, 09 Apr 2006 12:17:02 -0700 chainsaw [svn] Updated german translation by Tarsonis, closes bug #459. trunk
Sat, 08 Apr 2006 19:44:43 -0700 chainsaw [svn] Extra_stereo effect plugin ported by deitarion. Some last pointer-related touchups by nemo & me. trunk
Thu, 06 Apr 2006 11:03:26 -0700 nenolod [svn] - fading fix trunk
Wed, 05 Apr 2006 11:15:06 -0700 nenolod [svn] - remove debugging notices trunk
Wed, 05 Apr 2006 11:13:52 -0700 nenolod [svn] - more progress trunk
Wed, 05 Apr 2006 11:07:10 -0700 nenolod [svn] - more work here trunk
Wed, 05 Apr 2006 07:50:49 -0700 nenolod [svn] - input proposed shorten input plugin for hacking trunk
Sun, 02 Apr 2006 18:04:14 -0700 giacomo [svn] objects in Plugins/Input/sexypsf/spu/ should be deleted too on make clean requests trunk
Sun, 02 Apr 2006 17:53:30 -0700 giacomo [svn] object files in Plugins/General/scrobbler/tags/ should be deleted too on clean requests trunk
Sun, 02 Apr 2006 17:42:32 -0700 giacomo [svn] binaries (audacious,audacious-arts-helper) should be deleted on clean requests trunk
Sun, 02 Apr 2006 17:08:11 -0700 chainsaw [svn] Use a single 8-byte read instead of two 4-byte ones. The common path would nearly always result in two reads, so this should be faster. trunk
Sun, 02 Apr 2006 11:32:31 -0700 chainsaw [svn] Detection of modules by magic bytes instead of by extension. Please let me know of false positives, if any. I would appreciate examples for any of the extensions still listed in the fallback that are not archives. trunk
Fri, 31 Mar 2006 14:55:11 -0800 chainsaw [svn] Linking fix for --as-needed LDFLAG, thanks to Diego "Flameeyes" Petteno. trunk
Fri, 31 Mar 2006 12:38:59 -0800 chainsaw [svn] Report mode from mpg123. Patch by spike, closes bug #457. trunk
Fri, 31 Mar 2006 11:10:09 -0800 chainsaw [svn] Build fixes for --as-needed LDFLAG, provided by lav. Closes bug #454. trunk
Thu, 30 Mar 2006 21:16:35 -0800 nhjm449 [svn] - this should be it for now trunk
Thu, 30 Mar 2006 21:10:03 -0800 nhjm449 [svn] - more output-stopping fun! trunk
Thu, 30 Mar 2006 21:04:21 -0800 nhjm449 [svn] - stop the psuedo output plugin when using 'no playlist advance' or 'stop after current song' trunk
Thu, 30 Mar 2006 14:12:18 -0800 giacomo [svn] prevent jack o.p. aboutbox from spawning multiple times trunk
Thu, 30 Mar 2006 14:03:48 -0800 giacomo [svn] prevent tonegen aboutbox from spawning multiple times trunk
Thu, 30 Mar 2006 13:55:46 -0800 giacomo [svn] prevent timidity aboutbox from spawning multiple times trunk
Thu, 30 Mar 2006 13:47:45 -0800 giacomo [svn] prevent libconsole aboutbox from spawning multiple times trunk
Wed, 29 Mar 2006 23:22:58 -0800 nhjm449 [svn] - Forgot something trunk
Wed, 29 Mar 2006 23:22:03 -0800 nhjm449 [svn] - 'stop after current song' feature trunk
Wed, 29 Mar 2006 22:17:26 -0800 nhjm449 [svn] - icons woohoo trunk
Wed, 29 Mar 2006 22:15:02 -0800 nhjm449 [svn] - correct icon trunk
Wed, 29 Mar 2006 19:57:35 -0800 nhjm449 [svn] - should fix the ability to change songs while paused trunk
Wed, 29 Mar 2006 07:37:10 -0800 nemo [svn] If the pref is still going to appear, suppose one should allow it to do something. trunk
Wed, 29 Mar 2006 07:35:54 -0800 nemo [svn] Make refreshing optional, default to disabled if Gnome VFS available. trunk
Tue, 28 Mar 2006 20:11:34 -0800 nhjm449 [svn] - whoever made the song queue number a fixed distance from the edge of the playlist was insane trunk
Mon, 27 Mar 2006 17:23:36 -0800 nhjm449 [svn] * No Playlist Advance context menu checkmark fix (bug #456) trunk
Mon, 27 Mar 2006 13:05:09 -0800 nenolod [svn] Gapless support. This comes with a few caveats, that I will mention here: trunk
Mon, 27 Mar 2006 11:02:35 -0800 nenolod [svn] - Unbreak headless support. This probably needs to be backported to 0.2.4. trunk
Sun, 26 Mar 2006 14:17:03 -0800 nenolod [svn] - nhjm is now on core so lets make a note of that in the credits trunk
Sun, 26 Mar 2006 13:51:07 -0800 nhjm449 [svn] * Skin thumbnails are refreshable! trunk
Sat, 25 Mar 2006 23:14:27 -0800 nenolod [svn] - add missing skin hints data trunk
Sat, 25 Mar 2006 20:05:46 -0800 nenolod [svn] - version bump trunk
Sat, 25 Mar 2006 20:05:15 -0800 nenolod [svn] - modern skin for 0.3 trunk
Sat, 25 Mar 2006 17:27:49 -0800 nenolod [svn] - disable the scrobbler plugin if curl isn't there (for real) trunk
Sat, 25 Mar 2006 17:10:10 -0800 nenolod [svn] - version bump trunk
Sat, 25 Mar 2006 17:07:37 -0800 nenolod [svn] - Update NEWS trunk
Sat, 25 Mar 2006 16:58:38 -0800 nenolod [svn] - Update ChangeLog trunk
Fri, 24 Mar 2006 21:05:42 -0800 nemo [svn] Quick n dirty refresh. trunk
Fri, 24 Mar 2006 19:14:03 -0800 nemo [svn] Pending proper layout, make a little less vertical at least. trunk
Fri, 24 Mar 2006 17:31:08 -0800 nenolod [svn] - we should not compile arts_helper.h here. trunk
Fri, 24 Mar 2006 14:20:04 -0800 nenolod [svn] - rule reduction trunk
Fri, 24 Mar 2006 13:31:38 -0800 nenolod [svn] - remove default rules override as it's no longer used here trunk
Fri, 24 Mar 2006 13:30:29 -0800 nenolod [svn] - cosmetic adjustment trunk
Fri, 24 Mar 2006 13:26:21 -0800 nenolod [svn] - do not show OMK debugging notices unless we use 'make VERBOSITY=1' trunk
Fri, 24 Mar 2006 13:02:27 -0800 nenolod [svn] - mistake here, we forget to pop back trunk
Fri, 24 Mar 2006 13:01:36 -0800 nenolod [svn] - more recursion fixes trunk
Fri, 24 Mar 2006 12:51:05 -0800 nenolod [svn] - properly recurse build errors trunk
Fri, 24 Mar 2006 11:04:06 -0800 nemo [svn] A basic reenabling of the info dialog trunk
Fri, 24 Mar 2006 08:03:56 -0800 giacomo [svn] fixed multiple spawns of wav-sndfile aboutbox trunk
Fri, 24 Mar 2006 08:00:06 -0800 giacomo [svn] fixed multiple spawns of flac aboutbox trunk
Fri, 24 Mar 2006 07:54:14 -0800 giacomo [svn] fixed multiple spawns of vorbis aboutbox trunk
Fri, 24 Mar 2006 07:51:13 -0800 giacomo [svn] fixed multiple spawns of adplug aboutbox trunk
Fri, 24 Mar 2006 07:02:57 -0800 giacomo [svn] now modplug uses xmms_show_message for its aboutbox trunk
Thu, 23 Mar 2006 17:24:41 -0800 giacomo [svn] new xmms_show_message look trunk
Thu, 23 Mar 2006 15:32:40 -0800 nemo [svn] memcmp since magic isn't a string trunk
Wed, 22 Mar 2006 16:58:39 -0800 nemo [svn] Only compare 4 bytes, unless someone had a reason. trunk
Tue, 21 Mar 2006 11:28:00 -0800 giacomo [svn] amidi-plug: completed merge with 0.2 changes trunk
Tue, 21 Mar 2006 09:22:14 -0800 nenolod [svn] - Also determine a change by track name, patch by nixphoeni. trunk
Mon, 20 Mar 2006 10:57:25 -0800 nenolod [svn] - what was that doing here? trunk
Sun, 19 Mar 2006 13:21:35 -0800 nenolod [svn] - revert (commit 2/2) trunk
Sun, 19 Mar 2006 13:21:11 -0800 nenolod [svn] - revert (commit 1/2) trunk
Sun, 19 Mar 2006 13:12:44 -0800 nenolod [svn] - no longer explodes. still no audio output. trunk
Sun, 19 Mar 2006 12:51:03 -0800 nenolod [svn] - PSF2 support (everything is BORKED right now) trunk
Sat, 18 Mar 2006 14:48:04 -0800 giacomo [svn] shortened the compare-dups-by-path function trunk
Sat, 18 Mar 2006 14:31:38 -0800 giacomo [svn] added multiple 'remove duplicates' (by title, by filename, by path+filename) trunk
Sat, 18 Mar 2006 13:35:16 -0800 nenolod [svn] - yeah lets try not freeing this at all trunk
Sat, 18 Mar 2006 13:32:39 -0800 nenolod [svn] - fix free() stuff properly trunk
Sat, 18 Mar 2006 13:32:01 -0800 giacomo [svn] changed adplug plugin name trunk
Sat, 18 Mar 2006 13:30:56 -0800 nenolod [svn] - we don't really need to free here, messes up on ID3v2 a *lot* trunk
Sat, 18 Mar 2006 13:21:00 -0800 giacomo [svn] do not try to autogenerate pixmaps.h; removed build.list and moved some icons in the images dir trunk
Sat, 18 Mar 2006 12:32:41 -0800 giacomo [svn] added many new icons for the playlist menus (some drawn from scratch and others derived from the gtk stock ones) trunk
Sat, 18 Mar 2006 10:09:58 -0800 chainsaw [svn] Report sample rate properly. Rate is just the number of channels, but that is better then 0, right? trunk
Sat, 18 Mar 2006 09:58:29 -0800 chainsaw [svn] Sync header file for rix player as well. trunk
Sat, 18 Mar 2006 09:28:08 -0800 chainsaw [svn] Sync core with upstream. Also, rename plugin from AdPlug to AdLib synthesizer, by request of Giacomo. trunk
Sat, 18 Mar 2006 08:56:03 -0800 chainsaw [svn] Use magic bytes to identify AAC and MP4 as the decoder insists on reading the entire file before making a decision. This can be upsetting to users of large playlists, so reduce that to two 4-byte reads. Extension checking still needed for files that have been butchered by bad taggers, sorry. trunk
Sat, 18 Mar 2006 08:37:21 -0800 giacomo [svn] started to add more icons for the playlist menu entries; others are going to be drawn and added trunk
Sat, 18 Mar 2006 07:34:43 -0800 giacomo [svn] added a 'remove duplicates' option to the playlist removal menu trunk
Fri, 17 Mar 2006 20:07:11 -0800 nenolod [svn] - archive support trunk
Fri, 17 Mar 2006 19:11:49 -0800 nenolod [svn] - equalizer improvements trunk
Fri, 17 Mar 2006 18:21:50 -0800 nenolod [svn] - initial work on skin.hints support (the first step to modernizing our trunk
Fri, 17 Mar 2006 10:25:25 -0800 nenolod [svn] - reinit the visualizer for VIS_SCOPE too. trunk
Tue, 14 Mar 2006 15:35:10 -0800 chainsaw [svn] Only start the decoder for FLAC detection on HTTP. We can handle files much easier, with a metadata check. Faster, less resource intensive, and does not spuriously trigger for wave files. trunk
Mon, 13 Mar 2006 20:21:42 -0800 nenolod [svn] - revert pluginenum change (did no good) trunk
Mon, 13 Mar 2006 19:29:55 -0800 nenolod [svn] - improve the way the scrobbler plugin is compiled trunk
Mon, 13 Mar 2006 14:18:03 -0800 chainsaw [svn] Fix logic error that caused us to lock on to wav. trunk
Mon, 13 Mar 2006 13:58:32 -0800 chainsaw [svn] Be smarter about spotting MP4 files, only fall back on extension for AAC. trunk
Mon, 13 Mar 2006 11:07:18 -0800 nenolod [svn] - use extern here (grr) trunk
Sun, 12 Mar 2006 20:57:18 -0800 nenolod [svn] - if make fails, exit -1 recursively trunk
Sun, 12 Mar 2006 15:18:35 -0800 nenolod [svn] - improvements to the playlist list control, via nhjm trunk
Sun, 12 Mar 2006 15:05:18 -0800 chainsaw [svn] Okay, we need to pinch more playback code to avoid false positives. trunk
Sun, 12 Mar 2006 14:49:19 -0800 chainsaw [svn] Ask the decoder whether this is a WMA file, instead of depending on file magic. trunk
Sun, 12 Mar 2006 14:07:38 -0800 chainsaw [svn] Ask the decoder whether this is a FLAC file, instead of depending on file magic. trunk
Sun, 12 Mar 2006 12:09:33 -0800 nenolod [svn] that should have been strcasecmp trunk
Sun, 12 Mar 2006 11:41:40 -0800 nenolod [svn] - do not include ${DESTDIR} in the symlink target. reported by mokoshi. trunk
Sun, 12 Mar 2006 10:27:25 -0800 nenolod [svn] - only show the SVN revision if we know what it is trunk
Sat, 11 Mar 2006 21:06:47 -0800 nenolod [svn] - safety checks trunk
Sat, 11 Mar 2006 18:13:26 -0800 nenolod [svn] - fix disk_writer build trunk
Sat, 11 Mar 2006 17:30:13 -0800 giacomo [svn] revert erroneous change in objective.mk trunk
Sat, 11 Mar 2006 17:25:53 -0800 giacomo [svn] prefs window: added user@host info in the version label trunk
Sat, 11 Mar 2006 17:10:26 -0800 giacomo [svn] fixed quoting on arts.m4 trunk
Sat, 11 Mar 2006 16:56:50 -0800 giacomo [svn] display audacious version and revision in the prefs window trunk
Sat, 11 Mar 2006 14:20:40 -0800 giacomo [svn] new icons for the preferences window trunk
Sat, 11 Mar 2006 06:21:23 -0800 giacomo [svn] made the preferences window smaller 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
Thu, 09 Mar 2006 19:09:41 -0800 nenolod [svn] - add voice_removal plugin. Ported by: Thomas Cort <linuxgeek -at- gmail.com>, tcort @ #audacious. trunk
Thu, 09 Mar 2006 19:03:27 -0800 nenolod [svn] - implement vfs_feof() and vfs_ftell() and update the scrobbler plugin to reflect that, trunk
Thu, 09 Mar 2006 09:55:56 -0800 giacomo [svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process trunk
Wed, 08 Mar 2006 11:16:59 -0800 nenolod [svn] - fix typo trunk
Wed, 08 Mar 2006 10:11:37 -0800 nenolod [svn] - fix a FD leak here trunk
Wed, 08 Mar 2006 06:57:02 -0800 nenolod [svn] - add psuedo_output_plugin, a psuedo output plugin that will be used for reverse compatibility with old plugins. trunk
Wed, 08 Mar 2006 06:47:02 -0800 nenolod [svn] - add get_written_time(), get_output_time(). trunk
Tue, 07 Mar 2006 11:47:20 -0800 giacomo [svn] update amidi-plug towards 0.2; bug fixes and a new option (midi length pre-calculation) trunk
Sun, 05 Mar 2006 13:42:27 -0800 nenolod [svn] - add nemo to credits trunk
Sun, 05 Mar 2006 13:19:01 -0800 nemo [svn] Don't override input LD_FLAGS - needed to enable profiling. trunk
Sun, 05 Mar 2006 12:46:31 -0800 nemo [svn] Bug #423 - Add retrieval of first entry in case of multiple matches. Good enough to remove the FIXME? trunk
Sat, 04 Mar 2006 14:34:04 -0800 nenolod [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here trunk