aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* 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
* 10l fix. misplaced ;Gravatar ivo2005-02-27
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* better infolineGravatar alex2005-02-25
* 100l for me, lrintf is better. now fixed so it should be prototyped, and shou...Gravatar rfelker2005-02-24
* finally the dreaded white-noise-with-floats bug is fixed!!!!Gravatar rfelker2005-02-22
* filter for adding a center channel, adding a high pass filter would be niceGravatar alex2005-02-21
* filter for adding a center channel, adding a high pass filter would be niceGravatar alex2005-02-21
* move the format related stuff to format.cGravatar alex2005-02-21
* confusing mixture of typecasts and casted variable, removed typecastsGravatar reimar2005-02-17
* removed forgotten old license clauseGravatar henry2005-02-05
* now supports float based operation aswellGravatar alex2005-01-31
* using af_softclipGravatar alex2005-01-31
* af_softclipGravatar alex2005-01-31
* af_softclipGravatar alex2005-01-31
* Make this file compile with gcc-4.0.0:Gravatar gpoirier2005-01-22
* af_format.h needs config.h to be included first.Gravatar reimar2005-01-12
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08
* af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)Gravatar reimar2005-01-06
* license issues clarifiedGravatar henry2005-01-06
* 100l, mp_msg instead af_msgGravatar alex2005-01-06
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...Gravatar alex2005-01-03
* Use lavcresample only when libavcodec is compiled in.Gravatar reimar2005-01-03
* Make af_control_any_rev return the matching filterGravatar reimar2005-01-01
* faster packed<->planar conversationGravatar michael2004-12-31
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)Gravatar alex2004-12-29
* less namespace pollutionGravatar alex2004-12-29
* accelerated conversionsGravatar alex2004-12-29
* af_fmt2str_shortGravatar alex2004-12-28
* 100l use right mask type when checking for input formatGravatar rtognimp2004-12-28
* Make af_ladspa use new AF_FORMAT define that was introduced by Alex'sGravatar ivo2004-12-28
* ensure af_fmt2str always return a 0 terminated stringGravatar reimar2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* Use lavcresample when accuracy-optimized audio filter chain is requested.Gravatar reimar2004-12-26
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.Gravatar ivo2004-12-23
* Make filters request a supported input format instead of failing.Gravatar reimar2004-12-22
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.Gravatar reimar2004-12-19
* very old 10l, discussed a long time ago but never fixed (default should be sa...Gravatar rfelker2004-11-30
* head related transfer functionGravatar henry2004-11-20
* declare check_format and check_bps static, they are used nowhere else.Gravatar reimar2004-11-20
* libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d...Gravatar michael2004-11-03
* user selectable cutoff frequencyGravatar michael2004-10-21
* sine sweep generatorGravatar michael2004-10-21
* libavcodec resampling ...Gravatar michael2004-10-21
* The full name of the GPL is GNU General Public License.Gravatar diego2004-10-10
* make af_help conform better to the the afm/vfm/etc equivalentsGravatar alex2004-10-05
* make use of new defines: 24 and 32bit integer typesGravatar alex2004-10-04