Mon, 24 Mar 2008 17:02:26 +0100 |
Sascha Hlusiak |
Reset op_state after calling close_audio to prevent possible future flushing.
|
Thu, 13 Mar 2008 01:42:59 +0300 |
Eugene Zagidullin |
vis moved to separate flow. works in passthrough mode too
|
Mon, 25 Feb 2008 02:29:28 +0300 |
Eugene Zagidullin |
importing of winamp EQ presets library
|
Mon, 25 Feb 2008 01:32:18 +0300 |
Eugene Zagidullin |
- equalizer sliders range changed to -12..12 dB
|
Sun, 24 Feb 2008 07:28:23 -0600 |
William Pitcock |
Drop old IIR code.
|
Sat, 23 Feb 2008 16:34:10 +0300 |
Eugene Zagidullin |
- 1st attempt to integrate MPlayer's equalizer (will work in 24bit mode too).
|
Mon, 18 Feb 2008 23:20:12 +0300 |
Eugene Zagidullin |
don't change src settings in play time
|
Sat, 16 Feb 2008 02:38:07 +0300 |
Eugene Zagidullin |
cleanup
|
Sat, 16 Feb 2008 01:47:30 +0300 |
Eugene Zagidullin |
added passthrough mode. tested with ape and flac
|
Mon, 11 Feb 2008 03:57:30 -0600 |
William Pitcock |
Fix some warnings.
|
Sun, 10 Feb 2008 21:50:46 +0300 |
Eugene Zagidullin |
- software volume switched to floating point and placed _after_ resampling
|
Sun, 10 Feb 2008 16:13:30 +0300 |
Eugene Zagidullin |
fix after merge...
|
Sun, 10 Feb 2008 16:03:55 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sun, 10 Feb 2008 15:54:47 +0300 |
Eugene Zagidullin |
removed debugging stuff...
|
Sun, 10 Feb 2008 07:19:45 +0300 |
Eugene Zagidullin |
- src stuff traveled to src_flow.c
|
Sun, 10 Feb 2008 12:31:44 +0100 |
stefano |
Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
|
Sat, 09 Feb 2008 01:05:36 +0300 |
Eugene Zagidullin |
- added template for src_flow
|
Fri, 08 Feb 2008 22:21:56 +0300 |
Eugene Zagidullin |
added FMT_SIZEOF macro
|
Wed, 06 Feb 2008 22:42:32 +0300 |
Eugene Zagidullin |
adaptive scaler added, disabled hard limiter
|
Mon, 04 Feb 2008 06:11:37 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 04 Feb 2008 05:47:58 +0300 |
Eugene Zagidullin |
RG improved. It f... works.
|
Mon, 04 Feb 2008 01:30:53 +0300 |
Eugene Zagidullin |
added FMT_FIXED32, an equivalent of mad_fixed_t, already supported by libSAD; some endianness-related changes
|
Sun, 03 Feb 2008 19:02:04 +0300 |
Eugene Zagidullin |
some endianness-related changes, corrected error handling
|
Sun, 03 Feb 2008 00:50:48 +0300 |
Eugene Zagidullin |
some endianness-related changes
|
Sat, 02 Feb 2008 01:53:15 +0300 |
Eugene Zagidullin |
initial Replay Gain support
|
Thu, 31 Jan 2008 14:15:12 +0300 |
Eugene Zagidullin |
set_replaygain_info added to PAPI
|
Thu, 31 Jan 2008 12:04:13 +0300 |
Eugene Zagidullin |
partially works...
|
Fri, 01 Feb 2008 13:15:05 -0600 |
William Pitcock |
Experimental patch to fix pulseaudio deficencies by sleeping 10000us.
|
Sat, 12 Jan 2008 06:39:56 -0600 |
William Pitcock |
Make sample rate conversion work with mono files. (Bugzilla #88)
|
Thu, 22 Nov 2007 17:34:46 +0100 |
Christian Birchinger |
Revert because it sets volume to 100% on playback start.
|
Mon, 19 Nov 2007 21:35:25 +0100 |
Jonathan Schleifer |
Multiple changes.
|
Fri, 19 Oct 2007 05:24:54 -0500 |
William Pitcock |
don't use semaphore/condvar messaging on Darwin because mach threads are high latency
|
Mon, 08 Oct 2007 01:43:58 -0500 |
William Pitcock |
Add InputPlayback::pass_audio() which replaces produce_audio().
|
Mon, 08 Oct 2007 01:36:41 -0500 |
William Pitcock |
make sndstretch work properly
|
Sat, 06 Oct 2007 20:35:52 -0500 |
William Pitcock |
Use a mutex/condvar/timed wait to allow tickless operation in the output loop.
|
Tue, 02 Oct 2007 21:21:50 -0500 |
William Pitcock |
sed s/bmp_cfg_db/cfg_db/.
|
Mon, 01 Oct 2007 14:16:52 -0500 |
William Pitcock |
kill printf debug
|
Mon, 01 Oct 2007 14:16:13 -0500 |
William Pitcock |
Instead of waiting 10ms, wait half the time of the period buffer.
|
Tue, 18 Sep 2007 13:39:21 -0500 |
William Pitcock |
equalizer -> flow API
trunk
|
Tue, 18 Sep 2007 13:33:45 -0500 |
William Pitcock |
Vis -> Flow API.
trunk
|
Tue, 18 Sep 2007 13:31:05 -0500 |
William Pitcock |
Add time to flow_execute() and friends.
trunk
|
Tue, 18 Sep 2007 13:30:13 -0500 |
William Pitcock |
Remove effects handling code (it's processed in the flow now).
trunk
|
Tue, 18 Sep 2007 13:21:08 -0500 |
William Pitcock |
effect processing -> flow manager API / attached to postproc_flow.
trunk
|
Tue, 18 Sep 2007 13:13:20 -0500 |
William Pitcock |
software volumecontrol->flow manager API
trunk
|
Tue, 18 Sep 2007 11:58:09 -0500 |
William Pitcock |
C99 initialisers
trunk
|
Tue, 18 Sep 2007 10:47:14 -0500 |
William Pitcock |
Connect volumecontrol flow to the work pipeline.
trunk
|
Tue, 11 Sep 2007 05:14:38 -0500 |
William Pitcock |
Get rid of "XMMS Multiple Effect Plugin support" hack. Effects processing is handled in produce_audio() now days.
trunk
|
Fri, 07 Sep 2007 03:20:28 -0500 |
William Pitcock |
Big plugin system changes (part 1 of who knows, it's still a big mess):
trunk
|
Fri, 20 Jul 2007 09:09:58 -0500 |
William Pitcock |
Invoke "Plugins are not derived work" clause provided by GPL3.
trunk audacious-1.4.0-DR1
|
Fri, 20 Jul 2007 08:59:47 -0500 |
William Pitcock |
GPL3 relicensing.
trunk
|
Mon, 28 May 2007 03:25:22 -0700 |
nenolod |
[svn] - code cleanups involving SRC patch and indentation
trunk
|
Sun, 27 May 2007 14:31:34 -0700 |
ertzing |
[svn] Move effect plugin handling into the main thread
trunk
|
Wed, 09 May 2007 15:07:50 -0700 |
nenolod |
[svn] - make audacious build again
trunk
|
Tue, 10 Apr 2007 11:29:48 -0700 |
nenolod |
[svn] - chase r4368.
trunk
|
Thu, 05 Apr 2007 05:56:00 -0700 |
nenolod |
[svn] - don't resample if source rate matches the internal clock rate. closes #881.
trunk
|
Thu, 05 Apr 2007 05:32:15 -0700 |
nenolod |
[svn] - synchronize SRC conversion patch with upstream
trunk
|
Sat, 17 Feb 2007 02:36:11 -0800 |
nenolod |
[svn] - ppc64 warning fixes for upsampling patch
trunk
|
Sat, 17 Feb 2007 02:19:35 -0800 |
nenolod |
[svn] - Patch to use libsamplerate for high-quality interpolated upsampling,
trunk
|
Sat, 20 Jan 2007 04:48:41 -0800 |
mf0102 |
[svn] made strings.h for existing strings.c, cleanups
trunk
|
Sat, 13 Jan 2007 16:41:21 -0800 |
js |
[svn] - Added script for migration to XDG basedir.
trunk
|