| Commit message (Expand) | Author | Age | Files | Lines |
* | - correct the argument in configure check for lrintf() to avoid a warning | henry | 2005-05-30 | 1 | -1/+1 |
* | sanity checks | alex | 2005-05-21 | 1 | -0/+8 |
* | actually output 2 channel audio (instead of 6 channel with 4 empty channels) | reimar | 2005-05-09 | 1 | -13/+13 |
* | Prevent segfault when filter chain is empty (e.g. because all | reimar | 2005-05-01 | 1 | -0/+5 |
* | Error out when invalid format is specified | reimar | 2005-05-01 | 1 | -0/+4 |
* | change list traversal so the loop begins at the first filter after removing | henry | 2005-04-16 | 1 | -13/+12 |
* | More HRTF enhancements | henry | 2005-04-11 | 2 | -21/+56 |
* | HRTF filter updates: | henry | 2005-04-10 | 2 | -76/+316 |
* | obvious typo | rathann | 2005-03-01 | 1 | -1/+1 |
* | 10l fix. misplaced ; | ivo | 2005-02-27 | 1 | -1/+1 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 2 | -7/+10 |
* | better infoline | alex | 2005-02-25 | 1 | -1/+2 |
* | 100l for me, lrintf is better. now fixed so it should be prototyped, and shou... | rfelker | 2005-02-24 | 1 | -12/+23 |
* | finally the dreaded white-noise-with-floats bug is fixed!!!! | rfelker | 2005-02-22 | 1 | -16/+8 |
* | filter for adding a center channel, adding a high pass filter would be nice | alex | 2005-02-21 | 1 | -1/+2 |
* | filter for adding a center channel, adding a high pass filter would be nice | alex | 2005-02-21 | 3 | -1/+124 |
* | move the format related stuff to format.c | alex | 2005-02-21 | 3 | -202/+210 |
* | confusing mixture of typecasts and casted variable, removed typecasts | reimar | 2005-02-17 | 1 | -10/+10 |
* | removed forgotten old license clause | henry | 2005-02-05 | 1 | -6/+1 |
* | now supports float based operation aswell | alex | 2005-01-31 | 1 | -5/+40 |
* | using af_softclip | alex | 2005-01-31 | 1 | -8/+2 |
* | af_softclip | alex | 2005-01-31 | 1 | -0/+2 |
* | af_softclip | alex | 2005-01-31 | 1 | -0/+12 |
* | Make this file compile with gcc-4.0.0: | gpoirier | 2005-01-22 | 1 | -3/+3 |
* | af_format.h needs config.h to be included first. | reimar | 2005-01-12 | 1 | -0/+4 |
* | always cancel down fractions (frac_t) to avoid overflows and playback | reimar | 2005-01-08 | 7 | -28/+59 |
* | af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1) | reimar | 2005-01-06 | 1 | -10/+13 |
* | license issues clarified | henry | 2005-01-06 | 2 | -9/+2 |
* | 100l, mp_msg instead af_msg | alex | 2005-01-06 | 1 | -55/+43 |
* | af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i... | alex | 2005-01-03 | 4 | -46/+67 |
* | 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 | 2 | -7/+12 |
* | faster packed<->planar conversation | michael | 2004-12-31 | 1 | -6/+24 |
* | less namespace pollution #2 (prefixed globals in filter.c with af_filter_) | alex | 2004-12-29 | 6 | -28/+28 |
* | less namespace pollution | alex | 2004-12-29 | 3 | -22/+22 |
* | accelerated conversions | alex | 2004-12-29 | 1 | -6/+98 |
* | af_fmt2str_short | alex | 2004-12-28 | 2 | -0/+34 |
* | 100l use right mask type when checking for input format | rtognimp | 2004-12-28 | 1 | -9/+4 |
* | Make af_ladspa use new AF_FORMAT define that was introduced by Alex's | ivo | 2004-12-28 | 1 | -1/+1 |
* | ensure af_fmt2str always return a 0 terminated string | reimar | 2004-12-27 | 1 | -0/+5 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 20 | -154/+126 |
* | 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 | 4 | -2/+1001 |
* | Make filters request a supported input format instead of failing. | reimar | 2004-12-22 | 5 | -20/+12 |
* | Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set. | reimar | 2004-12-19 | 1 | -4/+6 |
* | very old 10l, discussed a long time ago but never fixed (default should be sa... | rfelker | 2004-11-30 | 1 | -1/+1 |
* | head related transfer function | henry | 2004-11-20 | 4 | -1/+898 |
* | declare check_format and check_bps static, they are used nowhere else. | reimar | 2004-11-20 | 1 | -2/+2 |
* | libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d... | michael | 2004-11-03 | 1 | -0/+5 |
* | user selectable cutoff frequency | michael | 2004-10-21 | 1 | -6/+14 |
* | sine sweep generator | michael | 2004-10-21 | 3 | -1/+98 |
* | libavcodec resampling ... | michael | 2004-10-21 | 3 | -1/+160 |
* | The full name of the GPL is GNU General Public License. | diego | 2004-10-10 | 19 | -19/+19 |
* | make af_help conform better to the the afm/vfm/etc equivalents | alex | 2004-10-05 | 1 | -1/+5 |
* | make use of new defines: 24 and 32bit integer types | alex | 2004-10-04 | 1 | -1/+15 |
* | reimplementation of the pl_extrastereo and pl_volnorm plugins | alex | 2004-10-04 | 6 | -2/+474 |
* | mplayer -af help now lists all available audio filters. | ivo | 2004-09-06 | 2 | -0/+11 |
* | support for 24 bit audio | reimar | 2004-07-29 | 1 | -0/+15 |
* | mingw crosscompiling step 1 | faust3 | 2004-06-27 | 1 | -1/+1 |
* | 10 | alex | 2004-06-26 | 1 | -3/+3 |
* | Send a command throught the filter chain until some item returns AF_OK. Patch... | alex | 2004-06-25 | 2 | -2/+19 |
* | 10l | alex | 2004-06-25 | 1 | -1/+1 |
* | remove the latest use of log10 in favor of the better af_to_dB helper functio... | alex | 2004-06-25 | 1 | -2/+2 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | debug printf junk | henry | 2004-06-11 | 1 | -1/+1 |
* | using bswap.h for endianness conversion | reimar | 2004-05-18 | 1 | -9/+3 |
* | fix endian conversion for (curently unused) case where in buffer != out buffer | reimar | 2004-05-16 | 1 | -0/+2 |
* | support for 24 bit pcm/wav files | reimar | 2004-05-16 | 2 | -3/+84 |
* | more stupid crap | rfelker | 2004-05-01 | 1 | -1/+1 |
* | 10l - replace 6 with AF_NCH | henry | 2004-03-04 | 2 | -2/+2 |
* | if the user wants fast, use fast code! otherwise the user has to put | rfelker | 2004-01-27 | 1 | -0/+6 |
* | minor fixes by ed@catmur.co.uk | alex | 2003-11-28 | 1 | -5/+5 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | disable af export for systems without mmap | faust3 | 2003-09-21 | 2 | -15/+23 |
* | Adding filter for exporting audio data to visual effect applications | anders | 2003-09-20 | 4 | -1/+269 |
* | 1000l and I imho this would win 'The Bug/Typo of the Year' award | alex | 2003-08-29 | 1 | -1/+1 |
* | workaround conflict with the MINGW32 open function | faust3 | 2003-03-31 | 1 | -0/+5 |
* | required for i18n+-lintl (found by Nexus) | arpi | 2003-02-07 | 1 | -1/+1 |
* | compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2003-02-02 | 1 | -0/+1 |
* | Changing initial volume level to 0dB after loud intensive complaints | anders | 2003-01-20 | 1 | -5/+2 |
* | export fmt2str() | arpi | 2003-01-18 | 2 | -1/+4 |
* | added af_format_encode() to convert sample format from libaf to mplayer (OSS) | arpi | 2003-01-18 | 2 | -0/+38 |
* | Adding support for more logical libaf configuration | anders | 2003-01-17 | 2 | -7/+19 |
* | bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can... | mosu | 2003-01-15 | 4 | -7/+7 |
* | Fix for endianess conversion if input to libaf is float | anders | 2003-01-14 | 1 | -1/+1 |
* | 10l sig 11 bug reported by Fabian Franz | anders | 2003-01-12 | 1 | -1/+1 |
* | 10l bug for float conversion control + feature fix in volume control | anders | 2003-01-10 | 3 | -9/+12 |
* | New auto config for volume and resample and added support for float flag in c... | anders | 2003-01-10 | 3 | -61/+100 |
* | Adding sub-woofer filter, use this filter to add a sub channel to the audio s... | anders | 2003-01-07 | 6 | -2/+374 |
* | Speed optimizations (runs twise as fast) and bugfix (wrong cutoff frequency b... | anders | 2003-01-04 | 1 | -119/+148 |
* | compiler warning fix | arpi | 2003-01-03 | 1 | -1/+1 |
* | sig 11 fix in reinit and resample + spelling error fixes | anders | 2003-01-02 | 3 | -6/+6 |
* | fix compilation on solaris | attila | 2003-01-01 | 1 | -0/+1 |
* | Port of pl_surround.c to af-layer. | ranma | 2002-12-31 | 3 | -1/+251 |
* | Extending delay to have different delays for different channels | anders | 2002-12-31 | 1 | -82/+115 |
* | 10l memory leak + bug fixes in ms to sample time conversion | anders | 2002-12-31 | 5 | -15/+17 |
* | Added/reordered #includes to silence warnings about "implicit declaration". | rathann | 2002-12-28 | 4 | -0/+4 |
* | Changes includes: | anders | 2002-12-28 | 15 | -426/+1459 |
* | compiler warning fixes | arpi | 2002-12-14 | 1 | -1/+1 |
* | the -af delay=[seconds] option currently parses floating point values of | arpi | 2002-12-04 | 1 | -1/+2 |
* | reversing my patch to check for -Wall support & use it if available (requeste... | rathann | 2002-11-25 | 1 | -1/+1 |
* | check for -Wall support & use it if available patch by (Dominik Mierzejewski ... | michael | 2002-11-23 | 1 | -1/+1 |
* | Adding support for AFMT_FLOAT | anders | 2002-11-19 | 1 | -0/+2 |
* | Printing of max volume on exit | anders | 2002-11-14 | 1 | -1/+9 |
* | 10l | anders | 2002-11-14 | 1 | -1/+1 |
* | Fixing segfault bug and addnig support for lrintf() in format conversion | anders | 2002-11-13 | 2 | -40/+56 |
* | New features: | anders | 2002-11-12 | 16 | -349/+1796 |
* | Header file for eq | anders | 2002-11-03 | 1 | -0/+33 |
* | Adding equalizer filter + some cosmetics | anders | 2002-11-03 | 5 | -2/+231 |
* | 10l | anders | 2002-11-03 | 1 | -1/+0 |
* | Adding commandline options for filters and fixing stupid bug in cfg | anders | 2002-10-31 | 5 | -0/+37 |
* | Changing the behavour of the commandline parameter -af to conform with -vop. ... | anders | 2002-10-31 | 3 | -19/+49 |
* | Adding compile problem fix from Gabucino | anders | 2002-10-30 | 1 | -0/+1 |
* | enable volume filter and fix nonsense default volume (still not usable | rfelker | 2002-10-30 | 2 | -1/+3 |
* | made gcd() static | arpi | 2002-10-24 | 1 | -1/+1 |
* | Adding volume control and moving control() call parameters to a seperate file | anders | 2002-10-16 | 6 | -55/+333 |
* | Fix for audio filters on big endian cpus. It's working now on Solaris SPARC & | jkeil | 2002-10-12 | 2 | -6/+14 |
* | src and dest buffers may overlap | pl | 2002-10-11 | 1 | -1/+1 |
* | Correcting counters and flags | anders | 2002-10-11 | 1 | -9/+9 |
* | Adding function for calculating the delay caused by the filters | anders | 2002-10-08 | 4 | -1/+20 |
* | Adding functionality for adding filters during execution | anders | 2002-10-07 | 2 | -4/+46 |
* | Removing annoying printf | anders | 2002-10-06 | 1 | -1/+0 |
* | Changing frequency limit for resampling | anders | 2002-10-06 | 1 | -2/+2 |
* | Adding Support for non-reentrant audio filters | anders | 2002-10-06 | 7 | -19/+41 |
* | 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 |
* | optimization of the FIR macros, extending outfreq range to 2..192khz | arpi | 2002-10-05 | 1 | -14/+10 |
* | Removing debug message, (oops) | anders | 2002-10-05 | 1 | -2/+0 |
* | Adding function for estimating required buffer length | anders | 2002-10-05 | 2 | -1/+58 |
* | *** empty log message *** | jaf | 2002-10-04 | 1 | -0/+1 |
* | Correcting error in macro | anders | 2002-10-03 | 1 | -1/+1 |
* | Fixing the fix buffer overrun should work now | anders | 2002-10-03 | 2 | -3/+3 |
* | Redesign of buffer length calculation | anders | 2002-10-03 | 3 | -21/+28 |
* | 1l | arpi | 2002-10-02 | 1 | -1/+1 |
* | 100l | arpi | 2002-10-02 | 1 | -2/+2 |
* | Fixing potential future problem with buffer overrun | anders | 2002-10-02 | 1 | -1/+2 |
* | Changing to 32 bit aritmetics for counters | anders | 2002-10-02 | 1 | -26/+26 |
* | Adding support for multiple audio streams and removing annoying message from ... | anders | 2002-10-01 | 4 | -124/+122 |
* | FreeBSD fix | nexus | 2002-10-01 | 1 | -0/+1 |
* | Adding new audio output filter layer libaf | anders | 2002-10-01 | 13 | -0/+2226 |