aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af.c
Commit message (Expand)AuthorAge
* AF: remove af_statsGravatar wm42012-08-03
* af: some spelling/grammar fixesGravatar mplayer-svn2012-08-03
* af: fix crash on invalid channel countGravatar mplayer-svn2012-08-03
* AF: remove af_gate and af_compGravatar wm42012-08-02
* af: fix crash when trying to use volume controls with AC3 pass-throughGravatar wm42012-01-18
* af: print audio filter chain in verbose modeGravatar wm42012-01-18
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* libaf: Make af_reinit "public", to allow using it in future patchesGravatar reimar2010-11-02
* audio: auto-add downmix filter when stereo output is requestedGravatar cigaes2010-11-02
* af.c: Minor simplification of af_initGravatar reimar2010-11-02
* af.c: add "const" to af_append(), af_prepend() prototypesGravatar reimar2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* af_lavcac3enc: actually enable the filter by defaultGravatar Uoti Urpala2010-05-26
* Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\
| * Move code that makes the filter chain match the desired output format intoGravatar reimar2010-02-19
* | Merge svn changes up to r30375Gravatar Uoti Urpala2010-01-25
|\|
| * Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
* | build: Readd support for code depending on FFmpeg internalsGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Add libbs2b audio filter itself.Gravatar bircoph2009-04-02
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* Add missing #include "config.h", fixes the warning:Gravatar diego2009-02-21
* Add statistics audio filter that prints information about the audio stream.Gravatar diego2009-02-21
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Replace informal license notices by standard license headerGravatar diego2009-01-05
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.Gravatar ulion2007-12-13
* Fix my wrong code in r25530.Gravatar ulion2007-12-10
* Fix missing command line bug by making the input parameter constant.Gravatar ulion2007-12-10
* Prevent from using data->len when data is NULL (when play() return NULL).Gravatar ulion2007-11-23
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* Add audio filter scaletempoGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Remove some pointless 'inline' qualifiersGravatar 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
* 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