Mercurial > audlegacy-plugins
graph
-
[svn] - implement real buffer_free() and buffer_playing(). trunkWed, 14 Mar 2007 23:34:56 -0700, by yaz
-
[svn] statusicon: added a open-file item in the small right-click menu trunkWed, 14 Mar 2007 07:50:31 -0700, by giacomo
-
[svn] statusicon 0.3: alternative right-click menu with simple playback control commands trunkWed, 14 Mar 2007 07:44:00 -0700, by giacomo
-
[svn] - add 1sec guard time after issue of playlist_prev/next. trunkWed, 14 Mar 2007 06:43:19 -0700, by yaz
-
[svn] - remove unnecessary sleep code so that out_lame can encode at full speed. trunkWed, 14 Mar 2007 06:07:57 -0700, by yaz
-
[svn] - if (result >= 0) return the result of ftell, otherwise return -1. trunkTue, 13 Mar 2007 06:17:24 -0700, by nenolod
-
[svn] - Adjust indenting cause the previous indenting was painful trunkTue, 13 Mar 2007 05:21:50 -0700, by nazca
-
[svn] - Prototype smb:// vfs transport. Needs testing. trunkTue, 13 Mar 2007 05:11:48 -0700, by nazca
-
[svn] - seek is implemented as it should be, but appears to not work trunkMon, 12 Mar 2007 18:53:58 -0700, by nenolod
-
[svn] - add a TODO for people wanting to play with this trunkMon, 12 Mar 2007 17:20:48 -0700, by nenolod
-
[svn] - working WMA playback. thanks to chainsaw for providing a ton and a half of WMA files. trunkMon, 12 Mar 2007 16:02:16 -0700, by nenolod
-
[svn] - start removing demuxers for video and images trunkMon, 12 Mar 2007 14:43:32 -0700, by nenolod
-
[svn] - i don't want to hear about deprecation, thanks. trunkMon, 12 Mar 2007 14:04:53 -0700, by nenolod
-
[svn] - make a dumb makefile for libavcodec so that it can be a make clean target. trunkMon, 12 Mar 2007 14:03:42 -0700, by nenolod
-
[svn] - make the whole thing compile. runtime linking is another story. trunkMon, 12 Mar 2007 13:00:06 -0700, by nenolod
-
[svn] - should check data != NULL before clear data->playing. trunkMon, 12 Mar 2007 09:12:26 -0700, by yaz
-
[svn] - performer and title of each track should be NULL after freed. trunkMon, 12 Mar 2007 02:08:26 -0700, by yaz
-
[svn] - implement stricter detection rules for MP3. patch by Matti Hamalainen (ccr). trunkSun, 11 Mar 2007 10:09:52 -0700, by nenolod
-
[svn] amidi-plug: changed VERSION to AMIDIPLUG_VERSION in fluidsynth backend; not that trivial, but this is how it's supposed to be trunkSun, 11 Mar 2007 06:31:32 -0700, by giacomo
-
[svn] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version trunkFri, 09 Mar 2007 12:42:48 -0800, by giacomo
-
[svn] - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one trunkThu, 08 Mar 2007 09:24:04 -0800, by giacomo
-
[svn] statusicon: improvements in title changes detection while the popup is being displayed trunkThu, 08 Mar 2007 04:20:23 -0800, by giacomo
-
[svn] - statusicon: re-display statusicon popup with updated information when song (or title) changes, closes bug #846 trunkWed, 07 Mar 2007 16:45:38 -0800, by giacomo
-
[svn] - I was noticed vfs_fread check still causes problem. disable for now. trunkWed, 07 Mar 2007 05:36:20 -0800, by yaz
-
[svn] - only perform vfs fseek against info::infile if it is available. trunkWed, 07 Mar 2007 05:08:55 -0800, by nenolod
-
[svn] - translate curl error number into corresponding error message. patch by Joker. trunkWed, 07 Mar 2007 00:53:24 -0800, by yaz
-
[svn] - avoid crash when error message doesn't contain <TITLE>. trunkTue, 06 Mar 2007 05:17:29 -0800, by yaz
-
[svn] - don't use a vfs buffered source for local files trunkTue, 06 Mar 2007 04:44:26 -0800, by nenolod
-
[svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843. trunkTue, 06 Mar 2007 01:12:16 -0800, by yaz
-
[svn] - reject files which use Ogg container magic trunkMon, 05 Mar 2007 00:28:52 -0800, by nenolod
-
[svn] - aosd: remove no-longer-needed inclusion of pthread.h from aosd_osd.c trunkSun, 04 Mar 2007 17:32:01 -0800, by giacomo
-
[svn] - hide seek bar for unseekable (info->size = 0) stream. trunkSat, 03 Mar 2007 22:55:57 -0800, by yaz
-
[svn] - ishttp() should check string is not NULL. closes #832. trunkSat, 03 Mar 2007 19:27:40 -0800, by yaz
-
[svn] - by unknown reason, http connection via proxy server needs a transfer stop after tag retrieving. trunkSat, 03 Mar 2007 17:36:01 -0800, by yaz
-
[svn] - with fixed curl, read id3 tag over network works now. trunkSat, 03 Mar 2007 05:55:23 -0800, by yaz
-
[svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina). trunkFri, 02 Mar 2007 00:14:11 -0800, by yaz
-
[svn] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata. trunkThu, 01 Mar 2007 20:09:48 -0800, by yaz
-
[svn] - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion trunkThu, 01 Mar 2007 18:22:51 -0800, by giacomo
-
[svn] - determine whether stream is seekable or not by checking duration. it is safe to use with proxy. trunkThu, 01 Mar 2007 06:31:20 -0800, by yaz
-
[svn] - revert r1624 due to the fact that it breaks trunkThu, 01 Mar 2007 04:33:43 -0800, by nenolod
-
[svn] - add tuple building for ADTS/Shoutcast streams trunkWed, 28 Feb 2007 19:48:28 -0800, by nenolod
-
[svn] - when shifting the ringbuffer to left by one byte to regain alignment, trunkWed, 28 Feb 2007 19:26:41 -0800, by nenolod
-
[svn] - only do shoutcast stuff if info::size = 0. closes #601 again. trunkWed, 28 Feb 2007 18:00:41 -0800, by nenolod
-
[svn] - fix a ringbuffering error in curl which caused trouble with icecast2 trunkWed, 28 Feb 2007 17:52:11 -0800, by nenolod
-
[svn] - only claim URLs that actually belong to us. Closes #783. trunkWed, 28 Feb 2007 07:29:57 -0800, by nenolod
-
[svn] - handle condition where track_name is not there, but stream_name is. trunkWed, 28 Feb 2007 07:01:26 -0800, by nenolod
-
[svn] - vtx input plugin based on a submission from Pavel Vymetalek. trunkWed, 28 Feb 2007 04:38:53 -0800, by nenolod
-
[svn] - using mad.pc makes us dependant on a nonstandard packaging of mad -- trunkWed, 28 Feb 2007 02:14:00 -0800, by nenolod
-
[svn] - aosd: replaced other occurrencies of glib18n with audacious i18n trunkTue, 27 Feb 2007 16:51:52 -0800, by giacomo
-
[svn] - aosd: use audacious-plugins as PACKAGE for i18n trunkTue, 27 Feb 2007 16:45:04 -0800, by giacomo
-
[svn] - scrobbler: check that there are files in playlist at all, before looking up whether they are http sources or not trunkTue, 27 Feb 2007 10:15:17 -0800, by giacomo
-
[svn] - add metadata key "content-length", which allows for getting a content length. trunkTue, 27 Feb 2007 05:40:42 -0800, by nenolod
-
[svn] - some ringbuffering issues could cause crashing. a final review has trunkTue, 27 Feb 2007 04:29:52 -0800, by nenolod
-
[svn] - do not pass a buffered FD to the decoding thread, just use it for trunkTue, 27 Feb 2007 04:19:56 -0800, by nenolod
-
[svn] - use vfs_buffered_file_new_from_uri for probing. trunkTue, 27 Feb 2007 03:45:34 -0800, by nenolod
-
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr). trunkTue, 27 Feb 2007 01:40:23 -0800, by nenolod
-
[svn] - freebsd portability fixes from "The_Paya". Closes #814. trunkTue, 27 Feb 2007 01:27:06 -0800, by nenolod
-
[svn] - add a (hidden for now) configuration option, use_local_ip and local_ip trunkMon, 26 Feb 2007 03:38:03 -0800, by nenolod
-
[svn] - now fileinfo dialog shows "Unknown" instead of "Blues" if genre name isn't specified. trunkSun, 25 Feb 2007 23:22:16 -0800, by yaz
-
[svn] - properly report if madplug will not be built. trunkSun, 25 Feb 2007 17:41:03 -0800, by nenolod
-
[svn] - ensure that info->remote is set if url begins with http:// so that metadata can be displayed. trunkSun, 25 Feb 2007 05:27:51 -0800, by yaz
-
[svn] - depend on $(OGG_VORBIS_*) for debian's sake trunkSun, 25 Feb 2007 03:35:59 -0800, by nenolod
-
[svn] - libflac -> libaudflac to prevent collision in the sun studio linker trunkSat, 24 Feb 2007 17:09:19 -0800, by nenolod
-
[svn] - fix proxy_use vs use_proxy. reported by joker on IRC. trunkSat, 24 Feb 2007 09:43:51 -0800, by nenolod
-
[svn] - reset position if we were passed a live FD. trunkSat, 24 Feb 2007 09:22:04 -0800, by nenolod
-
[svn] - rename parser.y to parser.yacc so braindead GNU make gets the picture trunkSat, 24 Feb 2007 09:17:39 -0800, by nenolod
-
[svn] - ensure that we only operate on a duplicated fd if our source is trunkSat, 24 Feb 2007 08:59:37 -0800, by nenolod
-
[svn] - make use of the new id3_file_vfsopen() function. trunkSat, 24 Feb 2007 07:49:06 -0800, by nenolod
-
[svn] Steal parser from paranormal and make sure all datestamps are the same so yacc does not run. trunkSat, 24 Feb 2007 05:58:15 -0800, by chainsaw
-
[svn] - VFS probing support patch by Christian Birchinger (joker). trunkFri, 23 Feb 2007 20:30:42 -0800, by nenolod
-
[svn] - fix a ringbuffering error. found by purify. trunkWed, 21 Feb 2007 02:02:10 -0800, by nenolod
-
[svn] - TCON frame without string crashes mad_parse_genre(). trunkTue, 20 Feb 2007 18:12:05 -0800, by yaz
-
[svn] - temporarily cheat and disable certain codepaths for local files trunkTue, 20 Feb 2007 09:12:56 -0800, by nenolod
-
[svn] - temporary workaround for ISO-8859-1 8bit character does not appear correctly. trunkTue, 20 Feb 2007 09:02:15 -0800, by yaz
-
[svn] - no idea why we were using a dynamically allocated buffer for raw aac trunkTue, 20 Feb 2007 08:52:37 -0800, by nenolod
-
[svn] - handle a situation where buffer could be NULL (e.g. bail) trunkTue, 20 Feb 2007 08:47:44 -0800, by nenolod
-
[svn] - shoutcast title streaming. sucks, could probably be improved upon, but trunkTue, 20 Feb 2007 07:18:47 -0800, by nenolod
-
[svn] - fix another potential synchronization problem trunkTue, 20 Feb 2007 07:00:10 -0800, by nenolod
-
[svn] - ringbuffering underrun fixups -- found with purify trunkTue, 20 Feb 2007 06:31:29 -0800, by nenolod
-
[svn] - some ringbuffering fixes -- aac+ shouldn't crash now, but more trunkTue, 20 Feb 2007 06:17:27 -0800, by nenolod
-
[svn] Revert r1456, this gives problems with some files with broken ID3-Tags. trunkTue, 20 Feb 2007 06:11:10 -0800, by js
-
[svn] Use g_convert instead of str_to_utf8. This fixes ID3-Tags with ISO8859-1 encoded umlauts. trunkTue, 20 Feb 2007 05:51:23 -0800, by js
-
[svn] - aacplus shoutcast support. prepare for segfaults. trunkTue, 20 Feb 2007 05:47:25 -0800, by nenolod
-
[svn] - satisfy Nero AG attribution requirement for FAAD 2.5 code import trunkTue, 20 Feb 2007 04:36:01 -0800, by nenolod
-
[svn] - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time. trunkTue, 20 Feb 2007 04:13:46 -0800, by nenolod
-
[svn] - allow static AAC files to play. working on AACplus, but this brings us closer. trunkTue, 20 Feb 2007 04:10:41 -0800, by nenolod
-
[svn] - show dynamic bitrate for vbr is off by default. now it is configurable from preferences. trunkMon, 19 Feb 2007 19:39:42 -0800, by yaz
-
[svn] - if genre name is generated from number, it may exceed allocated memory block. trunkMon, 19 Feb 2007 18:53:25 -0800, by yaz
-
[svn] fix flac detection, now flac >= 1.1.4 is supported as well trunkMon, 19 Feb 2007 00:02:50 -0800, by gw666
-
[svn] - Tweak to check we found a file extension before using it to prevent segfault trunkSun, 18 Feb 2007 14:51:23 -0800, by nazca
-
[svn] - don't crash on startup by passing NULL to opendir(2) trunkSun, 18 Feb 2007 03:38:05 -0800, by nenolod
-
[svn] - wav-sndfile engine: correctly compute the bitrate trunkSat, 17 Feb 2007 19:58:29 -0800, by nenolod
-
[svn] Cast those pointers properly, and do not use deprecated GTK+ functions. trunkSat, 17 Feb 2007 07:46:52 -0800, by chainsaw
-
[svn] - disable broken APETag support for now, can cause crashes trunkFri, 16 Feb 2007 19:12:45 -0800, by nenolod
-
[svn] - disable debugging in preparation for alpha5 release trunkThu, 15 Feb 2007 19:04:53 -0800, by nenolod
-
[svn] - madplug: check that text is not null before using g_strtod trunkThu, 15 Feb 2007 05:10:08 -0800, by giacomo
-
[svn] - import xmlPathToURI() from libxml2-2.6.27 as audPathToURI(). this function is newly introduced at 2.6.27. trunkWed, 14 Feb 2007 23:23:21 -0800, by yaz
-
[svn] - strings in audmad_config should be freed before update. thus constant initializer has been replaced with g_strdup(). trunkWed, 14 Feb 2007 18:03:22 -0800, by yaz
-
[svn] - make sure audmad_config.id3_format is not NULL. closes #795. trunkWed, 14 Feb 2007 10:15:53 -0800, by nenolod
-
[svn] temporary fix for SIGSEGV in g_utf8_validate() when xmlURIEscape returns NULL. trunkTue, 13 Feb 2007 21:50:01 -0800, by yaz
-
[svn] - switch from pseudo delete tag call back to genuine one. trunkTue, 13 Feb 2007 05:55:00 -0800, by yaz
-
[svn] - add Catalan translation file. Closes #787. trunkMon, 12 Feb 2007 12:54:12 -0800, by nenolod
-
[svn] - aosd: prevent aosd_cleanup from freeing stuff if aosd_init has never been called, closes bug #790 trunkMon, 12 Feb 2007 08:02:53 -0800, by giacomo
-
[svn] - aosd: completed volume change trigger, works now trunkMon, 12 Feb 2007 07:20:56 -0800, by giacomo
-
[svn] - add rpath to make sure that plugins pick libid3tag up from libdir. trunkSun, 11 Feb 2007 06:22:20 -0800, by yaz
-
[svn] - patch from Mark Glines to polish up https:// support. trunkSat, 10 Feb 2007 12:36:14 -0800, by nenolod
-
[svn] Break out of the loop once we know the length. No using spinning around all day. trunkSat, 10 Feb 2007 12:06:11 -0800, by chainsaw
-
[svn] - set CURLOPT_FOLLOWLOCATION to true, closes #771. trunkFri, 09 Feb 2007 19:38:32 -0800, by nenolod
-
[svn] - remove the buggy memoryleaking mpg123 and integrate madplug into the trunkThu, 08 Feb 2007 09:10:38 -0800, by nenolod