Wed, 30 Oct 2013 18:45:48 +0000 |
reimar |
af_volume: add NEON optimization for common float case.
|
Tue, 29 Oct 2013 19:24:16 +0000 |
reimar |
af_volume: optimize for common case where all channels
|
Tue, 29 Oct 2013 19:24:13 +0000 |
reimar |
af_volume: Avoid pointlessly calculating the maximum volume.
|
Sat, 26 Oct 2013 10:23:03 +0000 |
reimar |
Remove unused per-channel enable.
|
Sat, 26 Oct 2013 10:16:09 +0000 |
reimar |
Remove unused code that costs a good bit of performance.
|
Sat, 26 Oct 2013 09:36:23 +0000 |
reimar |
Remove some macros and switch to libavutil equivalents.
|
Sat, 26 Oct 2013 09:36:21 +0000 |
reimar |
Remove pointless cast.
|
Wed, 26 Oct 2011 15:12:35 +0000 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Tue, 10 Nov 2009 00:45:19 +0000 |
tack |
Add support for 8 channel audio.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sat, 28 Mar 2009 19:57:56 +0000 |
bircoph |
Remove af_msg special-casing API in libaf.
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Thu, 01 Nov 2007 06:52:01 +0000 |
uau |
libaf: change filter input/output ratio calculations
|
Tue, 20 Mar 2007 09:53:31 +0000 |
diego |
Remove unnecessary unistd.h include.
|
Tue, 20 Mar 2007 09:46:00 +0000 |
diego |
Rename open to af_open so as not to conflict with a previous header definition.
|
Mon, 31 Jan 2005 11:43:36 +0000 |
alex |
using af_softclip
|
Mon, 27 Dec 2004 17:30:15 +0000 |
alex |
removing AFMT_ dependancy
|
Tue, 30 Nov 2004 19:02:29 +0000 |
rfelker |
very old 10l, discussed a long time ago but never fixed (default should be same vol, not -10 dB)
|
Sun, 10 Oct 2004 14:20:42 +0000 |
diego |
The full name of the GPL is GNU General Public License.
|
Fri, 25 Jun 2004 15:26:59 +0000 |
alex |
remove the latest use of log10 in favor of the better af_to_dB helper function, patch by Reimar Doffinger
|
Mon, 20 Jan 2003 10:46:32 +0000 |
anders |
Changing initial volume level to 0dB after loud intensive complaints
|
Fri, 10 Jan 2003 01:45:34 +0000 |
anders |
10l bug for float conversion control + feature fix in volume control
|
Fri, 10 Jan 2003 01:01:38 +0000 |
anders |
New auto config for volume and resample and added support for float flag in configuration
|
Sat, 28 Dec 2002 18:51:10 +0000 |
rathann |
Added/reordered #includes to silence warnings about "implicit declaration".
|
Sat, 28 Dec 2002 13:59:53 +0000 |
anders |
Changes includes:
|
Thu, 14 Nov 2002 09:49:06 +0000 |
anders |
Printing of max volume on exit
|
Tue, 12 Nov 2002 12:33:56 +0000 |
anders |
New features:
|
Thu, 31 Oct 2002 08:03:51 +0000 |
anders |
Changing the behavour of the commandline parameter -af to conform with -vop. Adding new commanline parameter -af-adv for advanced af options. Adding changes to volume control to support commandline parameters.
|
Wed, 30 Oct 2002 04:11:26 +0000 |
rfelker |
enable volume filter and fix nonsense default volume (still not usable
|
Wed, 16 Oct 2002 01:49:40 +0000 |
anders |
Adding volume control and moving control() call parameters to a seperate file
|