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
-
[svn] - use a more standard-looking default title format trunkWed, 28 Jun 2006 12:46:09 -0700, by nenolod
-
[svn] - sanity checking prevents us from exploding when we encounter a file we don't support trunkWed, 28 Jun 2006 12:24:47 -0700, by nenolod
-
[svn] Thanks to fluxinator this botched submission is now fixed. trunkWed, 28 Jun 2006 07:01:29 -0700, by chainsaw
-
[svn] User did not test his submission. Fix based on reports by fluxinator on #audacious. trunkWed, 28 Jun 2006 06:29:38 -0700, by chainsaw
-
[svn] German translation update by hansmi from Gentoo. trunkWed, 28 Jun 2006 03:35:52 -0700, by chainsaw
-
[svn] - itemtag buffer was too short. e.g. 256 bytes could hold only 28 url encoded kanji characters. trunkTue, 27 Jun 2006 23:14:47 -0700, by yaz
-
[svn] - improve resampling rate detection algorithm trunkTue, 27 Jun 2006 20:32:51 -0700, by nenolod
-
[svn] - add a note explaining that this algorithm sucks and will be discarded before 1.1 release trunkTue, 27 Jun 2006 19:52:20 -0700, by nenolod
-
[svn] - dynamic resampler with interpolation, no special GUI options for it yet though (this replaces the mpg123 "way" of doing it) trunkTue, 27 Jun 2006 19:39:52 -0700, by nenolod
-
[svn] Update translation credits for German (hansmi) & Polish (vojcek). trunkTue, 27 Jun 2006 03:00:41 -0700, by chainsaw
-
[svn] Updated Polish translation by Wojciech Myrda <vojcek@tlen.pl>. trunkTue, 27 Jun 2006 02:47:29 -0700, by chainsaw
-
[svn] - Don't show popups if the pointer isn't even in the playlist window. trunkMon, 26 Jun 2006 22:35:54 -0700, by nhjm449
-
[svn] Updated italian translation (and stop translating a set of line separators), by Diego "Flameeyes" Petteno from Gentoo. trunkSat, 24 Jun 2006 19:00:08 -0700, by chainsaw
-
[svn] Deactivate unused check_command function to squash 1 warning. trunkSat, 24 Jun 2006 15:33:41 -0700, by chainsaw
-
[svn] Have period time default to 100ms to keep snd-aoa on PPC from going all clickety-click on us. trunkFri, 23 Jun 2006 13:34:05 -0700, by chainsaw
-
[svn] try to avoid malconversion of latin1 character when chardet has been enabled. trunkThu, 22 Jun 2006 07:04:25 -0700, by yaz
-
[svn] - avoid system /bin/test in Makefiles as it may not behave as expected trunkThu, 22 Jun 2006 02:35:01 -0700, by nenolod
-
[svn] - sanity checks (don't send NULL pointers off to GTK) trunkWed, 21 Jun 2006 02:23:25 -0700, by nenolod
-
[svn] - some NSFEs are fucked in the head apparently trunkTue, 20 Jun 2006 00:38:31 -0700, by nenolod
-
[svn] - s/Miscillaneous/Miscellaneous/ in audtool.c trunkTue, 20 Jun 2006 00:16:02 -0700, by nhjm449
-
[svn] - cdaudio playlist tuple support; needs some fixing trunkTue, 20 Jun 2006 00:05:04 -0700, by nhjm449
-
[svn] - libaac: potential buffer overflow vulnerability fix trunkMon, 19 Jun 2006 23:39:11 -0700, by nenolod
-
[svn] RMI support for timidity by nemo, for which he would like to credit giacomos amidi-plug detection code. trunkMon, 19 Jun 2006 10:52:13 -0700, by chainsaw
-
[svn] - title streaming works again, but we aren't pushing back to the playlist quite yet trunkMon, 19 Jun 2006 02:29:23 -0700, by nenolod
-
[svn] - if tuple->length == -1 then don't show a length trunkMon, 19 Jun 2006 01:51:01 -0700, by nenolod
-
[svn] - give the labels on the left proper identifiers trunkMon, 19 Jun 2006 01:33:30 -0700, by nenolod
-
[svn] - reset the album art back to the default icon trunkMon, 19 Jun 2006 01:00:51 -0700, by nenolod
-
[svn] - not sure what all of that cur_dir stuff was, but I think somebody was smoking crack trunkSun, 18 Jun 2006 23:58:36 -0700, by nenolod
-
[svn] - this p == tuple check really fucks things up if you move back to the previous tuple after the popup has gone away trunkSun, 18 Jun 2006 23:26:41 -0700, by nenolod
-
[svn] fetch first jpeg/png in directory, hopefully is album image.. merged again, still needs fileinfo, maybe, and undoubtedly tweaking. but bedtime dammit. trunkSun, 18 Jun 2006 23:06:45 -0700, by nemo
-
[svn] - disable the psychoaccoustic modeller as it is too screwy right now, and I don't wish to fix it at this point trunkSun, 18 Jun 2006 22:36:26 -0700, by nenolod
-
[svn] - don't call filepopup_show_for_tuple() more than once trunkSun, 18 Jun 2006 22:28:47 -0700, by nenolod
-
[svn] nitpicks, whee! just so I can see the popup when snapped against screen edge. trunkSun, 18 Jun 2006 21:52:46 -0700, by nemo
-
[svn] - roll back difftable changes (apparently we had them mathematically wrong for a reason) trunkSun, 18 Jun 2006 03:03:40 -0700, by nenolod
-
[svn] - this should be the last set of math corrections trunkSun, 18 Jun 2006 02:55:11 -0700, by nenolod
-
[svn] - entirely unwire tooltips if the playlist is shaded trunkSun, 18 Jun 2006 02:47:03 -0700, by nenolod
-
[svn] - ISO spec says we should use 330 not 332 in the 19th bandInfo slot (fix via flump3dec) trunkSun, 18 Jun 2006 02:00:00 -0700, by nenolod
-
[svn] - make tuples more verbose (they might be a bit big though) trunkSun, 18 Jun 2006 01:11:55 -0700, by nenolod
-
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup trunkSat, 17 Jun 2006 20:30:31 -0700, by nenolod
-
[svn] Sync with upstream. This adds Westwood ADL format support. trunkSat, 17 Jun 2006 16:17:51 -0700, by chainsaw
-
[svn] - libaac: use unified fileinfo requester, since functionality is adequate (cannot save data, only read it at present) trunkFri, 16 Jun 2006 20:55:52 -0700, by nenolod
-
[svn] - if entry->tuple == NULL, then probe the file for a decoder and build the appropriate tuple for that entry trunkFri, 16 Jun 2006 03:50:38 -0700, by nenolod
-
[svn] - Buffer indicator support for anyone crazy enough to stream flac. trunkFri, 16 Jun 2006 02:58:33 -0700, by nhjm449
-
[svn] - use mutex locking to make alsa stay happy with dmix trunkFri, 16 Jun 2006 02:35:49 -0700, by nenolod
-
[svn] - Support for the buffer indicator in playpaus.png that was apparently trunkFri, 16 Jun 2006 02:17:33 -0700, by nhjm449
-
[svn] - the fileinfo window is not visible by default trunkThu, 15 Jun 2006 22:01:34 -0700, by nenolod
-
[svn] - complete tuple for AAC files (tuple->length) trunkThu, 15 Jun 2006 19:55:29 -0700, by nenolod
-
[svn] - remove unused code (causes a crash on some GTKs, eww!) trunkThu, 15 Jun 2006 19:06:40 -0700, by nenolod
-
[svn] - flac_get_tuple(): properly calculate length. oops! trunkThu, 15 Jun 2006 18:37:15 -0700, by nenolod
-
[svn] - Don't leave files open after reading their tags! trunkThu, 15 Jun 2006 17:42:59 -0700, by nhjm449
-
[svn] - remove unreached code, (now) irrelevant debugging printf's trunkThu, 15 Jun 2006 06:18:58 -0700, by nenolod
-
[svn] - playlist_compare_artist(): more sanity checking. trunkThu, 15 Jun 2006 05:50:10 -0700, by nenolod
-
[svn] - we don't really have to unwire track 0 this way, as 0 will be selected by default if no subsong URI is given trunkThu, 15 Jun 2006 05:17:49 -0700, by nenolod