aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Use only one global config.mak file.Gravatar diego2006-07-12
* makes several libaf functions static coz they are not used outside their sour...Gravatar reynaldo2006-07-09
* remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} orgGravatar diego2006-07-05
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* gets ride of a few more sizeof(char)sGravatar reynaldo2006-06-30
* sinesupress --> sinesuppress rename: looks like I need toGravatar corey2006-06-07
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.Gravatar corey2006-06-07
* Fix a few minor spelling errors in comments.Gravatar corey2006-06-05
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* 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 up libaf unknown-format printingGravatar corey2006-03-15
* last print on libaf to af_msgGravatar reynaldo2006-03-14
* added dinamically calculated gain factor at output stage to avoid clipping on...Gravatar reynaldo2006-03-11
* fix memory leak when filter with given name does not exist.Gravatar reimar2006-03-08
* We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)Gravatar reimar2006-03-08
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromGravatar rathann2006-01-13
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* wrong output level calculation on af_equalizer leaded to low level output eve...Gravatar reynaldo2005-12-01
* Unify include paths by adding -I.. to CFLAGS.Gravatar diego2005-11-13
* Adds a target parameter to the volnorm filter.Gravatar joey2005-11-11
* MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.hGravatar ptt2005-11-05
* semi-hack: avoid passing 0-length blocks to audio filters.Gravatar reimar2005-10-20
* much simpler signed/unsigned conversion.Gravatar reimar2005-10-04
* documentation-only patch: make doxygen compatible and createGravatar reimar2005-10-01
* Fix af_pan commandline mess and (hopefully) improve description.Gravatar reimar2005-09-15
* code reduction and less error prone, use the same tableGravatar alex2005-08-18
* Removed in-filter int to float conversion. af_ladspa now demands floats asGravatar ivo2005-08-10
* libavutil compile fix (working also with old libavcodec)Gravatar reimar2005-08-01
* 10l to beastd due to new libavutil introductionGravatar gpoirier2005-08-01
* added missing license headerGravatar alex2005-07-27
* 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
* 10l for me. two usages of mp_msg instead of af_msg slipped throughGravatar ivo2005-06-20
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Be more patch-friendlyGravatar ranma2005-06-19
* - correct the argument in configure check for lrintf() to avoid a warningGravatar henry2005-05-30
* sanity checksGravatar alex2005-05-21
* actually output 2 channel audio (instead of 6 channel with 4 empty channels)Gravatar reimar2005-05-09
* Prevent segfault when filter chain is empty (e.g. because allGravatar reimar2005-05-01
* Error out when invalid format is specifiedGravatar reimar2005-05-01
* change list traversal so the loop begins at the first filter after removingGravatar henry2005-04-16
* More HRTF enhancementsGravatar henry2005-04-11
* HRTF filter updates:Gravatar henry2005-04-10
* obvious typoGravatar rathann2005-03-01