Mercurial > audlegacy-plugins
graph
-
[svn] - make the whole thing compile. runtime linking is another story. trunkMon, 12 Mar 2007 13:00:06 -0700, by nenolod
-
[svn] - should check data != NULL before clear data->playing. trunkMon, 12 Mar 2007 09:12:26 -0700, by yaz
-
[svn] - performer and title of each track should be NULL after freed. trunkMon, 12 Mar 2007 02:08:26 -0700, by yaz
-
[svn] - implement stricter detection rules for MP3. patch by Matti Hamalainen (ccr). trunkSun, 11 Mar 2007 10:09:52 -0700, by nenolod
-
[svn] amidi-plug: changed VERSION to AMIDIPLUG_VERSION in fluidsynth backend; not that trivial, but this is how it's supposed to be trunkSun, 11 Mar 2007 06:31:32 -0700, by giacomo
-
[svn] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version trunkFri, 09 Mar 2007 12:42:48 -0800, by giacomo
-
[svn] - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one trunkThu, 08 Mar 2007 09:24:04 -0800, by giacomo
-
[svn] statusicon: improvements in title changes detection while the popup is being displayed trunkThu, 08 Mar 2007 04:20:23 -0800, by giacomo
-
[svn] - statusicon: re-display statusicon popup with updated information when song (or title) changes, closes bug #846 trunkWed, 07 Mar 2007 16:45:38 -0800, by giacomo
-
[svn] - I was noticed vfs_fread check still causes problem. disable for now. trunkWed, 07 Mar 2007 05:36:20 -0800, by yaz
-
[svn] - only perform vfs fseek against info::infile if it is available. trunkWed, 07 Mar 2007 05:08:55 -0800, by nenolod
-
[svn] - translate curl error number into corresponding error message. patch by Joker. trunkWed, 07 Mar 2007 00:53:24 -0800, by yaz
-
[svn] - avoid crash when error message doesn't contain <TITLE>. trunkTue, 06 Mar 2007 05:17:29 -0800, by yaz
-
[svn] - don't use a vfs buffered source for local files trunkTue, 06 Mar 2007 04:44:26 -0800, by nenolod
-
[svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843. trunkTue, 06 Mar 2007 01:12:16 -0800, by yaz
-
[svn] - reject files which use Ogg container magic trunkMon, 05 Mar 2007 00:28:52 -0800, by nenolod
-
[svn] - aosd: remove no-longer-needed inclusion of pthread.h from aosd_osd.c trunkSun, 04 Mar 2007 17:32:01 -0800, by giacomo
-
[svn] - hide seek bar for unseekable (info->size = 0) stream. trunkSat, 03 Mar 2007 22:55:57 -0800, by yaz
-
[svn] - ishttp() should check string is not NULL. closes #832. trunkSat, 03 Mar 2007 19:27:40 -0800, by yaz
-
[svn] - by unknown reason, http connection via proxy server needs a transfer stop after tag retrieving. trunkSat, 03 Mar 2007 17:36:01 -0800, by yaz
-
[svn] - with fixed curl, read id3 tag over network works now. trunkSat, 03 Mar 2007 05:55:23 -0800, by yaz
-
[svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina). trunkFri, 02 Mar 2007 00:14:11 -0800, by yaz
-
[svn] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata. trunkThu, 01 Mar 2007 20:09:48 -0800, by yaz
-
[svn] - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion trunkThu, 01 Mar 2007 18:22:51 -0800, by giacomo
-
[svn] - determine whether stream is seekable or not by checking duration. it is safe to use with proxy. trunkThu, 01 Mar 2007 06:31:20 -0800, by yaz