aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* Move variable declaration to appropriate placeGravatar reimar2007-02-10
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.Gravatar reimar2007-02-10
* Fix memory leaks.Gravatar uau2007-02-10
* Use AF_NCH for max number of channels instead of private CHANS define.Gravatar uau2007-02-10
* Fix nonsense tests like previously in af_pan.Gravatar uau2007-02-10
* Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").Gravatar uau2007-02-10
* Cosmetics: add space after comma in outputGravatar reimar2007-02-08
* Experimental support for multichannel ladspa effectsGravatar reimar2007-02-05
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...Gravatar nplourde2006-11-28
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Remove superfluous dependency declaration on real header files.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* 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
* Remove superfluous comment.Gravatar diego2006-11-25
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* Reinitialize some variables on af_resample reinit, fixes crashGravatar uau2006-11-19
* Fix double free in af_resample when reinited with suitable parametersGravatar uau2006-11-18
* 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
* The FSF changed postal address.Gravatar diego2006-09-01
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* fix wrong and unrelated change done in r19199Gravatar reynaldo2006-07-27
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...Gravatar reynaldo2006-07-27
* Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgGravatar reynaldo2006-07-16
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* 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