aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* faster packed<->planar conversationGravatar michael2004-12-31
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)Gravatar alex2004-12-29
* less namespace pollutionGravatar alex2004-12-29
* accelerated conversionsGravatar alex2004-12-29
* af_fmt2str_shortGravatar alex2004-12-28
* 100l use right mask type when checking for input formatGravatar rtognimp2004-12-28
* Make af_ladspa use new AF_FORMAT define that was introduced by Alex'sGravatar ivo2004-12-28
* ensure af_fmt2str always return a 0 terminated stringGravatar reimar2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* Use lavcresample when accuracy-optimized audio filter chain is requested.Gravatar reimar2004-12-26
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.Gravatar ivo2004-12-23
* Make filters request a supported input format instead of failing.Gravatar reimar2004-12-22
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.Gravatar reimar2004-12-19
* very old 10l, discussed a long time ago but never fixed (default should be sa...Gravatar rfelker2004-11-30
* head related transfer functionGravatar henry2004-11-20
* declare check_format and check_bps static, they are used nowhere else.Gravatar reimar2004-11-20
* libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d...Gravatar michael2004-11-03
* user selectable cutoff frequencyGravatar michael2004-10-21
* sine sweep generatorGravatar michael2004-10-21
* libavcodec resampling ...Gravatar michael2004-10-21
* The full name of the GPL is GNU General Public License.Gravatar diego2004-10-10
* make af_help conform better to the the afm/vfm/etc equivalentsGravatar alex2004-10-05
* make use of new defines: 24 and 32bit integer typesGravatar alex2004-10-04
* reimplementation of the pl_extrastereo and pl_volnorm pluginsGravatar alex2004-10-04
* mplayer -af help now lists all available audio filters.Gravatar ivo2004-09-06
* support for 24 bit audioGravatar reimar2004-07-29
* mingw crosscompiling step 1Gravatar faust32004-06-27
* 10Gravatar alex2004-06-26
* Send a command throught the filter chain until some item returns AF_OK. Patch...Gravatar alex2004-06-25
* 10lGravatar alex2004-06-25
* remove the latest use of log10 in favor of the better af_to_dB helper functio...Gravatar alex2004-06-25
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* debug printf junkGravatar henry2004-06-11
* using bswap.h for endianness conversionGravatar reimar2004-05-18
* fix endian conversion for (curently unused) case where in buffer != out bufferGravatar reimar2004-05-16
* support for 24 bit pcm/wav filesGravatar reimar2004-05-16
* more stupid crapGravatar rfelker2004-05-01
* 10l - replace 6 with AF_NCHGravatar henry2004-03-04
* if the user wants fast, use fast code! otherwise the user has to putGravatar rfelker2004-01-27
* minor fixes by ed@catmur.co.ukGravatar alex2003-11-28
* many small typo and grammar fixesGravatar gabucino2003-10-04
* disable af export for systems without mmapGravatar faust32003-09-21
* Adding filter for exporting audio data to visual effect applicationsGravatar anders2003-09-20
* 1000l and I imho this would win 'The Bug/Typo of the Year' awardGravatar alex2003-08-29
* workaround conflict with the MINGW32 open functionGravatar faust32003-03-31
* required for i18n+-lintl (found by Nexus)Gravatar arpi2003-02-07
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2003-02-02
* Changing initial volume level to 0dB after loud intensive complaintsGravatar anders2003-01-20
* export fmt2str()Gravatar arpi2003-01-18
* added af_format_encode() to convert sample format from libaf to mplayer (OSS)Gravatar arpi2003-01-18