log

age author description
Sun, 18 Feb 2007 14:51:23 -0800 nazca [svn] - Tweak to check we found a file extension before using it to prevent segfault trunk
Sun, 18 Feb 2007 03:38:05 -0800 nenolod [svn] - don't crash on startup by passing NULL to opendir(2) trunk
Sun, 18 Feb 2007 00:09:31 -0800 yaz [svn] - remove .depend trunk
Sun, 18 Feb 2007 00:07:48 -0800 yaz [svn] - add lame encoder plugin. not yet hooked up. trunk
Sat, 17 Feb 2007 20:57:15 -0800 nenolod [svn] - make use of playlist->eof effectively. trunk
Sat, 17 Feb 2007 20:50:45 -0800 nenolod [svn] - some further adjustments trunk
Sat, 17 Feb 2007 20:42:10 -0800 nenolod [svn] Rewrote the entire plugin: trunk
Sat, 17 Feb 2007 19:58:29 -0800 nenolod [svn] - wav-sndfile engine: correctly compute the bitrate trunk
Sat, 17 Feb 2007 07:46:52 -0800 chainsaw [svn] Cast those pointers properly, and do not use deprecated GTK+ functions. trunk
Sat, 17 Feb 2007 01:41:14 -0800 nenolod [svn] - remove a bunch of audacious-core cruft trunk
Sat, 17 Feb 2007 01:34:18 -0800 nenolod [svn] - id3tag.h -> audacious/id3tag.h trunk
Sat, 17 Feb 2007 01:32:56 -0800 nenolod [svn] - id3tag.h -> audacious/id3tag.h trunk
Fri, 16 Feb 2007 19:12:45 -0800 nenolod [svn] - disable broken APETag support for now, can cause crashes trunk
Thu, 15 Feb 2007 23:36:36 -0800 nenolod [svn] - disk writer: do effects processing. trunk
Thu, 15 Feb 2007 19:28:20 -0800 yaz [svn] - do not unescape streaming uri. trunk
Thu, 15 Feb 2007 19:04:53 -0800 nenolod [svn] - disable debugging in preparation for alpha5 release trunk
Thu, 15 Feb 2007 17:04:00 -0800 yaz [svn] - fix double free bug in vorbis fileinfo. trunk
Thu, 15 Feb 2007 15:18:39 -0800 mf0102 [svn] - adapted to new INI routines trunk
Thu, 15 Feb 2007 05:10:08 -0800 giacomo [svn] - madplug: check that text is not null before using g_strtod trunk
Wed, 14 Feb 2007 23:23:21 -0800 yaz [svn] - import xmlPathToURI() from libxml2-2.6.27 as audPathToURI(). this function is newly introduced at 2.6.27. trunk
Wed, 14 Feb 2007 18:03:22 -0800 yaz [svn] - strings in audmad_config should be freed before update. thus constant initializer has been replaced with g_strdup(). trunk
Wed, 14 Feb 2007 10:15:53 -0800 nenolod [svn] - make sure audmad_config.id3_format is not NULL. closes #795. trunk
Wed, 14 Feb 2007 07:24:59 -0800 dai [svn] * Update Japanese translation. trunk
Wed, 14 Feb 2007 01:43:35 -0800 nenolod [svn] - fix timing on fades trunk
Tue, 13 Feb 2007 22:58:09 -0800 yaz [svn] - add mms:// as a streaming scheme. trunk
Tue, 13 Feb 2007 22:54:57 -0800 yaz [svn] - screening by extension had not worked. trunk
Tue, 13 Feb 2007 22:10:05 -0800 yaz [svn] - revise input_id3_get_string(). trunk
Tue, 13 Feb 2007 21:50:01 -0800 yaz [svn] temporary fix for SIGSEGV in g_utf8_validate() when xmlURIEscape returns NULL. trunk
Tue, 13 Feb 2007 05:55:00 -0800 yaz [svn] - switch from pseudo delete tag call back to genuine one. trunk
Mon, 12 Feb 2007 21:58:47 -0800 yaz [svn] - remove a debug output. trunk
Mon, 12 Feb 2007 20:02:17 -0800 yaz [svn] libxspf improvements: trunk
Mon, 12 Feb 2007 12:54:12 -0800 nenolod [svn] - add Catalan translation file. Closes #787. trunk
Mon, 12 Feb 2007 10:12:29 -0800 yaz [svn] - follow the changes of libaudid3tag. trunk
Mon, 12 Feb 2007 08:02:53 -0800 giacomo [svn] - aosd: prevent aosd_cleanup from freeing stuff if aosd_init has never been called, closes bug #790 trunk
Mon, 12 Feb 2007 07:20:56 -0800 giacomo [svn] - aosd: completed volume change trigger, works now trunk
Mon, 12 Feb 2007 01:39:53 -0800 nenolod [svn] - update Welsh translation: ~75% completed trunk
Sun, 11 Feb 2007 06:22:20 -0800 yaz [svn] - add rpath to make sure that plugins pick libid3tag up from libdir. trunk
Sun, 11 Feb 2007 05:39:56 -0800 yaz [svn] - make use of integrated libid3tag trunk
Sun, 11 Feb 2007 02:44:18 -0800 nenolod [svn] - filter out .ogg extension trunk
Sun, 11 Feb 2007 01:46:36 -0800 nenolod [svn] - remove some fuzzies trunk
Sun, 11 Feb 2007 01:21:46 -0800 nenolod [svn] - run make update-po trunk
Sun, 11 Feb 2007 01:20:26 -0800 nenolod [svn] - update POTFILES.in. trunk
Sat, 10 Feb 2007 21:50:45 -0800 yaz [svn] - revise save tag callback trunk
Sat, 10 Feb 2007 12:36:14 -0800 nenolod [svn] - patch from Mark Glines to polish up https:// support. trunk
Sat, 10 Feb 2007 12:06:11 -0800 chainsaw [svn] Break out of the loop once we know the length. No using spinning around all day. trunk
Fri, 09 Feb 2007 20:38:32 -0800 yaz [svn] - error code must be initialized. trunk
Fri, 09 Feb 2007 19:38:32 -0800 nenolod [svn] - set CURLOPT_FOLLOWLOCATION to true, closes #771. trunk
Fri, 09 Feb 2007 07:21:13 -0800 giacomo [svn] - aosd: put back override_redirect=True trunk
Thu, 08 Feb 2007 16:20:27 -0800 giacomo [svn] - aosd: revert window type setting trunk
Thu, 08 Feb 2007 09:10:38 -0800 nenolod [svn] - remove the buggy memoryleaking mpg123 and integrate madplug into the trunk
Thu, 08 Feb 2007 01:52:27 -0800 yaz [svn] - remove ID3_FIELD_TEXTENCODING_UTF_16 case. trunk
Thu, 08 Feb 2007 01:14:33 -0800 yaz [svn] revise input_id3_get_string(): trunk
Thu, 08 Feb 2007 00:55:06 -0800 yaz [svn] - now title_override works. trunk
Wed, 07 Feb 2007 23:31:26 -0800 yaz [svn] - revise input_id3_get_string() to take encoding of field into account. trunk
Wed, 07 Feb 2007 18:26:47 -0800 giacomo [svn] - aosd: added window class hints (aosd.Audacious) trunk
Wed, 07 Feb 2007 17:46:12 -0800 giacomo [svn] - aosd: added _NET_WM_WINDOW_TYPE_DOCK to osd window hints trunk
Wed, 07 Feb 2007 10:35:13 -0800 nenolod [svn] - avoid NULL dereference. closes mandriva #28603. trunk
Wed, 07 Feb 2007 03:52:25 -0800 giacomo [svn] - aosd, further work on ghosd source: do not use a override_redirect=true window and give the WM information about initial pos/size of osd (prevents flickering with normal windows); now the osd won't be displayed in multiple workspaces, only in the one where it's initially triggered trunk
Wed, 07 Feb 2007 01:10:37 -0800 yaz [svn] - press F5 on not yet played stream no longer hangs. trunk
Tue, 06 Feb 2007 21:01:15 -0800 yaz [svn] - fix for audmad_is_our_fd() trunk