aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af.h
Commit message (Expand)AuthorAge
* libaf: Make af_reinit "public", to allow using it in future patchesGravatar reimar2010-11-02
* libaf: add opts pointer to struct af_streamGravatar Uoti Urpala2010-11-02
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Make the code match the documentation by making higher-quality but slowerGravatar reimar2010-01-30
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for 8 channel audio.Gravatar tack2009-11-10
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Move config.h include directive up as a precaution measure.Gravatar bircoph2009-03-28
| * Reorder includes alphabetically.Gravatar bircoph2009-03-28
| * Remove af_mp.h and add its content to af.hGravatar bircoph2009-03-28
| * Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * More #ifdef -> #if fixesGravatar reimar2009-01-16
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Replace informal license notices by standard license headerGravatar diego2009-01-05
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* #include config.h before all other headers.Gravatar diego2008-03-14
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* libaf: Remove rational number implementationGravatar uau2007-11-01
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Remove unused functions in af.cGravatar uau2007-11-01
* Remove config.h and move its content to af.h. There are multiple files underGravatar diego2006-11-25
* Use the real name of the header file when guarding against double inclusion.Gravatar diego2006-11-25
* documentation-only patch: make doxygen compatible and createGravatar reimar2005-10-01
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* obvious typoGravatar rathann2005-03-01
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* af_softclipGravatar alex2005-01-31
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08
* Make af_control_any_rev return the matching filterGravatar reimar2005-01-01
* mplayer -af help now lists all available audio filters.Gravatar ivo2004-09-06
* 10Gravatar alex2004-06-26
* Send a command throught the filter chain until some item returns AF_OK. Patch...Gravatar alex2004-06-25
* Adding support for more logical libaf configurationGravatar anders2003-01-17
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...Gravatar mosu2003-01-15
* 10l bug for float conversion control + feature fix in volume controlGravatar anders2003-01-10
* New auto config for volume and resample and added support for float flag in c...Gravatar anders2003-01-10
* 10l memory leak + bug fixes in ms to sample time conversionGravatar anders2002-12-31
* Changes includes:Gravatar anders2002-12-28
* Fixing segfault bug and addnig support for lrintf() in format conversionGravatar anders2002-11-13
* New features:Gravatar anders2002-11-12
* Adding equalizer filter + some cosmeticsGravatar anders2002-11-03
* Adding volume control and moving control() call parameters to a seperate fileGravatar anders2002-10-16