May 15, 2017
View 13f4d07

avfilter/af_compand: change default attack to 0

Paul B Mahol authored on 2017/05/15 21:05:43
May 14, 2017
View 69b83f5

avfilter/af_compand: fix default companding to avoid clipping

Paul B Mahol authored on 2017/05/14 18:59:04
April 20, 2017
View 88612f8

avfilter/af_compand: Check av_strtok() for failure

Michael Niedermayer authored on 2017/04/20 09:19:21
March 15, 2016
View db1a642

all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h

Ganesh Ajjanagadde authored on 2016/03/15 10:28:56
December 24, 2015
View 421679d

lavfi/af_compand: replace pow(10,x) by ff_exp10(x)

Ganesh Ajjanagadde authored on 2015/12/24 03:06:57
December 2, 2015
View b2517b0

avfilter/af_compand: do not clip; allow >0dB curve points

Paul B Mahol authored on 2015/12/02 04:09:08
November 23, 2015
View 5a41a5a

avfilter/af_compand: use hypot()

Ganesh Ajjanagadde authored on 2015/11/23 01:39:40
September 12, 2015
View 494b792

avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()

Paul B Mahol authored on 2015/09/12 03:51:10
August 26, 2015
View 44f660e

lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.

Nicolas George authored on 2015/08/26 19:11:26
July 17, 2015
View 297df52

avfilter/af_compand: fix clipping with default options

Paul B Mahol authored on 2015/07/17 20:23:45
April 4, 2015
View a0854c0

avfilter: handle error in query_formats() in bunch of filters

Paul B Mahol authored on 2015/04/04 02:55:18
July 8, 2014
View e1f729d

Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'

Michael Niedermayer authored on 2014/07/08 20:20:08
July 6, 2014
View d3cfd7a

af_compand: make sure request_frame always outputs at least one frame

Andrew Kelley authored on 2014/07/06 14:24:43
May 8, 2014
View 6c23a85

avfilter/af_compand: Silence "may be used uninitialized" warning

Michael Niedermayer authored on 2014/05/08 13:53:16
February 27, 2014
View bc6461c

af_compand: replace strtok_r() with av_get_token()

Anton Khirnov authored on 2014/02/27 06:37:06