summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
* #include config.h before all other headers.diego2008-03-141-1/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-011-3/+3
* A/V sync: take audio filter buffers into accountuau2007-11-011-2/+3
* Change decode_audio() interfaceuau2007-11-011-16/+4
* libaf: Remove rational number implementationuau2007-11-011-10/+0
* libaf: change filter input/output ratio calculationsuau2007-11-011-2/+2
* Remove unused functions in af.cuau2007-11-011-18/+0
* Remove config.h and move its content to af.h. There are multiple files underdiego2006-11-251-0/+5
* Use the real name of the header file when guarding against double inclusion.diego2006-11-251-3/+3
* documentation-only patch: make doxygen compatible and createreimar2005-10-011-52/+168
* make -srate work again, unify audio filter init and preinit.reimar2005-06-241-1/+1
* obvious typorathann2005-03-011-1/+1
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-251-2/+4
* af_softclipalex2005-01-311-0/+2
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-081-0/+4
* Make af_control_any_rev return the matching filterreimar2005-01-011-2/+2
* mplayer -af help now lists all available audio filters.ivo2004-09-061-0/+3
* 10alex2004-06-261-3/+3
* Send a command throught the filter chain until some item returns AF_OK. Patch...alex2004-06-251-0/+5
* Adding support for more logical libaf configurationanders2003-01-171-4/+7
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-2/+2
* 10l bug for float conversion control + feature fix in volume controlanders2003-01-101-2/+2
* New auto config for volume and resample and added support for float flag in c...anders2003-01-101-0/+4
* 10l memory leak + bug fixes in ms to sample time conversionanders2002-12-311-2/+2
* Changes includes:anders2002-12-281-0/+13
* Fixing segfault bug and addnig support for lrintf() in format conversionanders2002-11-131-1/+1
* New features:anders2002-11-121-10/+55
* Adding equalizer filter + some cosmeticsanders2002-11-031-1/+5
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-161-41/+19
* Adding function for calculating the delay caused by the filtersanders2002-10-081-0/+3
* Adding functionality for adding filters during executionanders2002-10-071-0/+18
* Adding Support for non-reentrant audio filtersanders2002-10-061-0/+5
* Adding function for estimating required buffer lengthanders2002-10-051-1/+10
* Correcting error in macroanders2002-10-031-1/+1
* Redesign of buffer length calculationanders2002-10-031-5/+8
* Adding support for multiple audio streams and removing annoying message from ...anders2002-10-011-23/+37
* Adding new audio output filter layer libafanders2002-10-011-0/+160