Mercurial > audlegacy
graph
-
[svn] - ok, don't eat up all the system ram (I forgot to g_free()) trunkFri, 28 Jul 2006 01:05:21 -0700, by nenolod
-
[svn] - allow environment variable AUDTOOL_REMOTE_URI to influence where the client library accesses the audacious session trunkFri, 28 Jul 2006 00:49:14 -0700, by nenolod
-
[svn] - add framework for later handling tcp:// connections trunkFri, 28 Jul 2006 00:13:02 -0700, by nenolod
-
[svn] - add incomplete media library UI -- still lots to do trunkThu, 27 Jul 2006 23:15:43 -0700, by nenolod
-
[svn] - path to file would probably be essential, huh. trunkThu, 27 Jul 2006 22:14:12 -0700, by nenolod
-
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite) trunkThu, 27 Jul 2006 21:49:12 -0700, by nenolod
-
[svn] via Christian Birchinger <joker -at- netswarm.net>: trunkTue, 25 Jul 2006 12:12:29 -0700, by nenolod
-
[svn] Make annoying recursion that consistently returns wrong art, optional. trunkMon, 24 Jul 2006 16:20:05 -0700, by nemo
-
[svn] - work around a possible autoconf bug causing datadir to be blank trunkTue, 18 Jul 2006 08:49:50 -0700, by nenolod
-
[svn] Bolt on libmms versions of byteswap macros and bring yet more files in (mmsh.c & mms.h). trunkSat, 15 Jul 2006 17:03:07 -0700, by chainsaw
-
[svn] Newer libmms, from their CVS. Needs to be hooked up properly as it wants more arguments to its functions. trunkSat, 15 Jul 2006 16:39:37 -0700, by chainsaw
-
[svn] Volume fix (using a lookup table) from upstream CVS. trunkSat, 15 Jul 2006 16:05:21 -0700, by chainsaw
-
[svn] - libconsole: added an option to ignore length information from spc tags trunkFri, 14 Jul 2006 14:07:10 -0700, by giacomo
-
[svn] - preferences window for libconsole plugin (added missing files) trunkFri, 14 Jul 2006 13:13:46 -0700, by giacomo
-
[svn] fileinfo_show_for_tuple() sometimes causes "Invalid UTF-8 string" trunkFri, 14 Jul 2006 09:04:58 -0700, by yaz
-
[svn] - now filepopup_pointer_check_iter() returns immediately if cfg.show_filepopup_for_tuple is FALSE. trunkFri, 14 Jul 2006 07:55:53 -0700, by yaz
-
[svn] - amidi-plug: use AMIDIPLUG_VERSION instead of VERSION for about box trunkFri, 14 Jul 2006 07:45:57 -0700, by giacomo
-
[svn] AltiVec support for WMA, by Luca "lu_zero" Barbato from Gentoo. trunkThu, 13 Jul 2006 16:01:57 -0700, by chainsaw
-
[svn] - handle a situation where ID3 tags are bolted on the front. trunkWed, 12 Jul 2006 21:16:35 -0700, by nenolod
-
[svn] - install the amidi-plug plugins to ${libdir}/amidi-plug. trunkTue, 11 Jul 2006 18:02:24 -0700, by nenolod
-
[svn] - make cdaudio access cddb via protocol level 6 for utf-8 reply. trunkTue, 11 Jul 2006 16:49:16 -0700, by yaz
-
[svn] amidi-plug alsa: check if a sequencer actually exists before requesting sequencer port list trunkMon, 10 Jul 2006 17:37:19 -0700, by giacomo
-
[svn] ensure that the fileinfo popup in playlist disappears when the cursor is moved again trunkMon, 10 Jul 2006 08:40:14 -0700, by giacomo
-
[svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. trunkMon, 10 Jul 2006 06:41:11 -0700, by yaz
-
[svn] - vast improvements to the songchange plugin trunkMon, 10 Jul 2006 04:39:43 -0700, by nenolod
-
[svn] - provide some additional debugging hints with gdk_error_trap_push/pop. trunkMon, 10 Jul 2006 02:37:04 -0700, by nenolod
-
[svn] - some improvements to song_change, still sucky trunkMon, 10 Jul 2006 01:18:38 -0700, by nenolod
-
[svn] - properly respect signedness in get_spc_info_(). trunkSun, 09 Jul 2006 22:59:20 -0700, by nenolod
-
[svn] Security fixes from AdPlug CVS (their July 7 commit shortly before the secunia announcement). trunkSat, 08 Jul 2006 08:29:18 -0700, by chainsaw
-
[svn] Modplug conftest fix by Christian "Joker" Birchinger from Gentoo. trunkFri, 07 Jul 2006 12:42:32 -0700, by chainsaw
-
[svn] - next/previous button failed to work in some environments. 150ms seems little bit too short. trunkFri, 07 Jul 2006 08:33:43 -0700, by yaz
-
[svn] - recursively locate album art, by external contributor Oliver Lumpton. trunkTue, 04 Jul 2006 04:59:27 -0700, by nenolod
-
[svn] - bitch about invalid bitstreams right in the middle of our stream trunkTue, 04 Jul 2006 00:46:20 -0700, by nenolod
-
[svn] - having taglib_file, taglib_tag in the global namespace is not thread safe, and unnecessary. trunkTue, 04 Jul 2006 00:37:37 -0700, by nenolod
-
[svn] - fix a regression involving large ID3 tags being bolted right in the middle of a fraunhofer VBRX TOC (iTunes fucking fails) trunkTue, 04 Jul 2006 00:25:25 -0700, by nenolod
-
[svn] Show whether modplug will actually be built (wrong var was being displayed). trunkSat, 01 Jul 2006 16:19:46 -0700, by chainsaw
-
[svn] - use of sleep() or usleep() in multi-thread program may cause 100% CPU usage because of signal distribution. trunkFri, 30 Jun 2006 04:18:20 -0700, by yaz
-
[svn] Forcibly disabled Altivec ifdefs. The code that it wants to call is not actually present. ffmpeg SVN (libavcodec/ppc) has code you could pinch, but that needs to be integrated in proper style. I have given up on this. If you get it working, submit me a patch. trunkThu, 29 Jun 2006 16:46:01 -0700, by chainsaw
-
[svn] - now filepopup menu shows its state through checkbox. trunkThu, 29 Jun 2006 05:58:34 -0700, by yaz
-
[svn] - add a menu item that toggles filepopup to the playlist popup menu. trunkThu, 29 Jun 2006 03:42:13 -0700, by yaz
-
[svn] - m3u file should be written in locale encoding. trunkThu, 29 Jun 2006 00:38:22 -0700, by yaz
-
[svn] Hook up Altivec-enabled DCT64 for MP3. WMA throws a tantrum on Altivec machines. Submit a patch, or wait for me to fix it. trunkWed, 28 Jun 2006 18:21:25 -0700, by chainsaw
-
[svn] - GList cannot handle circular queues, so I integrated one into CategoryQueueEntry. No fuss, no muss. trunkWed, 28 Jun 2006 15:32:15 -0700, by nenolod
-
[svn] - why are we requiring a lock in functions that are in the nolock namespace? trunkWed, 28 Jun 2006 13:50:30 -0700, by nenolod
-
[svn] - extra sanity checking keeps the double-free away trunkWed, 28 Jun 2006 13:16:32 -0700, by nenolod
-
[svn] AltiVec-accelerated DCT64 pinched from mplayer SVN. Needs to be integrated into the build system. trunkWed, 28 Jun 2006 13:02:34 -0700, by chainsaw
-
[svn] - add --no-log switch to disable the system logger (and instead dump to stdout) trunkWed, 28 Jun 2006 12:51:43 -0700, by nenolod