log src/audacious/output.c @ 4756:f084f639e962

age author description
Thu, 07 Aug 2008 12:17:14 +0300 Paula Stanciu Automated merge with ssh://paula@hg.atheme.org//hg/audacious
Thu, 07 Aug 2008 12:16:46 +0300 Paula Stanciu makeing possible to reinitialize the output plugin from outher plugins
Wed, 06 Aug 2008 23:04:34 +0300 Andrew O. Shadoura move FMT_FRACBITS() to plugin.h
Wed, 30 Apr 2008 03:43:15 +0300 Matti Hamalainen Conditional USE_SRC was changed to USE_SAMPLERATE earlier.
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