summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
Commit message (Expand)AuthorAgeFilesLines
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.ulion2007-12-131-0/+4
* Fix my wrong code in r25530.ulion2007-12-101-1/+1
* Fix missing command line bug by making the input parameter constant.ulion2007-12-101-6/+8
* Prevent from using data->len when data is NULL (when play() return NULL).ulion2007-11-231-1/+1
* A/V sync: take audio filter buffers into accountuau2007-11-011-1/+2
* Add audio filter scaletempouau2007-11-011-0/+2
* Change decode_audio() interfaceuau2007-11-011-20/+3
* Remove some pointless 'inline' qualifiersuau2007-11-011-1/+1
* libaf: Remove rational number implementationuau2007-11-011-47/+0
* libaf: change filter input/output ratio calculationsuau2007-11-011-27/+16
* Remove unused functions in af.cuau2007-11-011-33/+0
* Change value used to indicate "unknown audio format" from 0 to -1.uau2006-11-081-2/+4
* Fix stupid use of multiplication to check signs which fails because of uau2006-09-181-5/+1
* makes several libaf functions static coz they are not used outside their sour...reynaldo2006-07-091-5/+5
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.corey2006-06-071-2/+2
* New karaoke afreynaldo2006-05-131-0/+2
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+0
* very simple filter which can remove a sine at a specified frequency, usefull ...michael2006-04-131-0/+2
* fix memory leak when filter with given name does not exist.reimar2006-03-081-4/+4
* semi-hack: avoid passing 0-length blocks to audio filters.reimar2005-10-201-0/+1
* documentation-only patch: make doxygen compatible and createreimar2005-10-011-6/+10
* Avoid hang with -af-adv force=3reimar2005-07-231-0/+5
* make -srate work again, unify audio filter init and preinit.reimar2005-06-241-15/+11
* Fix mp_msg vs af_msg usage as pointed out by Ivo.diego2005-06-211-1/+1
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* Prevent segfault when filter chain is empty (e.g. because allreimar2005-05-011-0/+5
* change list traversal so the loop begins at the first filter after removinghenry2005-04-161-13/+12
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-251-5/+6
* filter for adding a center channel, adding a high pass filter would be nicealex2005-02-211-1/+2
* Make this file compile with gcc-4.0.0:gpoirier2005-01-221-3/+3
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-081-6/+46
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...alex2005-01-031-4/+4
* Use lavcresample only when libavcodec is compiled in.reimar2005-01-031-8/+21
* Make af_control_any_rev return the matching filterreimar2005-01-011-5/+10
* Use lavcresample when accuracy-optimized audio filter chain is requested.reimar2004-12-261-3/+4
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-231-0/+4
* head related transfer functionhenry2004-11-201-0/+2
* sine sweep generatormichael2004-10-211-0/+2
* libavcodec resampling ...michael2004-10-211-0/+4
* make af_help conform better to the the afm/vfm/etc equivalentsalex2004-10-051-1/+5
* reimplementation of the pl_extrastereo and pl_volnorm pluginsalex2004-10-041-0/+4
* mplayer -af help now lists all available audio filters.ivo2004-09-061-0/+8
* Send a command throught the filter chain until some item returns AF_OK. Patch...alex2004-06-251-2/+14
* if the user wants fast, use fast code! otherwise the user has to putrfelker2004-01-271-0/+6
* disable af export for systems without mmapfaust32003-09-211-15/+18
* Adding filter for exporting audio data to visual effect applicationsanders2003-09-201-0/+2
* Adding support for more logical libaf configurationanders2003-01-171-3/+12
* Adding sub-woofer filter, use this filter to add a sub channel to the audio s...anders2003-01-071-0/+2
* sig 11 fix in reinit and resample + spelling error fixesanders2003-01-021-1/+1
* Port of pl_surround.c to af-layer.ranma2002-12-311-0/+2
* Changes includes:anders2002-12-281-15/+45
* New features:anders2002-11-121-60/+64
* Adding equalizer filter + some cosmeticsanders2002-11-031-0/+2
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-311-0/+1
* Changing the behavour of the commandline parameter -af to conform with -vop. ...anders2002-10-311-6/+21
* enable volume filter and fix nonsense default volume (still not usablerfelker2002-10-301-0/+2
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-161-10/+11
* Adding function for calculating the delay caused by the filtersanders2002-10-081-0/+13
* Adding functionality for adding filters during executionanders2002-10-071-4/+28
* Removing annoying printfanders2002-10-061-1/+0
* Adding Support for non-reentrant audio filtersanders2002-10-061-19/+31
* 10larpi2002-10-061-1/+1
* af_calc_insize_constrained() rounding changes, works better for me this wayarpi2002-10-051-13/+11
* Removing debug message, (oops)anders2002-10-051-2/+0
* Adding function for estimating required buffer lengthanders2002-10-051-0/+48
* Fixing the fix buffer overrun should work nowanders2002-10-031-1/+1
* Redesign of buffer length calculationanders2002-10-031-14/+18
* Fixing potential future problem with buffer overrunanders2002-10-021-1/+2
* Adding support for multiple audio streams and removing annoying message from ...anders2002-10-011-99/+83
* Adding new audio output filter layer libafanders2002-10-011-0/+440