Thu, 12 Apr 2007 12:33:04 -0700 |
nenolod |
[svn] - protect some functions with a mutex.
trunk
|
Thu, 12 Apr 2007 12:02:56 -0700 |
nenolod |
[svn] - if handle->cancel = TRUE, immediately abort the fread operation.
trunk
|
Thu, 12 Apr 2007 11:35:08 -0700 |
nenolod |
[svn] - comment out debug cflags
trunk
|
Thu, 12 Apr 2007 11:29:55 -0700 |
nenolod |
[svn] - fix last warnings
trunk
|
Thu, 12 Apr 2007 11:29:07 -0700 |
nenolod |
[svn] - fix curl.c:913: warning: implicit declaration of function 'strdup'
trunk
|
Thu, 12 Apr 2007 11:26:44 -0700 |
nenolod |
[svn] - clear up instantiation warnings
trunk
|
Thu, 12 Apr 2007 11:07:04 -0700 |
nenolod |
[svn] - use unsigned char instead of gpointer for arithmetic to ensure that writes are 8-bit aligned.
trunk
|
Thu, 12 Apr 2007 10:59:34 -0700 |
nenolod |
[svn] - get rid of shadowed variable
trunk
|
Thu, 12 Apr 2007 10:58:04 -0700 |
nenolod |
[svn] - fix a ton of warnings
trunk
|
Thu, 12 Apr 2007 10:51:15 -0700 |
alxorlov |
[svn] Update russian translation.
trunk
|
Thu, 12 Apr 2007 10:47:23 -0700 |
nenolod |
[svn] - fix warnings with -Wunsigned -Wextra
trunk
|
Tue, 10 Apr 2007 14:43:25 -0700 |
nenolod |
[svn] - allow AOSD to be forcefully enabled
trunk
|
Tue, 10 Apr 2007 14:19:15 -0700 |
nenolod |
[svn] - chase audacious r4268 (patch by Joker).
trunk
|
Mon, 09 Apr 2007 11:12:20 -0700 |
ertzing |
[svn]
trunk
|
Mon, 09 Apr 2007 10:55:23 -0700 |
nenolod |
[svn] - initial import of flacng from audacious-flacng-0.012
trunk
|
Mon, 09 Apr 2007 08:51:31 -0700 |
nenolod |
[svn] - use C-style vectors (part 2)
trunk
|
Mon, 09 Apr 2007 08:50:46 -0700 |
nenolod |
[svn] - use C-style vectors instead of apple's stuff
trunk
|
Mon, 09 Apr 2007 08:30:03 -0700 |
nenolod |
[svn] - fix altivec implementation
trunk
|
Mon, 09 Apr 2007 08:11:42 -0700 |
chainsaw |
[svn] Spell internal & pseudorandom in a consistent way. Add missing altivec.h include in SFMT-alti.h; more work to be done as it still does not build.
trunk
|
Mon, 09 Apr 2007 03:51:00 -0700 |
yaz |
[svn] - make madplug ignore crc error. closes #884.
trunk
|
Mon, 09 Apr 2007 03:21:02 -0700 |
yaz |
[svn] -adjust size of variable in dither code.
trunk
|
Mon, 09 Apr 2007 02:26:28 -0700 |
yaz |
[svn] - replace SSE2 detection macro.
trunk
|
Sun, 08 Apr 2007 21:30:22 -0700 |
yaz |
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform.
trunk
|
Sat, 07 Apr 2007 11:06:36 -0700 |
yaz |
[svn] - now wav plugin can handle remaining buffered data at the end of playing.
trunk
|
Fri, 06 Apr 2007 12:38:11 -0700 |
giacomo |
[svn] - statusicon: fix preferences window name
trunk
|
Fri, 06 Apr 2007 12:34:10 -0700 |
giacomo |
[svn] - statusicon: invert skip direction in mouse wheel; much better this way
trunk
|
Fri, 06 Apr 2007 11:47:07 -0700 |
giacomo |
[svn] - statusicon: add an option to use mouse wheel to change playing song instead of volume
trunk
|
Fri, 06 Apr 2007 10:30:17 -0700 |
giacomo |
[svn] - aosd: updated ghosd license
trunk
|
Thu, 05 Apr 2007 21:12:59 -0700 |
yaz |
[svn] revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it.
trunk
|
Thu, 05 Apr 2007 10:47:18 -0700 |
giacomo |
[svn] - statusicon: memorize player windows visibility status between sessions
trunk
|
Wed, 04 Apr 2007 11:49:12 -0700 |
giacomo |
[svn] - statusicon: smarter show/hide on statusicon click (plugin will now correctly handle the situation where the player window is always hidden and the playlist window should be shown/hidden)
trunk
|
Wed, 04 Apr 2007 10:53:50 -0700 |
giacomo |
[svn] - aosd: small changes
trunk
|
Wed, 04 Apr 2007 10:52:15 -0700 |
nenolod |
[svn] - patches from upstream TTA author. see http://boards.nenolod.net/viewtopic.php?t=375
trunk
|
Wed, 04 Apr 2007 07:48:53 -0700 |
giacomo |
[svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr)
trunk
|
Mon, 02 Apr 2007 13:54:59 -0700 |
giacomo |
[svn] rootvis: do not call cleanup routines if the plugin was not initted
trunk
|
Mon, 02 Apr 2007 10:35:45 -0700 |
giacomo |
[svn] - aosd: added function to detect if a composite manager is active for a certain screen; this is not used for now, cause the _NET_WM_CM_Sn hint is pretty new; it will certainly prove useful at some time
trunk
|
Mon, 02 Apr 2007 04:03:06 -0700 |
giacomo |
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
trunk
|
Sun, 01 Apr 2007 11:36:52 -0700 |
giacomo |
[svn] aosd: added some more error checking
trunk
|
Sat, 31 Mar 2007 17:44:23 -0700 |
giacomo |
[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD
trunk
|
Sat, 31 Mar 2007 06:40:00 -0700 |
nenolod |
[svn] - for security reasons, do not try all of the players (only check extension)
trunk
|
Fri, 30 Mar 2007 06:37:26 -0700 |
mf0102 |
[svn] - Added option to save output files to original file directory
trunk
|
Fri, 30 Mar 2007 01:52:06 -0700 |
giacomo |
[svn] - flac: when bitrate update is disabled, always display VBR instead of a useless value
trunk
|
Thu, 29 Mar 2007 03:14:36 -0700 |
chainsaw |
[svn] Fix MOD title read by not permanently byteswapping the stream in the PSM loader. Patch by Joseph Jezak <josejx@gentoo.org>.
trunk
|
Mon, 26 Mar 2007 14:44:46 -0700 |
yaz |
[svn] - now do_setpos() takes relative position as the argument and works even if cuesheets are included in large playlist. may close #869.
trunk
|
Mon, 26 Mar 2007 01:19:26 -0700 |
nenolod |
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
trunk
|
Sun, 25 Mar 2007 09:26:39 -0700 |
giacomo |
[svn] - aosd: use XMapRaised in place of XMapWindow to ensure that the osd window is raised with some window managers
trunk
|
Sat, 24 Mar 2007 23:15:05 -0700 |
yaz |
[svn] - non-utf string had been used for file name in window title of File Info window. patch by M.H.
trunk
|
Sat, 24 Mar 2007 17:31:14 -0700 |
nenolod |
[svn] - fix validation of mpeg2 files, by ccr.
trunk
|
Sat, 24 Mar 2007 09:44:44 -0700 |
yaz |
[svn] - small cleanups.
trunk
|
Sat, 24 Mar 2007 09:29:41 -0700 |
yaz |
[svn] - now wma can handle wide characters in metadata.
trunk
|
Sat, 24 Mar 2007 09:08:58 -0700 |
yaz |
[svn] maintenance of build system:
trunk
|
Fri, 23 Mar 2007 06:46:04 -0700 |
giacomo |
[svn] - aosd: added an option to enable/disable utf8 text conversion done by the plugin
trunk
|
Thu, 22 Mar 2007 22:19:41 -0700 |
yaz |
[svn] - initial support for writing relative path.
trunk
|
Thu, 22 Mar 2007 22:17:15 -0700 |
yaz |
[svn] justify indentation by gnu indent. current state is a mixture of some styles and very hard to maintain. the code is exactly same to previous revision. this is preparation for upcoming commit so that to make taking diff easier.
trunk
|
Wed, 21 Mar 2007 14:14:06 -0700 |
giacomo |
[svn] - aosd: use str_to_utf8 (I'll probably add an option to disable the utf8 conversion attempt as well)
trunk
|
Wed, 21 Mar 2007 11:19:49 -0700 |
giacomo |
[svn] - aosd: fixed ugly memleak in ghosd sources
trunk
|
Wed, 21 Mar 2007 07:36:32 -0700 |
giacomo |
[svn] alsa: small changes
trunk
|
Wed, 21 Mar 2007 07:24:33 -0700 |
giacomo |
[svn] aosd: use g_locale_to_utf8 for osd strings (needs testing)
trunk
|
Wed, 21 Mar 2007 07:15:43 -0700 |
giacomo |
[svn] - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia)
trunk
|
Wed, 21 Mar 2007 05:18:25 -0700 |
giacomo |
[svn] - alsa: handle errors on snd_pcm_wait (xrun, supend)
trunk
|
Wed, 21 Mar 2007 02:32:49 -0700 |
yaz |
[svn] improve support for static playlist:
trunk
|
Tue, 20 Mar 2007 18:55:57 -0700 |
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
trunk
|
Tue, 20 Mar 2007 14:01:54 -0700 |
mf0102 |
[svn] - integrated SndStretch into build process
trunk
|
Tue, 20 Mar 2007 12:22:25 -0700 |
mf0102 |
[svn] - Made port of XMMS plugin SndStretch
trunk
|
Mon, 19 Mar 2007 16:49:57 -0700 |
yaz |
[svn] - suppress a warning.
trunk
|
Mon, 19 Mar 2007 13:18:28 -0700 |
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
trunk
|
Mon, 19 Mar 2007 13:15:52 -0700 |
chainsaw |
[svn] Goodbye ffmpeg, welcome back WMA.
trunk
|
Sun, 18 Mar 2007 20:24:01 -0700 |
nenolod |
[svn] - kill bad .depend file
trunk
|
Sun, 18 Mar 2007 16:21:10 -0700 |
giacomo |
[svn] statusicon: do not behave strangely (or crash) when the plugin is loaded/unloaded multiple times
trunk
|
Sun, 18 Mar 2007 11:13:45 -0700 |
giacomo |
[svn] - aosd: beta3, fixes for handling X display open/close
trunk
|
Sat, 17 Mar 2007 00:58:49 -0700 |
nenolod |
[svn] - clear up some configure bugs, pointed out by freebsd port patches
trunk
|
Sat, 17 Mar 2007 00:30:46 -0700 |
nazca |
[svn] - These two lines probably shouldn't be in here as it is doubtful they do anything helpful
trunk
|
Sat, 17 Mar 2007 00:25:24 -0700 |
nazca |
[svn] - Slight tweak ... smbc_init returns 0 on sucess, not fail
trunk
|
Sat, 17 Mar 2007 00:07:05 -0700 |
nenolod |
[svn] - make this work, i think.
trunk
|
Fri, 16 Mar 2007 21:13:22 -0700 |
nenolod |
[svn] - in C++, using __null/NULL is improper. 0 should be used instead.
trunk
|
Fri, 16 Mar 2007 21:08:34 -0700 |
nenolod |
[svn] - guard some potentially improper double delete [] usage
trunk
|
Fri, 16 Mar 2007 18:58:17 -0700 |
nenolod |
[svn] - fix double delete[] possibility.
trunk
|
Fri, 16 Mar 2007 18:58:10 -0700 |
giacomo |
[svn] - last commit wasn't obviously related wit changes here; revert stuff that is still being tested
trunk
|
Fri, 16 Mar 2007 18:47:24 -0700 |
giacomo |
[svn] - prevent skin list overlap when it's first populated and user quickly switchs to other tabs in the prefswin
trunk
|
Fri, 16 Mar 2007 13:41:19 -0700 |
nenolod |
[svn] - add slovak translation. closes #854.
trunk
|
Fri, 16 Mar 2007 13:05:14 -0700 |
giacomo |
[svn] - ffmpeg: prevent it from crashing when probing remote sources
trunk
|
Thu, 15 Mar 2007 22:36:55 -0700 |
yaz |
[svn] - add mseek support to wav.c (without libsndfile version) too.
trunk
|
Thu, 15 Mar 2007 22:09:36 -0700 |
yaz |
[svn] - add mseek support.
trunk
|
Thu, 15 Mar 2007 08:04:47 -0700 |
yaz |
[svn] - refine watchdog thread.
trunk
|
Thu, 15 Mar 2007 04:43:58 -0700 |
yaz |
[svn] - support "Repeat".
trunk
|
Wed, 14 Mar 2007 23:50:12 -0700 |
yaz |
[svn] - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track.
trunk
|
Wed, 14 Mar 2007 23:34:56 -0700 |
yaz |
[svn] - implement real buffer_free() and buffer_playing().
trunk
|
Wed, 14 Mar 2007 08:59:50 -0700 |
giacomo |
[svn] statusicon: add missing files
trunk
|
Wed, 14 Mar 2007 08:58:24 -0700 |
yaz |
[svn] - couldn't disable statusicon.
trunk
|
Wed, 14 Mar 2007 07:50:31 -0700 |
giacomo |
[svn] statusicon: added a open-file item in the small right-click menu
trunk
|
Wed, 14 Mar 2007 07:44:00 -0700 |
giacomo |
[svn] statusicon 0.3: alternative right-click menu with simple playback control commands
trunk
|
Wed, 14 Mar 2007 06:43:19 -0700 |
yaz |
[svn] - add 1sec guard time after issue of playlist_prev/next.
trunk
|
Wed, 14 Mar 2007 06:07:57 -0700 |
yaz |
[svn] - remove unnecessary sleep code so that out_lame can encode at full speed.
trunk
|
Wed, 14 Mar 2007 03:16:45 -0700 |
yaz |
[svn] - add support for mseek.
trunk
|
Tue, 13 Mar 2007 23:26:25 -0700 |
yaz |
[svn] - fix a silly typedef bug.
trunk
|
Tue, 13 Mar 2007 17:17:44 -0700 |
nenolod |
[svn] - add missing file, utils.h
trunk
|
Tue, 13 Mar 2007 09:37:27 -0700 |
yaz |
[svn] - make "stop after current song" work.
trunk
|
Tue, 13 Mar 2007 06:17:24 -0700 |
nenolod |
[svn] - if (result >= 0) return the result of ftell, otherwise return -1.
trunk
|
Tue, 13 Mar 2007 05:21:50 -0700 |
nazca |
[svn] - Adjust indenting cause the previous indenting was painful
trunk
|
Tue, 13 Mar 2007 05:11:48 -0700 |
nazca |
[svn] - Prototype smb:// vfs transport. Needs testing.
trunk
|
Mon, 12 Mar 2007 18:53:58 -0700 |
nenolod |
[svn] - seek is implemented as it should be, but appears to not work
trunk
|
Mon, 12 Mar 2007 18:12:53 -0700 |
nenolod |
[svn] - this shouldn't be called "WMA Player"
trunk
|
Mon, 12 Mar 2007 18:07:46 -0700 |
nenolod |
[svn] - remove some old wma leftovers
trunk
|
Mon, 12 Mar 2007 17:37:02 -0700 |
nenolod |
[svn] - implement shorten support more correctly.
trunk
|
Mon, 12 Mar 2007 17:20:48 -0700 |
nenolod |
[svn] - add a TODO for people wanting to play with this
trunk
|
Mon, 12 Mar 2007 17:17:39 -0700 |
nenolod |
[svn] - remove ffwma
trunk
|
Mon, 12 Mar 2007 17:14:31 -0700 |
nenolod |
[svn] - fix crash
trunk
|
Mon, 12 Mar 2007 16:04:03 -0700 |
nenolod |
[svn] - shorten support
trunk
|
Mon, 12 Mar 2007 16:02:59 -0700 |
nenolod |
[svn] - namespace changes
trunk
|
Mon, 12 Mar 2007 16:02:16 -0700 |
nenolod |
[svn] - working WMA playback. thanks to chainsaw for providing a ton and a half of WMA files.
trunk
|
Mon, 12 Mar 2007 15:52:56 -0700 |
nenolod |
[svn] - codec support here too.
trunk
|
Mon, 12 Mar 2007 15:50:24 -0700 |
nenolod |
[svn] - base wma support
trunk
|
Mon, 12 Mar 2007 15:43:38 -0700 |
nenolod |
[svn] - works
trunk
|
Mon, 12 Mar 2007 15:28:22 -0700 |
nenolod |
[svn] - remove more video codecs.
trunk
|
Mon, 12 Mar 2007 15:23:10 -0700 |
nenolod |
[svn] - more symbol cleanups.
trunk
|
Mon, 12 Mar 2007 15:15:54 -0700 |
nenolod |
[svn] - more video demuxing removed
trunk
|
Mon, 12 Mar 2007 15:05:25 -0700 |
nenolod |
[svn] - more stuff to kill
trunk
|
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
|