| Commit message (Expand) | Author | Age |
* | Use the real name of the header file when guarding against double inclusion. | diego | 2006-11-25 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Reinitialize some variables on af_resample reinit, fixes crash | uau | 2006-11-19 |
* | Fix double free in af_resample when reinited with suitable parameters | uau | 2006-11-18 |
* | Change value used to indicate "unknown audio format" from 0 to -1. | uau | 2006-11-08 |
* | Fix stupid use of multiplication to check signs which fails because of | uau | 2006-09-18 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | fix wrong and unrelated change done in r19199 | reynaldo | 2006-07-27 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 |
* | Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org | reynaldo | 2006-07-16 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 |
* | Use only one global config.mak file. | diego | 2006-07-12 |
* | makes several libaf functions static coz they are not used outside their sour... | reynaldo | 2006-07-09 |
* | remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org | diego | 2006-07-05 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 |
* | gets ride of a few more sizeof(char)s | reynaldo | 2006-06-30 |
* | sinesupress --> sinesuppress rename: looks like I need to | corey | 2006-06-07 |
* | Rename sinesupress to sinesuppress, including af_sinesupress.c file rename. | corey | 2006-06-07 |
* | Fix a few minor spelling errors in comments. | corey | 2006-06-05 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | New karaoke af | reynaldo | 2006-05-13 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | very simple filter which can remove a sine at a specified frequency, usefull ... | michael | 2006-04-13 |
* | Fix up libaf unknown-format printing | corey | 2006-03-15 |
* | last print on libaf to af_msg | reynaldo | 2006-03-14 |
* | added dinamically calculated gain factor at output stage to avoid clipping on... | reynaldo | 2006-03-11 |
* | fix memory leak when filter with given name does not exist. | reimar | 2006-03-08 |
* | We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >) | reimar | 2006-03-08 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 |
* | This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from | rathann | 2006-01-13 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 |
* | wrong output level calculation on af_equalizer leaded to low level output eve... | reynaldo | 2005-12-01 |
* | Unify include paths by adding -I.. to CFLAGS. | diego | 2005-11-13 |
* | Adds a target parameter to the volnorm filter. | joey | 2005-11-11 |
* | MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h | ptt | 2005-11-05 |
* | semi-hack: avoid passing 0-length blocks to audio filters. | reimar | 2005-10-20 |
* | much simpler signed/unsigned conversion. | reimar | 2005-10-04 |
* | documentation-only patch: make doxygen compatible and create | reimar | 2005-10-01 |
* | Fix af_pan commandline mess and (hopefully) improve description. | reimar | 2005-09-15 |
* | code reduction and less error prone, use the same table | alex | 2005-08-18 |
* | Removed in-filter int to float conversion. af_ladspa now demands floats as | ivo | 2005-08-10 |
* | libavutil compile fix (working also with old libavcodec) | reimar | 2005-08-01 |
* | 10l to beastd due to new libavutil introduction | gpoirier | 2005-08-01 |
* | added missing license header | alex | 2005-07-27 |
* | Avoid hang with -af-adv force=3 | reimar | 2005-07-23 |