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
Tue, 06 Feb 2007 12:11:42 -0800 yaz [svn] merge recent changes from yaz's branch. trunk
Mon, 05 Feb 2007 12:28:01 -0800 nenolod [svn] - add madplug. It is not yet hooked up, I'll do that later. trunk
Sun, 04 Feb 2007 16:43:27 -0800 giacomo [svn] - aosd: avoid collision between playback start trigger and titlechange trigger, that occurred when the next file in playlist was played trunk
Sun, 04 Feb 2007 13:40:53 -0800 chainsaw [svn] Obliterate empty tags, just like in mpg123. trunk
Sun, 04 Feb 2007 12:21:34 -0800 nenolod [svn] - remove streaming configuration since it's no longer relevant. trunk
Sun, 04 Feb 2007 12:19:29 -0800 nenolod [svn] - clean up the configure GUI a little. trunk
Sun, 04 Feb 2007 12:12:53 -0800 nenolod [svn] - remove streaming configuration since it's no longer relevant. trunk
Sat, 03 Feb 2007 20:18:59 -0800 nenolod [svn] - Process inline STIL information correctly. trunk
Sat, 03 Feb 2007 20:06:57 -0800 nenolod [svn] - don't fill in tuple fields with "". trunk
Sat, 03 Feb 2007 08:55:23 -0800 yaz [svn] - adaptation for playback API. make cuesheet plugin pass playback->output to real_ip. trunk
Fri, 02 Feb 2007 14:42:27 -0800 nenolod [svn] - handle unavailable tuples better trunk
Fri, 02 Feb 2007 13:43:43 -0800 nenolod [svn] - forgot to svn add trunk
Fri, 02 Feb 2007 13:21:37 -0800 nenolod [svn] - new turkish translation from Murat Senel trunk
Fri, 02 Feb 2007 04:34:35 -0800 giacomo [svn] - aosd: stability fixes for triggers (handle situation where a plentry exists but plentry->title is null) trunk
Thu, 01 Feb 2007 16:46:20 -0800 giacomo [svn] - aosd: add missing aosd_trigger* sources trunk
Thu, 01 Feb 2007 16:45:47 -0800 giacomo [svn] - aosd: replaced polling with hooks; added trigger options as well, working triggers are playback start and title changes trunk
Thu, 01 Feb 2007 11:12:38 -0800 mf0102 [svn] - Uncommented some (obviously unneeded?) stuff -> fixed crash trunk
Thu, 01 Feb 2007 05:10:14 -0800 mf0102 [svn] - Adapted song_change plugin to new hook functions trunk
Thu, 01 Feb 2007 00:20:25 -0800 dai [svn] * Update Japanese translation. trunk
Wed, 31 Jan 2007 12:12:23 -0800 giacomo [svn] - aosd: immediately hide osd window by single clicking (with mouse button 1) on it trunk
Wed, 31 Jan 2007 12:09:03 -0800 giacomo [svn] - aosd: simplify the thread semaphores logic trunk
Wed, 31 Jan 2007 11:50:36 -0800 giacomo [svn] - aosd: extended ghosd source with ghosd_set_event_button_cb to capture and handle button events in osd trunk
Wed, 31 Jan 2007 09:39:22 -0800 giacomo [svn] - aosd: added 'none' decoration, just displays text and optional shadow trunk
Wed, 31 Jan 2007 09:00:15 -0800 giacomo [svn] - aosd: fix typo trunk
Wed, 31 Jan 2007 08:59:20 -0800 giacomo [svn] - aosd: prevent user from setting an excessively large max_width trunk
Wed, 31 Jan 2007 08:42:04 -0800 giacomo [svn] - aosd: added experimental multiple monitor support, plus max_width setting trunk
Tue, 30 Jan 2007 23:14:02 -0800 yaz [svn] tweak xspf plugin to conform xspf specification version 1. trunk
Tue, 30 Jan 2007 13:41:14 -0800 mf0102 [svn] - Cleaned up AAC plugin a bit more, but still couldn't fix the bug trunk
Tue, 30 Jan 2007 12:55:38 -0800 mf0102 [svn] - Fixed crash at opening AAC files trunk
Tue, 30 Jan 2007 11:17:25 -0800 nenolod [svn] - pass a valid InputPlayback handle to the play thread trunk
Tue, 30 Jan 2007 11:05:31 -0800 giacomo [svn] - mpg123: do not try to pick a tuple from http:// sources trunk
Tue, 30 Jan 2007 08:36:50 -0800 giacomo [svn] - converted timidity plugin to InputPlayback trunk
Tue, 30 Jan 2007 08:24:40 -0800 giacomo [svn] - added audacious osd in configure.ac trunk
Tue, 30 Jan 2007 08:04:43 -0800 giacomo [svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS trunk
Mon, 29 Jan 2007 18:35:59 -0800 yaz [svn] - don't percent encode urls beginning with http:// or https:// for now. trunk
Mon, 29 Jan 2007 17:47:57 -0800 yaz [svn] - build fix. adjust prototypes to new input API. trunk
Mon, 29 Jan 2007 09:14:19 -0800 giacomo [svn] - aosd: added missing header in Makefile trunk
Mon, 29 Jan 2007 08:40:14 -0800 giacomo [svn] - aosd: paranoid fixes part 2 trunk
Mon, 29 Jan 2007 08:38:56 -0800 giacomo [svn] - aosd: modified ghosd library source to ignore EINTR when polling trunk
Mon, 29 Jan 2007 07:50:26 -0800 giacomo [svn] - aosd: paranoid fixes trunk
Mon, 29 Jan 2007 07:46:29 -0800 giacomo [svn] - aosd: remove other skin_file manipulation trunk
Mon, 29 Jan 2007 07:00:45 -0800 giacomo [svn] - aosd: do not try to save skin_file, not implemented yet trunk
Mon, 29 Jan 2007 06:40:04 -0800 giacomo [svn] - added Audacious OSD, yet-another-written-from-scratch plugin to display OSD, based on Ghosd library; currently untied from configure, to compile it you have to run make in its directory; will be added to configure after some testing trunk
Mon, 29 Jan 2007 03:34:57 -0800 nenolod [svn] - fix seek() routine for InputPlayback API. trunk
Mon, 29 Jan 2007 03:33:15 -0800 nenolod [svn] - update to new plugin API trunk
Mon, 29 Jan 2007 03:26:26 -0800 nenolod [svn] - update to new input plugin API trunk
Mon, 29 Jan 2007 03:14:02 -0800 nenolod [svn] - make this compile again trunk
Sun, 28 Jan 2007 22:42:40 -0800 iabervon [svn] Fix a dumb mistake, and also use generic flags and get_time. trunk
Sun, 28 Jan 2007 22:15:52 -0800 iabervon [svn] Fix sid for current API. trunk
Sun, 28 Jan 2007 22:14:55 -0800 iabervon [svn] Use InputPlayback standard flags in mpg123, drop set_time(). trunk
Sun, 28 Jan 2007 21:09:12 -0800 iabervon [svn] Convert plugins to use InputPlayback.output instead of InputPlugin.output trunk
Sun, 28 Jan 2007 17:41:50 -0800 kiyoshi [svn] made null always build trunk
Sun, 28 Jan 2007 17:02:41 -0800 iabervon [svn] Update plugins to the new input plugin API trunk
Sun, 28 Jan 2007 14:37:17 -0800 nenolod [svn] - fix vorbis fileinfo stuff trunk
Sun, 28 Jan 2007 03:51:32 -0800 chainsaw [svn] Count leading zeroes as PPC assembler. Implemented by Joseph Jezak (JoseJX) from Gentoo. trunk
Sun, 28 Jan 2007 02:32:41 -0800 nenolod [svn] - User-Agent: Audacious/$version (curl transport) trunk
Sat, 27 Jan 2007 16:37:02 -0800 chainsaw [svn] If we are controlling a mono mixer component, ignore balance gracefully rather than muting the audio when the slider is moved to the left. trunk
Sat, 27 Jan 2007 06:48:17 -0800 nenolod [svn] - include a valid length trunk
Sat, 27 Jan 2007 06:35:52 -0800 nenolod [svn] - submit gerpok tracks on immediate playback begin trunk
Sat, 27 Jan 2007 06:10:29 -0800 mf0102 [svn] - adapted plugin to use new formatter (without xmms_ prefix) trunk
Thu, 25 Jan 2007 22:52:52 -0800 nenolod [svn] - change some references for long to int, reported by and patch by trunk
Thu, 25 Jan 2007 22:27:29 -0800 nenolod [svn] - who the fuck put that there trunk
Thu, 25 Jan 2007 21:44:10 -0800 nenolod [svn] - songchange: use asynchronous hooks instead of a polling event trunk
Thu, 25 Jan 2007 13:21:21 -0800 alxorlov [svn] Update russian translation trunk
Thu, 25 Jan 2007 06:55:33 -0800 dai [svn] * Update Japanese translation. trunk
Thu, 25 Jan 2007 04:50:20 -0800 nenolod [svn] - this should have been a VFSVorbisFile, not a direct VFS fd trunk
Thu, 25 Jan 2007 04:43:18 -0800 nenolod [svn] - display the stream title if it's available, like in mp3 streams trunk
Thu, 25 Jan 2007 01:39:09 -0800 nenolod [svn] - fix a warning trunk
Tue, 23 Jan 2007 20:19:01 -0800 iabervon [svn] Support for writing downloaded data to a file (no UI provided yet). trunk
Tue, 23 Jan 2007 16:44:29 -0800 giacomo [svn] - made popup window use audacious_fileinfopopup_show_from_title if track_name and song length is not available trunk
Tue, 23 Jan 2007 09:21:15 -0800 nenolod [svn] - portability fixes for solaris trunk
Tue, 23 Jan 2007 06:25:58 -0800 nenolod [svn] - handle OV_HOLE gracefully trunk
Tue, 23 Jan 2007 06:24:14 -0800 nenolod [svn] - some tweaks trunk
Tue, 23 Jan 2007 06:22:01 -0800 nenolod [svn] - remove other debug notices trunk
Tue, 23 Jan 2007 06:20:09 -0800 nenolod [svn] - treat all failures the same. this is XIPH. we're not going to ever be trunk
Tue, 23 Jan 2007 04:34:30 -0800 nenolod [svn] - kill dumb debug notice trunk
Tue, 23 Jan 2007 04:33:51 -0800 nenolod [svn] - make sure g_mutex_unlock(vf_mutex); is done trunk
Tue, 23 Jan 2007 04:31:53 -0800 nenolod [svn] - support ice-name: icecast2 header trunk
Tue, 23 Jan 2007 04:14:48 -0800 nenolod [svn] - fix uninitialized value conditional jump, maybe it will help trunk
Tue, 23 Jan 2007 03:00:28 -0800 yaz [svn] - if the performer of a track is not specified in cue sheet, the performer of the album will be used. trunk
Mon, 22 Jan 2007 22:23:12 -0800 nenolod [svn] - update welsh translation: trunk
Mon, 22 Jan 2007 22:14:42 -0800 nenolod [svn] - update welsh translation: trunk
Mon, 22 Jan 2007 19:31:27 -0800 nenolod [svn] - some more work here: trunk
Mon, 22 Jan 2007 18:53:19 -0800 nenolod [svn] - add config.h includes where needed trunk
Mon, 22 Jan 2007 18:41:17 -0800 nenolod [svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support trunk
Mon, 22 Jan 2007 14:56:02 -0800 giacomo [svn] - metronom: use g_malloc in place of malloc trunk
Mon, 22 Jan 2007 14:52:22 -0800 giacomo [svn] - mpg123: fix warnings in compilation, added function prototype to common.h trunk
Mon, 22 Jan 2007 13:35:34 -0800 giacomo [svn] - flac 112 plugin: last fix; hopefully, everything is ok now; for both 112 and 113 playback works and http stream works trunk
Mon, 22 Jan 2007 13:30:28 -0800 giacomo [svn] - flac 113 plugin: do not try to pick tuple from file if file is not accessible via stdio (and stop crashing when such attempts are done); TODO: pick tags from flac via vfs trunk
Mon, 22 Jan 2007 12:32:00 -0800 giacomo [svn] - flac 112 plugin: do not try to pick tuple from file if file is not accessible via stdio (and stop crashing when such attempts are done); TODO: pick tags from flac via vfs trunk
Mon, 22 Jan 2007 12:21:31 -0800 giacomo [svn] - refinements for getc/ungetc in curl trunk
Mon, 22 Jan 2007 10:36:50 -0800 giacomo [svn] - add missing inclusion of audacious/strings.h where necessary trunk
Mon, 22 Jan 2007 10:32:03 -0800 giacomo [svn] - re-add code that was accidentally removed after merge of getc/ungetc implementation trunk
Mon, 22 Jan 2007 09:47:19 -0800 nenolod [svn] - add some presets i had sitting around trunk
Mon, 22 Jan 2007 09:20:08 -0800 giacomo [svn] - flac 113 plugin: get rid of old http options in ui trunk
Mon, 22 Jan 2007 09:08:16 -0800 giacomo [svn] - flac 113 plugin: get rid of http.c and http.h stuff in flac 113 as well trunk
Mon, 22 Jan 2007 08:58:57 -0800 nenolod [svn] - update-po trunk
Mon, 22 Jan 2007 08:46:58 -0800 giacomo [svn] - flac 112 plugin: small ui updates trunk
Mon, 22 Jan 2007 08:42:50 -0800 giacomo [svn] - flac 112 plugin: removed ui options related to old http support trunk
Mon, 22 Jan 2007 08:32:48 -0800 giacomo [svn] - flac 112 plugin: removed http.c and http.h, plus some fixes trunk
Mon, 22 Jan 2007 08:27:39 -0800 giacomo [svn] - removed http code from flac 112 plugin; still have to remove http options from gui trunk
Mon, 22 Jan 2007 06:19:50 -0800 giacomo [svn] - written ungetc for curl vfs plugin (works along with getc, fread, ftell, feof, fseek) trunk
Mon, 22 Jan 2007 05:15:36 -0800 nenolod [svn] - add japanese translation from dai trunk
Mon, 22 Jan 2007 01:00:29 -0800 nenolod [svn] - newvfs probing trunk
Sun, 21 Jan 2007 22:18:40 -0800 iabervon [svn] Fix case in curl where icecast metadata is wrapped around the end of trunk
Sun, 21 Jan 2007 22:15:24 -0800 nenolod [svn] - don't depend on feof here, as it's reliability is not guaranteed. trunk
Sun, 21 Jan 2007 22:14:15 -0800 nenolod [svn] - tweak behaviour a little trunk
Sun, 21 Jan 2007 22:03:41 -0800 nenolod [svn] - fix trunk
Sun, 21 Jan 2007 21:45:52 -0800 nenolod [svn] - mms transport trunk
Sun, 21 Jan 2007 21:15:15 -0800 nenolod [svn] - remove broken mms code, libmms-based transport in progress trunk
Sun, 21 Jan 2007 21:01:41 -0800 nenolod [svn] - ssl support (no idea why, but hey, we can!) trunk
Sun, 21 Jan 2007 20:51:22 -0800 nenolod [svn] - URIs are now passed naked instead of mangled by the VFS subsystem. trunk
Sun, 21 Jan 2007 20:25:59 -0800 nenolod [svn] - labotomize the ffmpeg I/O code, making it an over-engineered VFS trunk
Sun, 21 Jan 2007 20:09:18 -0800 nenolod [svn] - ignore CURLE_PARTIAL_FILE, as this can happen in some cases and is trunk
Sun, 21 Jan 2007 19:55:50 -0800 nenolod [svn] - decrement handle->rd_abs when we do an ungetc. trunk
Sun, 21 Jan 2007 19:48:38 -0800 nenolod [svn] - enforce UINT in charstack trunk
Sun, 21 Jan 2007 19:46:43 -0800 nenolod [svn] - fix getc emulation trunk
Sun, 21 Jan 2007 19:36:36 -0800 nenolod [svn] - getc/ungetc emulation trunk
Sun, 21 Jan 2007 16:08:19 -0800 giacomo [svn] flac 113 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage) trunk
Sun, 21 Jan 2007 16:03:30 -0800 giacomo [svn] flac 112 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage) trunk
Sun, 21 Jan 2007 15:34:56 -0800 giacomo [svn] flac 113 plugin: small fixes trunk
Sun, 21 Jan 2007 15:33:20 -0800 giacomo [svn] flac 112 plugin: disabled built-in http stream support trunk
Sun, 21 Jan 2007 15:15:38 -0800 giacomo [svn] flac 112 plugin: playback and detection use vfs; current situation is pretty similar to the one of flac 113 plugin trunk
Sun, 21 Jan 2007 11:17:52 -0800 giacomo [svn] - flac 113 plugin: allow to do seek and other operations on http sources trunk
Sun, 21 Jan 2007 11:00:54 -0800 giacomo [svn] - flac 113 plugin: placed a label in configure dialog, explaning that stream options are currently ignored trunk
Sun, 21 Jan 2007 10:40:40 -0800 giacomo [svn] - flac 113 plugin: moved to vfs for file detection and playback; plays http files as well, but it does not use flac/http.c code to do it, so there's no metadata parsing and flac http options are ignored; flac tags are still read directly from stdio, with checks that prevents tag reading if file is not stdio-readable trunk
Sun, 21 Jan 2007 04:51:28 -0800 nenolod [svn] - turn debugging back off trunk
Sun, 21 Jan 2007 04:01:04 -0800 nenolod [svn] - do not close FDs that do not belong to us. trunk
Sun, 21 Jan 2007 03:56:43 -0800 hansmi [svn] Set file->base trunk
Sun, 21 Jan 2007 03:53:28 -0800 nenolod [svn] - fix a logic error trunk
Sun, 21 Jan 2007 03:52:04 -0800 nenolod [svn] - use VFSVorbisFile class for tuple builder trunk
Sun, 21 Jan 2007 03:32:15 -0800 nenolod [svn] - touch .depend after blanking it out trunk
Sun, 21 Jan 2007 03:01:06 -0800 nenolod [svn] - remove .depend on make clean trunk
Sun, 21 Jan 2007 02:56:22 -0800 nenolod [svn] - whoever wrote this plugin was a jerk trunk
Sun, 21 Jan 2007 02:40:50 -0800 nenolod [svn] - cleanups trunk
Sun, 21 Jan 2007 02:38:15 -0800 nenolod [svn] - remove integrated http in lieu of builtin vorbis http trunk
Sun, 21 Jan 2007 02:35:18 -0800 nenolod [svn] - newvfs probing support trunk
Sun, 21 Jan 2007 02:21:50 -0800 nenolod [svn] - fix weird "(null) (Radioseven - www.radioseven.se)" glitch trunk
Sun, 21 Jan 2007 02:18:37 -0800 nenolod [svn] - use g_new0 trunk
Sun, 21 Jan 2007 02:16:17 -0800 nenolod [svn] - stuff from vfs_get_metadata is already strdup'd trunk
Sun, 21 Jan 2007 02:15:05 -0800 nenolod [svn] - remove http.c trunk
Sun, 21 Jan 2007 02:11:26 -0800 nenolod [svn] - only parse handed-off shoutcast information on streams trunk
Sun, 21 Jan 2007 02:09:42 -0800 nenolod [svn] - fix crash trunk
Sun, 21 Jan 2007 01:55:08 -0800 nenolod [svn] - always make sure the returned data is strdup'd trunk
Sun, 21 Jan 2007 01:49:43 -0800 nenolod [svn] - implement mpgdec_metadata() trunk
Sat, 20 Jan 2007 23:31:12 -0800 iabervon [svn] Handle inline metadata. Parsing of tags needs work before it will not crash on trunk
Sat, 20 Jan 2007 21:40:49 -0800 iabervon [svn] Provide "name" metadata when the url is a shoutcast stream. trunk
Fri, 19 Jan 2007 11:05:40 -0800 giacomo [svn] - sid plugin: removed plugin option to check files by content, that kind of option is handled by the player trunk
Fri, 19 Jan 2007 10:55:44 -0800 giacomo [svn] - added is_our_file_from_vfs function to sid, for both libsidplay v1 and v2 trunk
Fri, 19 Jan 2007 09:56:06 -0800 giacomo [svn] - modified the sid plugin to use vfs, for both libsidplay v1 and v2; still requires testing and some work in the is_our_file part trunk
Fri, 19 Jan 2007 04:46:00 -0800 giacomo [svn] - updated amidi-plug to the new plugin API trunk
Thu, 18 Jan 2007 18:52:45 -0800 iabervon [svn] Time out curl connections eventually, and don't retry them on the same VFSFile. trunk
Wed, 17 Jan 2007 10:50:00 -0800 js [svn] D'oh, a 2 was missing. trunk
Wed, 17 Jan 2007 10:49:17 -0800 js [svn] Fixed possible buffer overflow. trunk
Wed, 17 Jan 2007 09:14:03 -0800 giacomo [svn] - evdev-plug: added volume->mute and win->jumptofile actions trunk
Wed, 17 Jan 2007 08:52:04 -0800 giacomo [svn] - status icon plugin: better logic for KWin workaround trunk
Wed, 17 Jan 2007 08:46:53 -0800 giacomo [svn] - status icon plugin: added a workaround to handle situations where KWin doesn't give a correct size for tray icons trunk
Wed, 17 Jan 2007 08:27:05 -0800 giacomo [svn] - use xmms_show_message for the about box trunk
Wed, 17 Jan 2007 03:34:44 -0800 giacomo [svn] - status icon plugin: use scroll wheel on the status icon to change volume trunk
Wed, 17 Jan 2007 03:13:34 -0800 giacomo [svn] - status icon plugin: display main menu on right click trunk
Wed, 17 Jan 2007 00:56:53 -0800 nenolod [svn] - various overflow and security-related fixes from XMMS2 (mainly Juho Vaha-Herttua, et al) trunk
Wed, 17 Jan 2007 00:29:28 -0800 nenolod [svn] - remove broken iTunes 4/5 DRM support due to portability issues trunk
Wed, 17 Jan 2007 00:23:22 -0800 nenolod [svn] - remove visual studio file from src/aac/mp4ff trunk
Tue, 16 Jan 2007 19:40:59 -0800 giacomo [svn] status icon plugin: ensure that the size-allocate signal is called for the tray icon widget trunk
Tue, 16 Jan 2007 16:59:59 -0800 nenolod [svn] - chase dirbrowser removal trunk
Tue, 16 Jan 2007 15:00:41 -0800 alxorlov [svn] Add string "ru" to po/LINGUAS trunk
Tue, 16 Jan 2007 14:41:44 -0800 alxorlov [svn] Add russian translation trunk
Tue, 16 Jan 2007 13:14:04 -0800 giacomo [svn] - status icon plugins: provide a couple of different icon pixmap files trunk
Tue, 16 Jan 2007 12:50:30 -0800 js [svn] One more. Seems like one meant id3v1, not id3v2 for the 30 char limit. trunk
Tue, 16 Jan 2007 12:47:04 -0800 js [svn] I committed too fast, there was even more. trunk
Tue, 16 Jan 2007 12:41:40 -0800 js [svn] Fix of possible buffer overflow. trunk
Tue, 16 Jan 2007 12:17:06 -0800 giacomo [svn] - status icon plugin: try to auto-detect the correct size for the status icon trunk
Tue, 16 Jan 2007 10:34:12 -0800 giacomo [svn] - status icon plugin: made a tooltip popup that displays metadata of the current song trunk
Mon, 15 Jan 2007 14:04:11 -0800 giacomo [svn] - evdev-plug: check that the player local datadir exists before attempting to create evdev-plug.conf trunk
Mon, 15 Jan 2007 13:25:41 -0800 giacomo [svn] - amidiplug: on midi backend init, pass a function that helps the backend to get the location of amidi-plug.conf trunk
Mon, 15 Jan 2007 12:46:38 -0800 giacomo [svn] - make amidi-plug use audacious_get_localdir() trunk
Mon, 15 Jan 2007 12:38:45 -0800 giacomo [svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir trunk
Mon, 15 Jan 2007 12:02:09 -0800 giacomo [svn] - add missing config.h inclusion for wavpack, null and metronom plugin trunk
Mon, 15 Jan 2007 11:54:32 -0800 giacomo [svn] - added status icon plugin (written from scratch, with code from gtk 2.10) trunk
Mon, 15 Jan 2007 08:33:07 -0800 nenolod [svn] - remove blanket http:// grabbing -- probing for mp3 now works by VFS trunk
Mon, 15 Jan 2007 02:48:34 -0800 kiyoshi [svn] pause functionality should play if not already playing, now trunk
Sun, 14 Jan 2007 23:53:59 -0800 iabervon [svn] Support shoutcast (over TCP) with VFS HTTP code. mpg123 has to accept trunk
Sun, 14 Jan 2007 22:39:39 -0800 nenolod [svn] - buildsystem glue for curl http:// transport trunk
Sun, 14 Jan 2007 22:34:57 -0800 iabervon [svn] Add code for a plugin to use CURL for http. Needs some build-system trunk
Sun, 14 Jan 2007 22:31:16 -0800 iabervon [svn] Use a VFSFile instead of the built-in http, if the VFS supports it. trunk
Sun, 14 Jan 2007 19:32:17 -0800 nenolod [svn] - fix dependency generation trunk
Sun, 14 Jan 2007 19:04:03 -0800 nenolod [svn] - fix dependency generation (CFLAGS was not set) trunk
Sun, 14 Jan 2007 18:59:41 -0800 nenolod [svn] - gettext requires mkinstalldirs (todo: OBJECTIVE_PO omk instruction) trunk
Sun, 14 Jan 2007 17:57:10 -0800 giacomo [svn] - turn debug off for evdev-plug trunk
Sun, 14 Jan 2007 17:55:24 -0800 giacomo [svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems trunk
Sun, 14 Jan 2007 02:35:15 -0800 mf0102 [svn] More xmms_create_dirbrowser cleanup trunk
Sat, 13 Jan 2007 15:22:28 -0800 mf0102 [svn] Replaced xmms_create_dir_browser trunk
Sat, 13 Jan 2007 14:52:28 -0800 nenolod [svn] - rovascope: more randomization trunk
Sat, 13 Jan 2007 08:27:42 -0800 hansmi [svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop." trunk
Fri, 12 Jan 2007 12:09:00 -0800 nenolod [svn] - objective-make autodepend fixes trunk
Thu, 11 Jan 2007 09:31:39 -0800 nemo [svn] Default to digital audio extraction trunk
Tue, 09 Jan 2007 02:23:38 -0800 chainsaw [svn] Correct earlier commit message. trunk
Mon, 08 Jan 2007 14:18:53 -0800 chainsaw [svn] Whoever reverted r1937, stop blowing holing in my ship! trunk
Sat, 06 Jan 2007 09:42:15 -0800 hansmi [svn] Add German trunk
Sat, 06 Jan 2007 09:37:42 -0800 hansmi [svn] Add German translation, not fully done yet. trunk
Sat, 06 Jan 2007 07:40:46 -0800 hansmi [svn] - Rework and clean up code trunk
Sat, 06 Jan 2007 02:00:15 -0800 nenolod [svn] - select waves randomly trunk
Sat, 06 Jan 2007 01:59:37 -0800 nenolod [svn] - actuatorbin.c was missing. trunk
Sat, 06 Jan 2007 01:57:34 -0800 nenolod [svn] - rovascope -- a variant of the paranormal visualization engine that is trunk
Fri, 05 Jan 2007 19:31:47 -0800 nenolod [svn] - update to Objective-Make II trunk
Fri, 05 Jan 2007 04:54:33 -0800 giacomo [svn] - removed gdk_threads_enter/leave from song_change.c, it's not needed here and brings troubles too trunk
Thu, 04 Jan 2007 14:15:14 -0800 nenolod [svn] - new default preset trunk
Wed, 03 Jan 2007 15:24:10 -0800 kiyoshi [svn] Replace xmms_create_dir_browser & fix other issues. Patch by external contributor Michael Faerber <01mf02 -at- gmail.com> trunk
Wed, 03 Jan 2007 12:45:05 -0800 nenolod [svn] - reopen on flush(0) trunk
Tue, 02 Jan 2007 22:28:23 -0800 nenolod [svn] - chase prefswin -> ui_preferences in audacious core trunk
Fri, 29 Dec 2006 04:53:41 -0800 yaz [svn] - add connection timeout option to curl_easy_perform(). hopefully, audacious can quit smoothly even though last.fm server goes down. trunk
Thu, 28 Dec 2006 17:19:22 -0800 chainsaw [svn] Play those supertux tunes. trunk
Thu, 28 Dec 2006 02:57:42 -0800 yaz [svn] - add DYEAR and DGENRE support. trunk
Sun, 24 Dec 2006 07:08:26 -0800 hansmi [svn] Add .s3m to allowed extensions, reported by Chainsaw. trunk
Sat, 23 Dec 2006 14:46:28 -0800 hansmi [svn] Fix endian issues on ppc32. trunk
Fri, 22 Dec 2006 15:34:37 -0800 chainsaw [svn] Portability fix for PPC64 (64-bit userland). trunk
Thu, 21 Dec 2006 18:23:33 -0800 nenolod [svn] - oh wait, yaz fixed this already trunk
Thu, 21 Dec 2006 18:22:00 -0800 nenolod [svn] - back out po target until Makefile is generated properly trunk
Thu, 21 Dec 2006 12:49:30 -0800 nenolod [svn] Fix: trunk
Wed, 20 Dec 2006 03:51:01 -0800 nenolod [svn] - ensure that HTTP streams are connection: close. trunk
Mon, 18 Dec 2006 23:45:10 -0800 yaz [svn] - build fix trunk
Mon, 18 Dec 2006 12:25:28 -0800 nenolod [svn] - translation framework trunk
Mon, 18 Dec 2006 12:03:57 -0800 nenolod [svn] - add infrastructure for plugin i18n trunk
Sun, 17 Dec 2006 08:46:44 -0800 giacomo [svn] reverted to 844, to be re-reconsidered later trunk
Sun, 17 Dec 2006 07:06:34 -0800 giacomo [svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious trunk
Sat, 16 Dec 2006 02:56:32 -0800 giacomo [svn] - updated m3u.c, xspf.c, pls.c to use the playlist->mutex and no more playlist_get trunk
Fri, 15 Dec 2006 21:24:10 -0800 nenolod [svn] - some improvements for chiptune expansion efficiency trunk
Fri, 15 Dec 2006 21:23:09 -0800 nenolod [svn] - don't use deprecated function playlist_get(). trunk
Fri, 15 Dec 2006 17:11:51 -0800 nenolod [svn] - fix wav.c improper initialization of wav_fmts() trunk
Thu, 14 Dec 2006 18:24:21 -0800 nenolod [svn] - really fix HES/other multitrack this time trunk
Thu, 14 Dec 2006 18:12:13 -0800 nenolod [svn] - avoid opening VFS FDs for track URIs where we know that the file is valid trunk
Thu, 14 Dec 2006 18:08:50 -0800 nenolod [svn] - change use of printf to g_warning() and g_critical() where appropriate. trunk
Wed, 13 Dec 2006 20:21:23 -0800 nenolod [svn] - fix trunk
Wed, 13 Dec 2006 19:45:13 -0800 nenolod [svn] - extension assist for libconsole trunk
Wed, 13 Dec 2006 17:55:28 -0800 nenolod [svn] - support extension assist for sid files trunk
Wed, 13 Dec 2006 00:39:31 -0800 yaz [svn] - ar should pick changes trunk
Tue, 12 Dec 2006 20:22:14 -0800 nenolod [svn] - fix vorbis exttable trunk
Tue, 12 Dec 2006 20:10:43 -0800 nenolod [svn] - fix MP4 extension table trunk
Tue, 12 Dec 2006 19:43:58 -0800 nenolod [svn] - extension-assist for wav files trunk
Tue, 12 Dec 2006 19:43:23 -0800 nenolod [svn] - finalize the plugin-side of the extension-assist ABI trunk
Tue, 12 Dec 2006 19:03:49 -0800 nenolod [svn] - missing NULL trunk
Tue, 12 Dec 2006 19:03:11 -0800 nenolod [svn] - add support for modplug extension probe trunk
Tue, 12 Dec 2006 18:54:33 -0800 nenolod [svn] - this shouldn't have been committed yet trunk
Tue, 12 Dec 2006 18:54:01 -0800 nenolod [svn] - add support for extension probing to many plugins. trunk
Mon, 11 Dec 2006 23:40:19 -0800 nenolod [svn] - improve dyntrans some more trunk
Mon, 11 Dec 2006 22:56:12 -0800 nenolod [svn] - speed up dyntrans a little trunk
Mon, 11 Dec 2006 22:16:54 -0800 nenolod [svn] - add support for polar coordinates. trunk
Mon, 11 Dec 2006 06:07:12 -0800 nenolod [svn] - make scrobbler behave better trunk
Mon, 11 Dec 2006 05:19:44 -0800 nenolod [svn] - fix other plugins dependant on the playlist framework trunk
Mon, 11 Dec 2006 05:15:01 -0800 nenolod [svn] - nevermind, m3u did need an update. trunk
Mon, 11 Dec 2006 05:13:54 -0800 nenolod [svn] - update playlist code. M3U was simple and did not require anything special. trunk
Mon, 11 Dec 2006 02:55:54 -0800 yaz [svn] - build fix. trunk
Mon, 11 Dec 2006 01:13:09 -0800 nenolod [svn] - support Title[0-9,{1-4}] entries. trunk
Sun, 10 Dec 2006 22:50:34 -0800 nenolod [svn] - add support for projectM trunk
Sun, 10 Dec 2006 22:10:32 -0800 yaz [svn] - fix for potential bug. trunk
Sun, 10 Dec 2006 20:33:47 -0800 yaz [svn] cuesheet improvement: trunk
Sun, 10 Dec 2006 01:53:35 -0800 kiyoshi [svn] Move supported formats to plugin info, rename plugin to 'Game console audio module decoder'. trunk
Sun, 10 Dec 2006 01:14:33 -0800 yaz [svn] - add missing code trunk
Sat, 09 Dec 2006 08:32:41 -0800 yaz [svn] - replace g_usleep() with g_cond_timed_wait() trunk
Sat, 09 Dec 2006 05:52:12 -0800 nenolod [svn] - you know, it'd help if binio were better documented. trunk
Sat, 09 Dec 2006 05:29:06 -0800 giacomo [svn] prevent adplug makefile from pointlessly trying to link source files in the core library trunk
Sat, 09 Dec 2006 03:37:53 -0800 nenolod [svn] - add support for hatena (experimental) trunk
Sat, 09 Dec 2006 02:55:44 -0800 nenolod [svn] - fix some configure behaviour regarding Gerpok trunk
Sat, 09 Dec 2006 02:43:27 -0800 nenolod [svn] - handle no account data gracefully (e.g. you only use one of the trunk
Sat, 09 Dec 2006 02:36:47 -0800 nenolod [svn] - make sure username is NULL trunk
Fri, 08 Dec 2006 19:34:32 -0800 nenolod [svn] - rename plugin glue to plugin.c trunk
Fri, 08 Dec 2006 19:33:49 -0800 nenolod [svn] - turn debugging off by default trunk
Fri, 08 Dec 2006 19:31:43 -0800 nenolod [svn] - Merge audacious-scrobbler III, new features include: trunk
Fri, 08 Dec 2006 17:52:54 -0800 nenolod [svn] - mute the soundcard if volume is 0. trunk
Fri, 08 Dec 2006 03:27:31 -0800 nenolod [svn] - port from fmemopen() to vfs_buffer_new_from_string(). trunk
Thu, 07 Dec 2006 15:20:41 -0800 nenolod [svn] - merge in blargg's changes trunk
Wed, 06 Dec 2006 07:57:05 -0800 nenolod [svn] - fix fprovide.[cxx,h] -- they were the wrong revision trunk
Wed, 06 Dec 2006 07:37:05 -0800 nenolod [svn] - implement virtual class to use VFS through binio trunk
Wed, 06 Dec 2006 05:09:57 -0800 nenolod [svn] - some more presets trunk
Tue, 05 Dec 2006 22:29:56 -0800 nenolod [svn] - note that the dynamic transform is slow trunk
Tue, 05 Dec 2006 14:10:31 -0800 nenolod [svn] - implement AVS-like Trans / Dynamic Movement trunk
Tue, 05 Dec 2006 04:02:51 -0800 kiyoshi [svn] Goodbye, is_our_file! trunk
Tue, 05 Dec 2006 03:40:04 -0800 nenolod [svn] - apply_xform(): check for NULL vfield (broken scripts) trunk
Tue, 05 Dec 2006 02:16:09 -0800 nenolod [svn] - add Trans / Movement implementation trunk
Tue, 05 Dec 2006 01:07:41 -0800 kiyoshi [svn] Remove old-style is_our_file() where a new-style is_our_fd() exists trunk
Mon, 04 Dec 2006 15:26:12 -0800 nenolod [svn] - remove gnomevfs reference trunk
Mon, 04 Dec 2006 13:50:33 -0800 nenolod [svn] - portability fixes: trunk
Mon, 04 Dec 2006 13:18:25 -0800 nenolod [svn] - remove xentry.h reference trunk
Mon, 04 Dec 2006 01:07:59 -0800 nazca [svn] Well I think it's pretty trunk
Sat, 02 Dec 2006 18:17:14 -0800 chainsaw [svn] Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update. trunk
Sat, 02 Dec 2006 14:43:27 -0800 nenolod [svn] - some OSes use macros for some f*() functions, therefore make sure we trunk
Fri, 01 Dec 2006 00:03:10 -0800 nenolod [svn] - disable the playlist when loading = false. trunk
Thu, 30 Nov 2006 23:08:19 -0800 nenolod [svn] - should return -1, not 1. trunk
Thu, 30 Nov 2006 23:02:05 -0800 nenolod [svn] - what would we have ever done without Aerdan? trunk
Thu, 30 Nov 2006 22:57:16 -0800 nenolod [svn] - make this more robust trunk
Thu, 30 Nov 2006 22:50:44 -0800 nenolod [svn] - fix is_our_file() behaviour trunk
Thu, 30 Nov 2006 21:22:11 -0800 nenolod [svn] - return -1 (nonfatal error) in legacy is_our_file. trunk
Thu, 30 Nov 2006 21:08:17 -0800 nenolod [svn] - make multitrack mods work again trunk
Thu, 30 Nov 2006 20:20:30 -0800 nenolod [svn] - use blargg's fix instead trunk
Thu, 30 Nov 2006 20:18:38 -0800 nenolod [svn] - if buf.size() == 0, bail trunk
Thu, 30 Nov 2006 19:54:33 -0800 nenolod [svn] - merge libconsole-blargg into mainline libconsole: trunk
Wed, 29 Nov 2006 14:42:11 -0800 chainsaw [svn] Metronom (a.k.a. tact generator) input plugin, ported from XMMS. trunk
Tue, 28 Nov 2006 12:09:34 -0800 nenolod [svn] - MirBSD support from <bsiegert -at gmx.de> trunk
Mon, 27 Nov 2006 18:10:41 -0800 nenolod [svn] - be more robust trunk
Sun, 26 Nov 2006 19:47:44 -0800 jerome [svn] Allow modyfing configuration before loading Paranormal, without crashing. trunk
Sun, 26 Nov 2006 11:45:22 -0800 nenolod [svn] - fix debian BTFS on arm trunk
Sun, 26 Nov 2006 00:50:00 -0800 yaz [svn] - get_song_info() in some plugins, typically wav, would crash with NULL argument. trunk
Sat, 25 Nov 2006 20:10:34 -0800 nenolod [svn] - fix trunk
Sat, 25 Nov 2006 19:48:27 -0800 nenolod [svn] - cuesheet plugin improvements via hiro @ audacious boards trunk
Fri, 24 Nov 2006 03:27:57 -0800 chainsaw [svn] Path saving functionality by TiCPU on #audacious. Whitespace fixed, again. trunk
Thu, 23 Nov 2006 20:20:01 -0800 nenolod [svn] - pluginize the transport layer. trunk
Thu, 23 Nov 2006 00:28:10 -0800 nenolod [svn] - add a preset by ticpu trunk
Thu, 23 Nov 2006 00:02:25 -0800 nenolod [svn] - add pn_draw_dot() and convert some functions to use that instead of redundant checks all over the code. trunk
Wed, 22 Nov 2006 23:00:31 -0800 nenolod [svn] - damn shift key trunk
Wed, 22 Nov 2006 22:59:26 -0800 nenolod [svn] - improve beat detection trunk
Wed, 22 Nov 2006 22:46:16 -0800 nenolod [svn] - i've done a lot of this trunk
Wed, 22 Nov 2006 22:41:39 -0800 nenolod [svn] - another 3d preset trunk
Wed, 22 Nov 2006 22:25:50 -0800 nenolod [svn] - add a demo preset for the new programmable scope. trunk
Wed, 22 Nov 2006 21:57:19 -0800 nenolod [svn] - make linedrawing code support offscreen surfaces more robustly. trunk
Wed, 22 Nov 2006 21:44:54 -0800 nenolod [svn] - better default values for Scope. trunk
Wed, 22 Nov 2006 21:30:18 -0800 nenolod [svn] - fix handling of strings trunk
Wed, 22 Nov 2006 20:25:17 -0800 yaz [svn] - modify parser.y for warnings trunk
Wed, 22 Nov 2006 15:29:31 -0800 nenolod [svn] - i hate the world. trunk
Wed, 22 Nov 2006 14:52:47 -0800 nenolod [svn] - hook up scope trunk
Wed, 22 Nov 2006 14:52:05 -0800 nenolod [svn] - Scope implementation, not yet hooked up. trunk
Wed, 22 Nov 2006 14:13:24 -0800 nenolod [svn] - make wavpack/wavpack.h include forced extern "C". trunk
Wed, 22 Nov 2006 09:55:20 -0800 yaz [svn] - add TrueAudio plugin trunk
Wed, 22 Nov 2006 09:53:40 -0800 yaz [svn] - bump version to 1.3.0 trunk
Wed, 22 Nov 2006 04:51:29 -0800 yaz [svn] - fix for buffer usage in cddb.c by Richard Chan <rspchan -at starhub.net.sg> trunk
Tue, 21 Nov 2006 22:09:05 -0800 nenolod [svn] - add formal support for objective make overlays. this needs testing on BSD, but should work as I only used posix-compliant commands. trunk
Mon, 20 Nov 2006 19:45:10 -0800 yaz [svn] - revise CXXFLAGS fix. trunk
Mon, 20 Nov 2006 19:41:23 -0800 yaz [svn] - fix flac113 crashes at startup time. trunk
Mon, 20 Nov 2006 18:24:07 -0800 nenolod [svn] - wavpack/wputils.h is deprecated, wavpack/wavpack.h should be used instead. trunk
Mon, 20 Nov 2006 14:35:24 -0800 nenolod [svn] - some base code for Scope, not yet enabled. trunk
Mon, 20 Nov 2006 13:26:09 -0800 nenolod [svn] - add libcalc from xvs and link to build trunk
Mon, 20 Nov 2006 13:06:08 -0800 nenolod [svn] - pinch xvs's beat detection algorithm. trunk
Mon, 20 Nov 2006 09:06:45 -0800 nemo [svn] typo trunk
Sun, 19 Nov 2006 22:54:10 -0800 yaz [svn] build fixes: trunk
Sun, 19 Nov 2006 15:37:28 -0800 nenolod [svn] - add surface flip trunk
Sun, 19 Nov 2006 14:54:33 -0800 nenolod [svn] - more presets trunk
Sun, 19 Nov 2006 14:35:54 -0800 nenolod [svn] - another preset trunk
Sun, 19 Nov 2006 14:11:07 -0800 nenolod [svn] - add an option to make it only render the downscaled image. trunk
Sun, 19 Nov 2006 12:38:53 -0800 kiyoshi [svn] Another demo of the halfrender transform. trunk
Sun, 19 Nov 2006 12:06:20 -0800 nenolod [svn] - add halfrender transform, and a new preset which demonstrates what it can do. trunk
Sun, 19 Nov 2006 11:27:16 -0800 nenolod [svn] - add copy surface trunk
Sun, 19 Nov 2006 11:20:18 -0800 nenolod [svn] - add swap surface trunk
Sun, 19 Nov 2006 10:34:45 -0800 nenolod [svn] - by constant request, add a TODO. trunk
Sun, 19 Nov 2006 08:23:35 -0800 nenolod [svn] - properly calculate points trunk
Sun, 19 Nov 2006 08:12:42 -0800 nenolod [svn] - calculate FPS for frame limiter trunk
Sun, 19 Nov 2006 07:36:02 -0800 chainsaw [svn] gtk_file_selection_get_filename wanted a const char, but was afraid to ask. trunk
Sat, 18 Nov 2006 21:02:55 -0800 nenolod [svn] - make sure the alphachannel is always full trunk
Sat, 18 Nov 2006 19:19:36 -0800 nenolod [svn] - use VFS here trunk
Sat, 18 Nov 2006 19:00:23 -0800 nenolod [svn] - add missing vfs_fclose(). trunk
Sat, 18 Nov 2006 18:56:23 -0800 nenolod [svn] - fix wavpack plugin trunk
Sat, 18 Nov 2006 16:29:50 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 16:26:08 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 16:21:15 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 16:16:01 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 16:09:09 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 11:46:50 -0800 nenolod [svn] - NewVFS probe support trunk
Sat, 18 Nov 2006 11:46:19 -0800 chainsaw [svn] Port to NewVFS probe function. trunk
Sat, 18 Nov 2006 11:20:57 -0800 chainsaw [svn] Port to NewVFS probe function. trunk
Sat, 18 Nov 2006 11:00:22 -0800 chainsaw [svn] Port to NewVFS file probe. trunk
Sat, 18 Nov 2006 10:02:24 -0800 chainsaw [svn] Port to NewVFS file probe & add explicit cast to silence warning, thanks to spb. trunk
Sat, 18 Nov 2006 10:01:53 -0800 chainsaw [svn] Port to NewVFS file probe. trunk
Fri, 17 Nov 2006 20:18:21 -0800 nenolod [svn] - make pause do something. closes #636 trunk
Wed, 15 Nov 2006 12:04:06 -0800 nenolod [svn] - fix taglib stupidity. closes #633 trunk
Wed, 15 Nov 2006 11:59:28 -0800 nenolod [svn] - don't save tags in unicode if chardet is enabled. bug and patch by zhllg, closes #632 trunk
Tue, 14 Nov 2006 13:24:37 -0800 kiyoshi [svn] Another cloudscape. I was bored. trunk
Tue, 14 Nov 2006 13:00:10 -0800 nenolod [svn] - remove convertUTF8toLocale, we obviously don't need it. trunk
Tue, 14 Nov 2006 12:58:51 -0800 nenolod [svn] - i rewrote most of this! trunk
Tue, 14 Nov 2006 12:03:25 -0800 nenolod [svn] - remove dead and pointless cdindex code... CDIndex has been nonexistant trunk
Mon, 13 Nov 2006 13:36:27 -0800 nenolod [svn] - actually 210 and 211 can be treated the same. trunk
Mon, 13 Nov 2006 13:25:21 -0800 nenolod [svn] - fix CDDB bug where exact matches are found, treat it like a 200 OK response. trunk
Mon, 13 Nov 2006 06:27:29 -0800 yaz [svn] - suppress compile time waring. trunk
Mon, 13 Nov 2006 05:27:06 -0800 chainsaw [svn] Crash avoidance for zeroed cue sheets. By TiCPU, submitted in #audacious. trunk
Mon, 13 Nov 2006 04:51:30 -0800 giacomo [svn] - import amidi-plug 0.7 (among new features, a transposer to play midi files in different keys) trunk
Mon, 13 Nov 2006 04:35:19 -0800 chainsaw [svn] FD leak fix by TiCPU, submitted in #audacious. trunk
Sat, 11 Nov 2006 10:56:43 -0800 nenolod [svn] - fix a potential segfault on x86 trunk
Tue, 07 Nov 2006 02:11:05 -0800 nenolod [svn] - a slightly better way of doing things here trunk
Tue, 07 Nov 2006 02:01:22 -0800 nenolod [svn] - detect filesize properly trunk
Tue, 07 Nov 2006 01:56:59 -0800 nenolod [svn] - that should have been a 1 trunk
Tue, 07 Nov 2006 01:55:13 -0800 nenolod [svn] - VFS support trunk
Tue, 07 Nov 2006 00:35:18 -0800 nenolod [svn] - rewrite to take advantage of already existant object-oriented framework trunk
Tue, 07 Nov 2006 00:07:11 -0800 nenolod [svn] - put musepack support back trunk
Mon, 06 Nov 2006 23:19:42 -0800 nenolod [svn] - and remove musepack from here for now trunk
Mon, 06 Nov 2006 23:06:03 -0800 nenolod [svn] - remove plugins that now live in -ugly trunk
Mon, 06 Nov 2006 15:04:13 -0800 nenolod [svn] - revert due to branching issue trunk
Mon, 06 Nov 2006 14:11:04 -0800 chainsaw [svn] New-style VFS probe function. If you want an #ifdef feel free to bolt some on. trunk
Mon, 06 Nov 2006 13:30:44 -0800 js [svn] Fixed missing header trunk
Sun, 05 Nov 2006 13:14:06 -0800 nenolod [svn] - only penalize for bad frames on fixed streams trunk
Sun, 05 Nov 2006 13:00:47 -0800 nenolod [svn] - set mpgdec_length to -1 on a stream with no endpoint trunk
Sun, 05 Nov 2006 12:50:07 -0800 nenolod [svn] - shoutcast streams don't have a length. trunk
Sun, 05 Nov 2006 12:36:34 -0800 nenolod [svn] - fix tuple breakage trunk
Sun, 05 Nov 2006 12:31:33 -0800 nenolod [svn] - fix magic detection trunk
Sun, 05 Nov 2006 10:24:30 -0800 js [svn] Fixed crash when a stream is in the playlist. trunk
Sun, 05 Nov 2006 02:21:22 -0800 nenolod [svn] - allow seeking in http streams that define a content length. trunk
Sun, 05 Nov 2006 01:07:34 -0800 yaz [svn] - fix a typo which preventes compile trunk
Sun, 05 Nov 2006 00:34:45 -0800 yaz [svn] - fix for stream save if filename duplicates exist trunk
Sat, 04 Nov 2006 23:03:45 -0800 nenolod [svn] - make esd plugin assume that write() isn't always successful due to threading contingency. closes #427. patch by <sjleung -at shaw.ca>. trunk
Sat, 04 Nov 2006 13:14:27 -0800 asheldon [svn] Works again on x86 trunk
Sat, 04 Nov 2006 12:18:44 -0800 nenolod [svn] - gthread and produce_audio trunk
Sat, 04 Nov 2006 11:46:52 -0800 asheldon [svn] Get rid of compile warnings. Also, note that this is a one-line fix trunk
Sat, 04 Nov 2006 11:35:34 -0800 asheldon [svn] Add sap plugin to configure.ac stuff trunk
Sat, 04 Nov 2006 07:04:02 -0800 chainsaw [svn] Port pthread -> gthread, port audio output to produce_audio, sprinkle debug printfs. Still broken, good luck trunk
Sat, 04 Nov 2006 06:06:27 -0800 chainsaw [svn] Yes SVN, that too! trunk
Sat, 04 Nov 2006 06:05:38 -0800 chainsaw [svn] Build this thing in a proper two-stage process. As it hardlocks instead of playing it is not built by default yet. trunk
Sat, 04 Nov 2006 00:24:20 -0800 asheldon [svn] compile nicely trunk
Sat, 04 Nov 2006 00:17:54 -0800 asheldon [svn] Compile warning fixes, xmms->audacious in a window. trunk
Fri, 03 Nov 2006 15:33:42 -0800 chainsaw [svn] Properly zero out proxy configuration strings if no value is retrieved, otherwise we crash and burn on shutdown. trunk
Fri, 03 Nov 2006 14:57:45 -0800 nenolod [svn] - spelling. just check it. trunk
Fri, 03 Nov 2006 14:54:55 -0800 nenolod [svn] - yield back to the scheduler after processing a frame (maybe this will make paranormal be nicer.) trunk
Fri, 03 Nov 2006 14:23:17 -0800 kiyoshi [svn] trunk
Fri, 03 Nov 2006 13:52:09 -0800 nenolod [svn] - include drawing.h trunk
Fri, 03 Nov 2006 13:08:08 -0800 kiyoshi [svn] 1. Add Portal to Hell trunk
Fri, 03 Nov 2006 12:55:50 -0800 kiyoshi [svn] Add dancing snow preset. trunk
Fri, 03 Nov 2006 09:28:19 -0800 nenolod [svn] - more presets trunk
Fri, 03 Nov 2006 09:05:06 -0800 nenolod [svn] - presets end in .pnv trunk
Fri, 03 Nov 2006 04:05:19 -0800 kiyoshi [svn] Slightly more cloudlike blurring. trunk
Fri, 03 Nov 2006 03:55:25 -0800 kiyoshi [svn] Preliminary cloudscape preset; will probably be updated when I can adjust the distance between the horizontal waveforms. trunk
Fri, 03 Nov 2006 03:34:45 -0800 kiyoshi [svn] Relabel MPlayer plugin in plugins list and fix window title; we're not xmms, kthx. trunk
Fri, 03 Nov 2006 03:23:52 -0800 nenolod [svn] - another preset trunk
Fri, 03 Nov 2006 03:10:26 -0800 nenolod [svn] - faster line calculation algorithm (only calculates 256 or 128 points of the waveform) trunk
Fri, 03 Nov 2006 02:54:12 -0800 nenolod [svn] - rewrite line drawing algorithm for speed trunk
Thu, 02 Nov 2006 22:19:05 -0800 nenolod [svn] - add fast linedrawing code trunk