summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30463Uoti Urpala2010-03-091-11/+0
|\
| * Make the code match the documentation by making higher-quality but slowerreimar2010-01-301-11/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-1/+1
|\|
| * Add support for 8 channel audio.tack2009-11-101-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+9
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-32/+11
|\|
| * Move config.h include directive up as a precaution measure.bircoph2009-03-281-1/+2
| * Reorder includes alphabetically.bircoph2009-03-281-2/+2
| * Remove af_mp.h and add its content to af.hbircoph2009-03-281-1/+8
| * Remove af_msg special-casing API in libaf.bircoph2009-03-281-30/+1
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-1/+1
|\|
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-1/+1
|\|
| * More #ifdef -> #if fixesreimar2009-01-161-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-0/+18
|\|
| * Replace informal license notices by standard license headerdiego2009-01-051-0/+18
* | 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