aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* 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
* 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