log libaf/af.h @ 28906:6cc8cc259dc1

age author description
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-16 reimar More #ifdef -> #if fixes
2009-01-05 diego Replace informal license notices by standard license header
2008-03-14 diego #include config.h before all other headers.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-01-01 diego Replace multiple inclusion guards with leading underscores by default names.
2007-11-01 uau A/V sync: take audio filter buffers into account
2007-11-01 uau Change decode_audio() interface
2007-11-01 uau libaf: Remove rational number implementation
2007-11-01 uau libaf: change filter input/output ratio calculations
2007-11-01 uau Remove unused functions in af.c
2006-11-25 diego Remove config.h and move its content to af.h. There are multiple files under
2006-11-25 diego Use the real name of the header file when guarding against double inclusion.
2005-10-01 reimar documentation-only patch: make doxygen compatible and create
2005-06-24 reimar make -srate work again, unify audio filter init and preinit.
2005-03-01 rathann obvious typo
2005-02-25 alex finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
2005-01-31 alex af_softclip
2005-01-08 reimar always cancel down fractions (frac_t) to avoid overflows and playback
2005-01-01 reimar Make af_control_any_rev return the matching filter
2004-09-06 ivo mplayer -af help now lists all available audio filters.
2004-06-26 alex 10
2004-06-25 alex Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger
2003-01-17 anders Adding support for more logical libaf configuration
2003-01-15 mosu bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)
2003-01-10 anders 10l bug for float conversion control + feature fix in volume control
2003-01-10 anders New auto config for volume and resample and added support for float flag in configuration
2002-12-31 anders 10l memory leak + bug fixes in ms to sample time conversion
2002-12-28 anders Changes includes:
2002-11-13 anders Fixing segfault bug and addnig support for lrintf() in format conversion
2002-11-12 anders New features:
2002-11-03 anders Adding equalizer filter + some cosmetics
2002-10-16 anders Adding volume control and moving control() call parameters to a seperate file
2002-10-08 anders Adding function for calculating the delay caused by the filters
2002-10-07 anders Adding functionality for adding filters during execution
2002-10-06 anders Adding Support for non-reentrant audio filters
2002-10-05 anders Adding function for estimating required buffer length
2002-10-03 anders Correcting error in macro
2002-10-03 anders Redesign of buffer length calculation
2002-10-01 anders Adding support for multiple audio streams and removing annoying message from resample and format
2002-10-01 anders Adding new audio output filter layer libaf