Mercurial > audlegacy-plugins
graph
-
[svn] - now wma can handle wide characters in metadata. trunkSat, 24 Mar 2007 09:29:41 -0700, by yaz
-
[svn] - aosd: added an option to enable/disable utf8 text conversion done by the plugin trunkFri, 23 Mar 2007 06:46:04 -0700, by giacomo
-
[svn] - aosd: use str_to_utf8 (I'll probably add an option to disable the utf8 conversion attempt as well) trunkWed, 21 Mar 2007 14:14:06 -0700, by giacomo
-
[svn] aosd: use g_locale_to_utf8 for osd strings (needs testing) trunkWed, 21 Mar 2007 07:24:33 -0700, by giacomo
-
[svn] - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia) trunkWed, 21 Mar 2007 07:15:43 -0700, by giacomo
-
[svn] - alsa: handle errors on snd_pcm_wait (xrun, supend) trunkWed, 21 Mar 2007 05:18:25 -0700, by giacomo
-
[svn] - aosd: use a single ghosd object for all of the osd showups; this will be a lot gentler to XLib and should definitely help with stability trunkTue, 20 Mar 2007 18:55:57 -0700, by giacomo
-
[svn] alsa output plugin: use snd_pcm_wait in place of raw polls to handle device readyness; this allows to use alsa plugins such as jackplug; requires testing trunkMon, 19 Mar 2007 13:18:28 -0700, by giacomo
-
[svn] statusicon: do not behave strangely (or crash) when the plugin is loaded/unloaded multiple times trunkSun, 18 Mar 2007 16:21:10 -0700, by giacomo
-
[svn] - aosd: beta3, fixes for handling X display open/close trunkSun, 18 Mar 2007 11:13:45 -0700, by giacomo
-
[svn] - clear up some configure bugs, pointed out by freebsd port patches trunkSat, 17 Mar 2007 00:58:49 -0700, by nenolod
-
[svn] - These two lines probably shouldn't be in here as it is doubtful they do anything helpful trunkSat, 17 Mar 2007 00:30:46 -0700, by nazca
-
[svn] - Slight tweak ... smbc_init returns 0 on sucess, not fail trunkSat, 17 Mar 2007 00:25:24 -0700, by nazca
-
[svn] - in C++, using __null/NULL is improper. 0 should be used instead. trunkFri, 16 Mar 2007 21:13:22 -0700, by nenolod
-
[svn] - guard some potentially improper double delete [] usage trunkFri, 16 Mar 2007 21:08:34 -0700, by nenolod
-
[svn] - last commit wasn't obviously related wit changes here; revert stuff that is still being tested trunkFri, 16 Mar 2007 18:58:10 -0700, by giacomo
-
[svn] - prevent skin list overlap when it's first populated and user quickly switchs to other tabs in the prefswin trunkFri, 16 Mar 2007 18:47:24 -0700, by giacomo
-
[svn] - ffmpeg: prevent it from crashing when probing remote sources trunkFri, 16 Mar 2007 13:05:14 -0700, by giacomo
-
[svn] - add mseek support to wav.c (without libsndfile version) too. trunkThu, 15 Mar 2007 22:36:55 -0700, by yaz
-
[svn] - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track. trunkWed, 14 Mar 2007 23:50:12 -0700, by yaz
-
[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