summaryrefslogtreecommitdiffstats
path: root/libaf
Commit message (Expand)AuthorAgeFilesLines
* workaround conflict with the MINGW32 open functionfaust32003-03-311-0/+5
* required for i18n+-lintl (found by Nexus)arpi2003-02-071-1/+1
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-0/+1
* Changing initial volume level to 0dB after loud intensive complaintsanders2003-01-201-5/+2
* export fmt2str()arpi2003-01-182-1/+4
* added af_format_encode() to convert sample format from libaf to mplayer (OSS)arpi2003-01-182-0/+38
* Adding support for more logical libaf configurationanders2003-01-172-7/+19
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-154-7/+7
* Fix for endianess conversion if input to libaf is floatanders2003-01-141-1/+1
* 10l sig 11 bug reported by Fabian Franzanders2003-01-121-1/+1
* 10l bug for float conversion control + feature fix in volume controlanders2003-01-103-9/+12
* New auto config for volume and resample and added support for float flag in c...anders2003-01-103-61/+100
* Adding sub-woofer filter, use this filter to add a sub channel to the audio s...anders2003-01-076-2/+374
* Speed optimizations (runs twise as fast) and bugfix (wrong cutoff frequency b...anders2003-01-041-119/+148
* compiler warning fixarpi2003-01-031-1/+1
* sig 11 fix in reinit and resample + spelling error fixesanders2003-01-023-6/+6
* fix compilation on solarisattila2003-01-011-0/+1
* Port of pl_surround.c to af-layer.ranma2002-12-313-1/+251
* Extending delay to have different delays for different channelsanders2002-12-311-82/+115
* 10l memory leak + bug fixes in ms to sample time conversionanders2002-12-315-15/+17
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-284-0/+4
* Changes includes:anders2002-12-2815-426/+1459
* compiler warning fixesarpi2002-12-141-1/+1
* the -af delay=[seconds] option currently parses floating point values ofarpi2002-12-041-1/+2
* reversing my patch to check for -Wall support & use it if available (requeste...rathann2002-11-251-1/+1
* check for -Wall support & use it if available patch by (Dominik Mierzejewski ...michael2002-11-231-1/+1
* Adding support for AFMT_FLOATanders2002-11-191-0/+2
* Printing of max volume on exitanders2002-11-141-1/+9
* 10landers2002-11-141-1/+1
* Fixing segfault bug and addnig support for lrintf() in format conversionanders2002-11-132-40/+56
* New features:anders2002-11-1216-349/+1796
* Header file for eqanders2002-11-031-0/+33
* Adding equalizer filter + some cosmeticsanders2002-11-035-2/+231
* 10landers2002-11-031-1/+0
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-315-0/+37
* Changing the behavour of the commandline parameter -af to conform with -vop. ...anders2002-10-313-19/+49
* Adding compile problem fix from Gabucinoanders2002-10-301-0/+1
* enable volume filter and fix nonsense default volume (still not usablerfelker2002-10-302-1/+3
* made gcd() staticarpi2002-10-241-1/+1
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-166-55/+333
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-122-6/+14
* src and dest buffers may overlappl2002-10-111-1/+1
* Correcting counters and flagsanders2002-10-111-9/+9
* Adding function for calculating the delay caused by the filtersanders2002-10-084-1/+20
* Adding functionality for adding filters during executionanders2002-10-072-4/+46
* Removing annoying printfanders2002-10-061-1/+0
* Changing frequency limit for resamplinganders2002-10-061-2/+2
* Adding Support for non-reentrant audio filtersanders2002-10-067-19/+41
* 10larpi2002-10-061-1/+1
* af_calc_insize_constrained() rounding changes, works better for me this wayarpi2002-10-051-13/+11
* optimization of the FIR macros, extending outfreq range to 2..192khzarpi2002-10-051-14/+10
* Removing debug message, (oops)anders2002-10-051-2/+0
* Adding function for estimating required buffer lengthanders2002-10-052-1/+58
* *** empty log message ***jaf2002-10-041-0/+1
* Correcting error in macroanders2002-10-031-1/+1
* Fixing the fix buffer overrun should work nowanders2002-10-032-3/+3
* Redesign of buffer length calculationanders2002-10-033-21/+28
* 1larpi2002-10-021-1/+1
* 100larpi2002-10-021-2/+2
* Fixing potential future problem with buffer overrunanders2002-10-021-1/+2
* Changing to 32 bit aritmetics for countersanders2002-10-021-26/+26
* Adding support for multiple audio streams and removing annoying message from ...anders2002-10-014-124/+122
* FreeBSD fixnexus2002-10-011-0/+1
* Adding new audio output filter layer libafanders2002-10-0113-0/+2226