aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af.c
Commit message (Expand)AuthorAge
* Change value used to indicate "unknown audio format" from 0 to -1.Gravatar uau2006-11-08
* Fix stupid use of multiplication to check signs which fails because of Gravatar uau2006-09-18
* makes several libaf functions static coz they are not used outside their sour...Gravatar reynaldo2006-07-09
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.Gravatar corey2006-06-07
* New karaoke afGravatar reynaldo2006-05-13
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* very simple filter which can remove a sine at a specified frequency, usefull ...Gravatar michael2006-04-13
* fix memory leak when filter with given name does not exist.Gravatar reimar2006-03-08
* semi-hack: avoid passing 0-length blocks to audio filters.Gravatar reimar2005-10-20
* documentation-only patch: make doxygen compatible and createGravatar reimar2005-10-01
* Avoid hang with -af-adv force=3Gravatar reimar2005-07-23
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* Fix mp_msg vs af_msg usage as pointed out by Ivo.Gravatar diego2005-06-21
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Prevent segfault when filter chain is empty (e.g. because allGravatar reimar2005-05-01
* change list traversal so the loop begins at the first filter after removingGravatar henry2005-04-16
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* filter for adding a center channel, adding a high pass filter would be niceGravatar alex2005-02-21
* Make this file compile with gcc-4.0.0:Gravatar gpoirier2005-01-22
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...Gravatar alex2005-01-03
* Use lavcresample only when libavcodec is compiled in.Gravatar reimar2005-01-03
* Make af_control_any_rev return the matching filterGravatar reimar2005-01-01
* 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
* head related transfer functionGravatar henry2004-11-20
* sine sweep generatorGravatar michael2004-10-21
* libavcodec resampling ...Gravatar michael2004-10-21
* make af_help conform better to the the afm/vfm/etc equivalentsGravatar alex2004-10-05
* 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
* Send a command throught the filter chain until some item returns AF_OK. Patch...Gravatar alex2004-06-25
* if the user wants fast, use fast code! otherwise the user has to putGravatar rfelker2004-01-27
* disable af export for systems without mmapGravatar faust32003-09-21
* Adding filter for exporting audio data to visual effect applicationsGravatar anders2003-09-20
* Adding support for more logical libaf configurationGravatar anders2003-01-17
* Adding sub-woofer filter, use this filter to add a sub channel to the audio s...Gravatar anders2003-01-07
* sig 11 fix in reinit and resample + spelling error fixesGravatar anders2003-01-02
* Port of pl_surround.c to af-layer.Gravatar ranma2002-12-31
* Changes includes:Gravatar anders2002-12-28
* New features:Gravatar anders2002-11-12
* Adding equalizer filter + some cosmeticsGravatar anders2002-11-03
* Adding commandline options for filters and fixing stupid bug in cfgGravatar anders2002-10-31
* Changing the behavour of the commandline parameter -af to conform with -vop. ...Gravatar anders2002-10-31
* enable volume filter and fix nonsense default volume (still not usableGravatar rfelker2002-10-30
* Adding volume control and moving control() call parameters to a seperate fileGravatar anders2002-10-16
* Adding function for calculating the delay caused by the filtersGravatar anders2002-10-08
* Adding functionality for adding filters during executionGravatar anders2002-10-07
* Removing annoying printfGravatar anders2002-10-06
* Adding Support for non-reentrant audio filtersGravatar anders2002-10-06