aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af.c
Commit message (Expand)AuthorAge
* 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
* documentation-only patch: make doxygen compatible and createGravatar reimar2005-10-01
* Avoid hang with -af-adv force=3Gravatar reimar2005-07-23
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* Fix mp_msg vs af_msg usage as pointed out by Ivo.Gravatar diego2005-06-21
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Prevent segfault when filter chain is empty (e.g. because allGravatar reimar2005-05-01
* change list traversal so the loop begins at the first filter after removingGravatar henry2005-04-16
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* filter for adding a center channel, adding a high pass filter would be niceGravatar alex2005-02-21
* Make this file compile with gcc-4.0.0:Gravatar gpoirier2005-01-22
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08