log

age author description
Mon, 12 Mar 2007 14:49:42 -0700 nenolod [svn] - remove some more stuff trunk
Mon, 12 Mar 2007 14:43:32 -0700 nenolod [svn] - start removing demuxers for video and images trunk
Mon, 12 Mar 2007 14:37:31 -0700 nenolod [svn] - make this compile again trunk
Mon, 12 Mar 2007 14:19:59 -0700 nenolod [svn] - url_fsize support. trunk
Mon, 12 Mar 2007 14:12:00 -0700 nenolod [svn] - merge VFS support from wma plugin. trunk
Mon, 12 Mar 2007 14:04:53 -0700 nenolod [svn] - i don't want to hear about deprecation, thanks. trunk
Mon, 12 Mar 2007 14:03:42 -0700 nenolod [svn] - make a dumb makefile for libavcodec so that it can be a make clean target. trunk
Mon, 12 Mar 2007 14:02:32 -0700 nenolod [svn] - remove more video codecs trunk
Mon, 12 Mar 2007 13:58:35 -0700 nenolod [svn] - don't enforce stupid coding rules on us trunk
Mon, 12 Mar 2007 13:49:56 -0700 nenolod [svn] - remove some more stuff trunk
Mon, 12 Mar 2007 13:14:40 -0700 nenolod [svn] - make this compile again trunk
Mon, 12 Mar 2007 13:11:29 -0700 nenolod [svn] - remove more video stuff, remove vorbis trunk
Mon, 12 Mar 2007 13:06:30 -0700 nenolod [svn] - bork bork bork trunk
Mon, 12 Mar 2007 13:00:06 -0700 nenolod [svn] - make the whole thing compile. runtime linking is another story. trunk
Mon, 12 Mar 2007 11:47:10 -0700 nenolod [svn] - remove more video stuff trunk
Mon, 12 Mar 2007 11:44:33 -0700 nenolod [svn] - remove a lot of video codecs trunk
Mon, 12 Mar 2007 11:38:51 -0700 nenolod [svn] - remove h261/h263/h264 stuff trunk
Mon, 12 Mar 2007 11:37:35 -0700 nenolod [svn] - delete a lot of stuff trunk
Mon, 12 Mar 2007 11:31:14 -0700 yaz [svn] - make use of new millisecond seek API. trunk
Mon, 12 Mar 2007 11:18:54 -0700 nenolod [svn] - add ffmpeg trunk
Mon, 12 Mar 2007 11:03:24 -0700 yaz [svn] - make use of new millisecond seek API. trunk
Mon, 12 Mar 2007 10:59:21 -0700 nenolod [svn] - fork wma plugin trunk
Mon, 12 Mar 2007 09:12:26 -0700 yaz [svn] - should check data != NULL before clear data->playing. trunk
Mon, 12 Mar 2007 08:52:04 -0700 yaz [svn] - need to clear data->playing when stopped. trunk
Mon, 12 Mar 2007 02:08:26 -0700 yaz [svn] - performer and title of each track should be NULL after freed. trunk
Sun, 11 Mar 2007 23:39:38 -0700 yaz [svn] - add cleanup code. trunk
Sun, 11 Mar 2007 10:09:52 -0700 nenolod [svn] - implement stricter detection rules for MP3. patch by Matti Hamalainen (ccr). trunk
Sun, 11 Mar 2007 06:31:32 -0700 giacomo [svn] amidi-plug: changed VERSION to AMIDIPLUG_VERSION in fluidsynth backend; not that trivial, but this is how it's supposed to be trunk
Fri, 09 Mar 2007 22:47:38 -0800 yaz [svn] - convert filename into utf8 in debug messages. trunk
Fri, 09 Mar 2007 12:42:48 -0800 giacomo [svn] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version trunk
Thu, 08 Mar 2007 09:24:04 -0800 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 trunk
Thu, 08 Mar 2007 04:20:23 -0800 giacomo [svn] statusicon: improvements in title changes detection while the popup is being displayed trunk
Wed, 07 Mar 2007 16:45:38 -0800 giacomo [svn] - statusicon: re-display statusicon popup with updated information when song (or title) changes, closes bug #846 trunk
Wed, 07 Mar 2007 06:49:54 -0800 yaz [svn] - same sanity check on rarely executed part. trunk
Wed, 07 Mar 2007 06:16:04 -0800 yaz [svn] - add sanity check for open audio parameters. trunk
Wed, 07 Mar 2007 05:36:20 -0800 yaz [svn] - I was noticed vfs_fread check still causes problem. disable for now. trunk
Wed, 07 Mar 2007 05:08:55 -0800 nenolod [svn] - only perform vfs fseek against info::infile if it is available. trunk
Wed, 07 Mar 2007 00:53:24 -0800 yaz [svn] - translate curl error number into corresponding error message. patch by Joker. trunk
Tue, 06 Mar 2007 22:08:18 -0800 yaz [svn] revising vfs_fread() check code. trunk
Tue, 06 Mar 2007 15:43:15 -0800 nenolod [svn] - revert r1664 as it breaks too much trunk
Tue, 06 Mar 2007 06:53:31 -0800 giacomo [svn] aosd: do not use str_to_utf8 trunk
Tue, 06 Mar 2007 05:17:29 -0800 yaz [svn] - avoid crash when error message doesn't contain <TITLE>. trunk
Tue, 06 Mar 2007 04:44:26 -0800 nenolod [svn] - don't use a vfs buffered source for local files trunk
Tue, 06 Mar 2007 01:12:16 -0800 yaz [svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843. trunk
Mon, 05 Mar 2007 00:48:01 -0800 yaz [svn] - check the result of vfs_fread() strictly. trunk
Mon, 05 Mar 2007 00:28:52 -0800 nenolod [svn] - reject files which use Ogg container magic trunk
Sun, 04 Mar 2007 17:32:01 -0800 giacomo [svn] - aosd: remove no-longer-needed inclusion of pthread.h from aosd_osd.c trunk
Sun, 04 Mar 2007 16:45:52 -0800 giacomo [svn] - aosd: experimental single-threaded osd; now the osd works in the same thread of the player, thus issues related to cairo and pango hopefully should go away; further testing on different system is required trunk
Sun, 04 Mar 2007 01:50:27 -0800 nenolod [svn] - fix for missing ordinals, closes #830. trunk
Sat, 03 Mar 2007 22:55:57 -0800 yaz [svn] - hide seek bar for unseekable (info->size = 0) stream. trunk
Sat, 03 Mar 2007 19:27:40 -0800 yaz [svn] - ishttp() should check string is not NULL. closes #832. trunk
Sat, 03 Mar 2007 17:36:01 -0800 yaz [svn] - by unknown reason, http connection via proxy server needs a transfer stop after tag retrieving. trunk
Sat, 03 Mar 2007 05:55:23 -0800 yaz [svn] - with fixed curl, read id3 tag over network works now. trunk
Sat, 03 Mar 2007 05:34:23 -0800 yaz [svn] - fread() should return number of items. trunk
Fri, 02 Mar 2007 20:28:55 -0800 yaz [svn] - reduce connection latency to http stream. trunk
Fri, 02 Mar 2007 20:17:50 -0800 yaz [svn] - include strings.h trunk
Fri, 02 Mar 2007 09:36:54 -0800 nenolod [svn] - some UI improvements from ccr. trunk
Fri, 02 Mar 2007 08:30:36 -0800 nenolod [svn] - audacious-plugins 1.3.0 release. trunk
Fri, 02 Mar 2007 01:45:57 -0800 nenolod [svn] - disable debugging notices. trunk
Fri, 02 Mar 2007 00:14:11 -0800 yaz [svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina). trunk
Thu, 01 Mar 2007 20:09:48 -0800 yaz [svn] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata. trunk
Thu, 01 Mar 2007 18:22:51 -0800 giacomo [svn] - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion trunk
Thu, 01 Mar 2007 06:31:20 -0800 yaz [svn] - determine whether stream is seekable or not by checking duration. it is safe to use with proxy. trunk
Thu, 01 Mar 2007 04:33:43 -0800 nenolod [svn] - revert r1624 due to the fact that it breaks trunk
Wed, 28 Feb 2007 23:01:41 -0800 iabervon [svn] Add support for resuming lost connections. trunk
Wed, 28 Feb 2007 21:16:10 -0800 nenolod [svn] - enable seeking on HTTP streams. trunk
Wed, 28 Feb 2007 21:02:06 -0800 nenolod [svn] - support id3 reading of static files trunk
Wed, 28 Feb 2007 19:48:28 -0800 nenolod [svn] - add tuple building for ADTS/Shoutcast streams trunk
Wed, 28 Feb 2007 19:26:41 -0800 nenolod [svn] - when shifting the ringbuffer to left by one byte to regain alignment, trunk
Wed, 28 Feb 2007 18:25:09 -0800 nenolod [svn] - remove dead header, reported by joecool. trunk
Wed, 28 Feb 2007 18:22:17 -0800 yaz [svn] - hook up lame encoder plugin. trunk
Wed, 28 Feb 2007 18:19:30 -0800 nenolod [svn] - some missing headers trunk
Wed, 28 Feb 2007 18:00:41 -0800 nenolod [svn] - only do shoutcast stuff if info::size = 0. closes #601 again. trunk
Wed, 28 Feb 2007 17:52:11 -0800 nenolod [svn] - fix a ringbuffering error in curl which caused trouble with icecast2 trunk
Wed, 28 Feb 2007 17:33:16 -0800 nenolod [svn] - set timeout value to 3 seconds trunk
Wed, 28 Feb 2007 07:32:41 -0800 nenolod [svn] - fix a stupid C++ error trunk
Wed, 28 Feb 2007 07:29:57 -0800 nenolod [svn] - only claim URLs that actually belong to us. Closes #783. trunk
Wed, 28 Feb 2007 07:01:26 -0800 nenolod [svn] - handle condition where track_name is not there, but stream_name is. trunk
Wed, 28 Feb 2007 04:38:53 -0800 nenolod [svn] - vtx input plugin based on a submission from Pavel Vymetalek. trunk
Wed, 28 Feb 2007 02:14:00 -0800 nenolod [svn] - using mad.pc makes us dependant on a nonstandard packaging of mad -- trunk
Tue, 27 Feb 2007 23:32:10 -0800 nenolod [svn] - add czech translation file. Closes #818. trunk
Tue, 27 Feb 2007 16:51:52 -0800 giacomo [svn] - aosd: replaced other occurrencies of glib18n with audacious i18n trunk
Tue, 27 Feb 2007 16:45:04 -0800 giacomo [svn] - aosd: use audacious-plugins as PACKAGE for i18n trunk
Tue, 27 Feb 2007 10:15:17 -0800 giacomo [svn] - scrobbler: check that there are files in playlist at all, before looking up whether they are http sources or not trunk
Tue, 27 Feb 2007 06:41:02 -0800 nenolod [svn] - fix a crash reported by grufti. trunk
Tue, 27 Feb 2007 05:43:10 -0800 nenolod [svn] - fix icecast2, i think. trunk
Tue, 27 Feb 2007 05:40:42 -0800 nenolod [svn] - add metadata key "content-length", which allows for getting a content length. trunk
Tue, 27 Feb 2007 04:29:52 -0800 nenolod [svn] - some ringbuffering issues could cause crashing. a final review has trunk
Tue, 27 Feb 2007 04:19:56 -0800 nenolod [svn] - do not pass a buffered FD to the decoding thread, just use it for trunk
Tue, 27 Feb 2007 04:17:49 -0800 yaz [svn] - add read/write support for TLEN frame. trunk
Tue, 27 Feb 2007 03:45:34 -0800 nenolod [svn] - use vfs_buffered_file_new_from_uri for probing. trunk
Tue, 27 Feb 2007 02:17:56 -0800 nenolod [svn] - fix configure.ac lrintf check trunk
Tue, 27 Feb 2007 01:40:23 -0800 nenolod [svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr). trunk
Tue, 27 Feb 2007 01:27:06 -0800 nenolod [svn] - freebsd portability fixes from "The_Paya". Closes #814. trunk
Mon, 26 Feb 2007 05:14:22 -0800 kustodian [svn] fixed where srobbler dumps files. trunk
Mon, 26 Feb 2007 03:40:29 -0800 nenolod [svn] - path fixes trunk
Mon, 26 Feb 2007 03:38:03 -0800 nenolod [svn] - add a (hidden for now) configuration option, use_local_ip and local_ip trunk
Sun, 25 Feb 2007 23:22:16 -0800 yaz [svn] - now fileinfo dialog shows "Unknown" instead of "Blues" if genre name isn't specified. trunk
Sun, 25 Feb 2007 17:41:03 -0800 nenolod [svn] - properly report if madplug will not be built. trunk
Sun, 25 Feb 2007 06:01:46 -0800 nenolod [svn] - no vorbis? disallow flac too. trunk
Sun, 25 Feb 2007 05:27:51 -0800 yaz [svn] - ensure that info->remote is set if url begins with http:// so that metadata can be displayed. trunk
Sun, 25 Feb 2007 03:35:59 -0800 nenolod [svn] - depend on $(OGG_VORBIS_*) for debian's sake trunk
Sat, 24 Feb 2007 20:27:03 -0800 yaz [svn] - without this, libconsole.so doesn't compile. trunk
Sat, 24 Feb 2007 17:09:19 -0800 nenolod [svn] - libflac -> libaudflac to prevent collision in the sun studio linker trunk
Sat, 24 Feb 2007 16:36:25 -0800 nenolod [svn] - enforce $(PICFLAGS) trunk
Sat, 24 Feb 2007 16:17:26 -0800 js [svn] * Delete flac112 trunk
Sat, 24 Feb 2007 11:40:20 -0800 js [svn] More VFS stuff. trunk
Sat, 24 Feb 2007 11:04:38 -0800 js [svn] * Link libogg and static libflac trunk
Sat, 24 Feb 2007 10:57:24 -0800 nenolod [svn] - always bail on http streams trunk
Sat, 24 Feb 2007 10:53:12 -0800 nenolod [svn] - remove leftovers trunk
Sat, 24 Feb 2007 10:32:25 -0800 nenolod [svn] - store proxy info trunk
Sat, 24 Feb 2007 10:21:48 -0800 js [svn] We don't need .pc.in files for FLAC... trunk
Sat, 24 Feb 2007 10:20:58 -0800 js [svn] Import flac. Please test. trunk
Sat, 24 Feb 2007 09:43:51 -0800 nenolod [svn] - fix proxy_use vs use_proxy. reported by joker on IRC. trunk
Sat, 24 Feb 2007 09:22:04 -0800 nenolod [svn] - reset position if we were passed a live FD. trunk
Sat, 24 Feb 2007 09:17:39 -0800 nenolod [svn] - rename parser.y to parser.yacc so braindead GNU make gets the picture trunk
Sat, 24 Feb 2007 09:03:09 -0800 nenolod [svn] - always close/unref the fd trunk
Sat, 24 Feb 2007 09:02:41 -0800 nenolod [svn] - C99 style enforcement trunk
Sat, 24 Feb 2007 08:59:37 -0800 nenolod [svn] - ensure that we only operate on a duplicated fd if our source is trunk
Sat, 24 Feb 2007 08:58:32 -0800 nenolod [svn] - close configdb handle trunk
Sat, 24 Feb 2007 08:09:24 -0800 nenolod [svn] - proxy support. somebody test this. trunk
Sat, 24 Feb 2007 07:49:06 -0800 nenolod [svn] - make use of the new id3_file_vfsopen() function. trunk
Sat, 24 Feb 2007 05:58:15 -0800 chainsaw [svn] Steal parser from paranormal and make sure all datestamps are the same so yacc does not run. trunk
Fri, 23 Feb 2007 20:30:42 -0800 nenolod [svn] - VFS probing support patch by Christian Birchinger (joker). trunk
Fri, 23 Feb 2007 20:23:34 -0800 nenolod [svn] - rework AdPlug to use VFS properly trunk
Thu, 22 Feb 2007 07:19:39 -0800 nenolod [svn] - remove %expect 37 trunk
Wed, 21 Feb 2007 04:41:29 -0800 yaz [svn] - remove workaround. trunk
Wed, 21 Feb 2007 02:02:10 -0800 nenolod [svn] - fix a ringbuffering error. found by purify. trunk
Tue, 20 Feb 2007 18:12:05 -0800 yaz [svn] - TCON frame without string crashes mad_parse_genre(). trunk
Tue, 20 Feb 2007 13:50:17 -0800 nemo [svn] Bug #806 trunk
Tue, 20 Feb 2007 09:12:56 -0800 nenolod [svn] - temporarily cheat and disable certain codepaths for local files trunk
Tue, 20 Feb 2007 09:02:15 -0800 yaz [svn] - temporary workaround for ISO-8859-1 8bit character does not appear correctly. trunk
Tue, 20 Feb 2007 08:52:37 -0800 nenolod [svn] - no idea why we were using a dynamically allocated buffer for raw aac trunk
Tue, 20 Feb 2007 08:47:44 -0800 nenolod [svn] - handle a situation where buffer could be NULL (e.g. bail) trunk
Tue, 20 Feb 2007 07:18:47 -0800 nenolod [svn] - shoutcast title streaming. sucks, could probably be improved upon, but trunk
Tue, 20 Feb 2007 07:00:10 -0800 nenolod [svn] - fix another potential synchronization problem trunk
Tue, 20 Feb 2007 06:38:03 -0800 nenolod [svn] - oh yes, commit mplayer patches as well trunk
Tue, 20 Feb 2007 06:31:29 -0800 nenolod [svn] - ringbuffering underrun fixups -- found with purify trunk
Tue, 20 Feb 2007 06:23:44 -0800 nenolod [svn] - some additional cleanups trunk
Tue, 20 Feb 2007 06:17:27 -0800 nenolod [svn] - some ringbuffering fixes -- aac+ shouldn't crash now, but more trunk
Tue, 20 Feb 2007 06:11:10 -0800 js [svn] Revert r1456, this gives problems with some files with broken ID3-Tags. trunk
Tue, 20 Feb 2007 05:51:43 -0800 nenolod [svn] - remove some pointless bloat trunk
Tue, 20 Feb 2007 05:51:23 -0800 js [svn] Use g_convert instead of str_to_utf8. This fixes ID3-Tags with ISO8859-1 encoded umlauts. trunk
Tue, 20 Feb 2007 05:47:25 -0800 nenolod [svn] - aacplus shoutcast support. prepare for segfaults. trunk
Tue, 20 Feb 2007 04:56:39 -0800 nenolod [svn] - sbr decoding is not fixed point trunk
Tue, 20 Feb 2007 04:42:48 -0800 nenolod [svn] - i really hate this plugin trunk
Tue, 20 Feb 2007 04:37:37 -0800 nenolod [svn] - synchronise with FAAD 2.5 trunk
Tue, 20 Feb 2007 04:36:01 -0800 nenolod [svn] - satisfy Nero AG attribution requirement for FAAD 2.5 code import trunk
Tue, 20 Feb 2007 04:13:46 -0800 nenolod [svn] - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time. trunk
Tue, 20 Feb 2007 04:10:41 -0800 nenolod [svn] - allow static AAC files to play. working on AACplus, but this brings us closer. trunk
Tue, 20 Feb 2007 02:18:49 -0800 nenolod [svn] - fix missing names in the ChangeLog. trunk
Mon, 19 Feb 2007 19:39:42 -0800 yaz [svn] - show dynamic bitrate for vbr is off by default. now it is configurable from preferences. trunk
Mon, 19 Feb 2007 18:53:25 -0800 yaz [svn] - if genre name is generated from number, it may exceed allocated memory block. trunk
Mon, 19 Feb 2007 18:08:27 -0800 yaz [svn] madplug bug fix: trunk
Mon, 19 Feb 2007 04:55:14 -0800 yaz [svn] - calculate vbr bitrate properly. trunk
Mon, 19 Feb 2007 00:02:50 -0800 gw666 [svn] fix flac detection, now flac >= 1.1.4 is supported as well trunk
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