Sun, 17 Oct 2010 15:52:18 +0000 |
reimar |
Make af_reinit "public", to allow using it in future patches.
|
Mon, 13 Sep 2010 03:54:37 +0000 |
diego |
const-correctness for af_info_t audio filter declarations
|
Thu, 27 May 2010 20:59:40 +0000 |
diego |
Drop pointless _s suffix from 'struct af_stream'.
|
Sat, 30 Jan 2010 10:09:14 +0000 |
reimar |
Make the code match the documentation by making higher-quality but slower
|
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 20:21:20 +0000 |
bircoph |
Move config.h include directive up as a precaution measure.
|
Sat, 28 Mar 2009 20:03:08 +0000 |
bircoph |
Reorder includes alphabetically.
|
Sat, 28 Mar 2009 20:01:43 +0000 |
bircoph |
Remove af_mp.h and add its content to af.h
|
Sat, 28 Mar 2009 19:57:56 +0000 |
bircoph |
Remove af_msg special-casing API in libaf.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Fri, 16 Jan 2009 09:29:20 +0000 |
reimar |
More #ifdef -> #if fixes
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Fri, 14 Mar 2008 16:46:13 +0000 |
diego |
#include config.h before all other headers.
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Tue, 01 Jan 2008 20:21:20 +0000 |
diego |
Replace multiple inclusion guards with leading underscores by default names.
|
Thu, 01 Nov 2007 06:52:50 +0000 |
uau |
A/V sync: take audio filter buffers into account
|
Thu, 01 Nov 2007 06:52:19 +0000 |
uau |
Change decode_audio() interface
|
Thu, 01 Nov 2007 06:52:06 +0000 |
uau |
libaf: Remove rational number implementation
|
Thu, 01 Nov 2007 06:52:01 +0000 |
uau |
libaf: change filter input/output ratio calculations
|
Thu, 01 Nov 2007 06:51:57 +0000 |
uau |
Remove unused functions in af.c
|
Sat, 25 Nov 2006 19:57:31 +0000 |
diego |
Remove config.h and move its content to af.h. There are multiple files under
|
Sat, 25 Nov 2006 19:41:52 +0000 |
diego |
Use the real name of the header file when guarding against double inclusion.
|
Sat, 01 Oct 2005 12:55:34 +0000 |
reimar |
documentation-only patch: make doxygen compatible and create
|
Fri, 24 Jun 2005 10:50:53 +0000 |
reimar |
make -srate work again, unify audio filter init and preinit.
|
Tue, 01 Mar 2005 22:52:02 +0000 |
rathann |
obvious typo
|
Fri, 25 Feb 2005 11:11:07 +0000 |
alex |
finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
|
Mon, 31 Jan 2005 11:43:08 +0000 |
alex |
af_softclip
|
Sat, 08 Jan 2005 21:34:06 +0000 |
reimar |
always cancel down fractions (frac_t) to avoid overflows and playback
|
Sat, 01 Jan 2005 18:46:56 +0000 |
reimar |
Make af_control_any_rev return the matching filter
|
Mon, 06 Sep 2004 22:27:08 +0000 |
ivo |
mplayer -af help now lists all available audio filters.
|
Sat, 26 Jun 2004 10:05:13 +0000 |
alex |
10
|
Fri, 25 Jun 2004 19:02:53 +0000 |
alex |
Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger
|
Fri, 17 Jan 2003 01:00:07 +0000 |
anders |
Adding support for more logical libaf configuration
|
Wed, 15 Jan 2003 11:16:33 +0000 |
mosu |
bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)
|
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
|
Tue, 31 Dec 2002 05:42:20 +0000 |
anders |
10l memory leak + bug fixes in ms to sample time conversion
|
Sat, 28 Dec 2002 13:59:53 +0000 |
anders |
Changes includes:
|
Wed, 13 Nov 2002 09:09:50 +0000 |
anders |
Fixing segfault bug and addnig support for lrintf() in format conversion
|
Tue, 12 Nov 2002 12:33:56 +0000 |
anders |
New features:
|
Sun, 03 Nov 2002 09:51:02 +0000 |
anders |
Adding equalizer filter + some cosmetics
|
Wed, 16 Oct 2002 01:49:40 +0000 |
anders |
Adding volume control and moving control() call parameters to a seperate file
|
Tue, 08 Oct 2002 10:20:36 +0000 |
anders |
Adding function for calculating the delay caused by the filters
|
Mon, 07 Oct 2002 10:46:01 +0000 |
anders |
Adding functionality for adding filters during execution
|
Sun, 06 Oct 2002 11:26:14 +0000 |
anders |
Adding Support for non-reentrant audio filters
|
Sat, 05 Oct 2002 11:02:39 +0000 |
anders |
Adding function for estimating required buffer length
|
Thu, 03 Oct 2002 12:44:58 +0000 |
anders |
Correcting error in macro
|
Thu, 03 Oct 2002 12:02:46 +0000 |
anders |
Redesign of buffer length calculation
|
Tue, 01 Oct 2002 12:53:30 +0000 |
anders |
Adding support for multiple audio streams and removing annoying message from resample and format
|
Tue, 01 Oct 2002 06:45:08 +0000 |
anders |
Adding new audio output filter layer libaf
|