| Commit message (Expand) | Author | Age | Files | Lines |
* | Change value used to indicate "unknown audio format" from 0 to -1. | uau | 2006-11-08 | 1 | -2/+4 |
* | Fix stupid use of multiplication to check signs which fails because of | uau | 2006-09-18 | 1 | -5/+1 |
* | makes several libaf functions static coz they are not used outside their sour... | reynaldo | 2006-07-09 | 1 | -5/+5 |
* | Rename sinesupress to sinesuppress, including af_sinesupress.c file rename. | corey | 2006-06-07 | 1 | -2/+2 |
* | New karaoke af | reynaldo | 2006-05-13 | 1 | -0/+2 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+0 |
* | very simple filter which can remove a sine at a specified frequency, usefull ... | michael | 2006-04-13 | 1 | -0/+2 |
* | fix memory leak when filter with given name does not exist. | reimar | 2006-03-08 | 1 | -4/+4 |
* | semi-hack: avoid passing 0-length blocks to audio filters. | reimar | 2005-10-20 | 1 | -0/+1 |
* | documentation-only patch: make doxygen compatible and create | reimar | 2005-10-01 | 1 | -6/+10 |
* | Avoid hang with -af-adv force=3 | reimar | 2005-07-23 | 1 | -0/+5 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 1 | -15/+11 |
* | Fix mp_msg vs af_msg usage as pointed out by Ivo. | diego | 2005-06-21 | 1 | -1/+1 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | Prevent segfault when filter chain is empty (e.g. because all | reimar | 2005-05-01 | 1 | -0/+5 |
* | change list traversal so the loop begins at the first filter after removing | henry | 2005-04-16 | 1 | -13/+12 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 1 | -5/+6 |
* | filter for adding a center channel, adding a high pass filter would be nice | alex | 2005-02-21 | 1 | -1/+2 |
* | Make this file compile with gcc-4.0.0: | gpoirier | 2005-01-22 | 1 | -3/+3 |
* | always cancel down fractions (frac_t) to avoid overflows and playback | reimar | 2005-01-08 | 1 | -6/+46 |
* | af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i... | alex | 2005-01-03 | 1 | -4/+4 |
* | Use lavcresample only when libavcodec is compiled in. | reimar | 2005-01-03 | 1 | -8/+21 |
* | Make af_control_any_rev return the matching filter | reimar | 2005-01-01 | 1 | -5/+10 |
* | Use lavcresample when accuracy-optimized audio filter chain is requested. | reimar | 2004-12-26 | 1 | -3/+4 |
* | Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins. | ivo | 2004-12-23 | 1 | -0/+4 |
* | head related transfer function | henry | 2004-11-20 | 1 | -0/+2 |
* | sine sweep generator | michael | 2004-10-21 | 1 | -0/+2 |
* | libavcodec resampling ... | michael | 2004-10-21 | 1 | -0/+4 |
* | make af_help conform better to the the afm/vfm/etc equivalents | alex | 2004-10-05 | 1 | -1/+5 |
* | reimplementation of the pl_extrastereo and pl_volnorm plugins | alex | 2004-10-04 | 1 | -0/+4 |
* | mplayer -af help now lists all available audio filters. | ivo | 2004-09-06 | 1 | -0/+8 |
* | Send a command throught the filter chain until some item returns AF_OK. Patch... | alex | 2004-06-25 | 1 | -2/+14 |
* | if the user wants fast, use fast code! otherwise the user has to put | rfelker | 2004-01-27 | 1 | -0/+6 |
* | disable af export for systems without mmap | faust3 | 2003-09-21 | 1 | -15/+18 |
* | Adding filter for exporting audio data to visual effect applications | anders | 2003-09-20 | 1 | -0/+2 |
* | Adding support for more logical libaf configuration | anders | 2003-01-17 | 1 | -3/+12 |
* | Adding sub-woofer filter, use this filter to add a sub channel to the audio s... | anders | 2003-01-07 | 1 | -0/+2 |
* | sig 11 fix in reinit and resample + spelling error fixes | anders | 2003-01-02 | 1 | -1/+1 |
* | Port of pl_surround.c to af-layer. | ranma | 2002-12-31 | 1 | -0/+2 |
* | Changes includes: | anders | 2002-12-28 | 1 | -15/+45 |
* | New features: | anders | 2002-11-12 | 1 | -60/+64 |
* | Adding equalizer filter + some cosmetics | anders | 2002-11-03 | 1 | -0/+2 |
* | Adding commandline options for filters and fixing stupid bug in cfg | anders | 2002-10-31 | 1 | -0/+1 |
* | Changing the behavour of the commandline parameter -af to conform with -vop. ... | anders | 2002-10-31 | 1 | -6/+21 |
* | enable volume filter and fix nonsense default volume (still not usable | rfelker | 2002-10-30 | 1 | -0/+2 |
* | Adding volume control and moving control() call parameters to a seperate file | anders | 2002-10-16 | 1 | -10/+11 |
* | Adding function for calculating the delay caused by the filters | anders | 2002-10-08 | 1 | -0/+13 |
* | Adding functionality for adding filters during execution | anders | 2002-10-07 | 1 | -4/+28 |
* | Removing annoying printf | anders | 2002-10-06 | 1 | -1/+0 |
* | Adding Support for non-reentrant audio filters | anders | 2002-10-06 | 1 | -19/+31 |
* | 10l | arpi | 2002-10-06 | 1 | -1/+1 |
* | af_calc_insize_constrained() rounding changes, works better for me this way | arpi | 2002-10-05 | 1 | -13/+11 |
* | Removing debug message, (oops) | anders | 2002-10-05 | 1 | -2/+0 |
* | Adding function for estimating required buffer length | anders | 2002-10-05 | 1 | -0/+48 |
* | Fixing the fix buffer overrun should work now | anders | 2002-10-03 | 1 | -1/+1 |
* | Redesign of buffer length calculation | anders | 2002-10-03 | 1 | -14/+18 |
* | Fixing potential future problem with buffer overrun | anders | 2002-10-02 | 1 | -1/+2 |
* | Adding support for multiple audio streams and removing annoying message from ... | anders | 2002-10-01 | 1 | -99/+83 |
* | Adding new audio output filter layer libaf | anders | 2002-10-01 | 1 | -0/+440 |