| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_compand: change default attack to 0 | Paul B Mahol | 2017-05-15 | 1 | -1/+1 |
* | avfilter/af_compand: fix default companding to avoid clipping | Paul B Mahol | 2017-05-14 | 1 | -1/+1 |
* | avfilter/af_compand: Check av_strtok() for failure | Michael Niedermayer | 2017-04-20 | 1 | -1/+9 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | lavfi/af_compand: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | avfilter/af_compand: do not clip; allow >0dB curve points | Paul B Mahol | 2015-12-02 | 1 | -7/+5 |
* | avfilter/af_compand: use hypot() | Ganesh Ajjanagadde | 2015-11-30 | 1 | -2/+2 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/af_compand: fix clipping with default options | Paul B Mahol | 2015-07-17 | 1 | -0/+5 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b' | Michael Niedermayer | 2014-07-08 | 1 | -2/+8 |
|\ |
|
| * | af_compand: make sure request_frame always outputs at least one frame | Andrew Kelley | 2014-07-08 | 1 | -3/+15 |
| * | af_compand: replace strtok_r() with av_get_token() | Anton Khirnov | 2014-02-28 | 1 | -8/+24 |
| * | lavfi: add compand audio filter | Andrew Kelley | 2014-02-26 | 1 | -0/+587 |
* | avfilter/af_compand: Silence "may be used uninitialized" warning | Michael Niedermayer | 2014-05-08 | 1 | -0/+1 |
* | avfilter: remove superflous lines | Paul B Mahol | 2014-02-26 | 1 | -1/+0 |
* | avfilter/af_compand: some more cosmetics to decrease difference with qatar | Paul B Mahol | 2014-02-26 | 1 | -6/+6 |
* | avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.c | Michael Niedermayer | 2014-02-26 | 1 | -5/+6 |
* | avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.c | Michael Niedermayer | 2014-02-26 | 1 | -3/+5 |
* | avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.c | Michael Niedermayer | 2014-02-26 | 1 | -9/+3 |
* | avfilter/af_compand: "use local variable for channels" from libavfilter/af_co... | Michael Niedermayer | 2014-02-26 | 1 | -3/+3 |
* | avfilter/af_compand: error checks from libavfilter/af_compand_fork.c | Michael Niedermayer | 2014-02-26 | 1 | -2/+20 |
* | avfilter/af_compand: pts init code from libavfilter/af_compand_fork.c | Michael Niedermayer | 2014-02-26 | 1 | -0/+5 |
* | avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_f... | Michael Niedermayer | 2014-02-26 | 1 | -1/+6 |
* | avfilter/af_compand: add Andrew Kelley to the copyright | Michael Niedermayer | 2014-02-26 | 1 | -0/+1 |
* | avfilter/af_compand: merge avframe code from af_compand_fork | Michael Niedermayer | 2014-02-26 | 1 | -16/+27 |
* | avfilter/af_compand: merge uninit() calls on error from af_compand_fork.c | Michael Niedermayer | 2014-02-26 | 1 | -3/+12 |
* | avfilter/af_compand: also support '|' as seperator | Michael Niedermayer | 2014-02-26 | 1 | -4/+4 |
* | avfilter/af_compand: whitespace changes from af_compand_fork | Michael Niedermayer | 2014-02-26 | 1 | -36/+44 |
* | avfilter/af_compand: fix invalid read | Andrew Kelley | 2014-02-25 | 1 | -4/+6 |
* | avfilter/af_compand: do not leak frames on error | Paul B Mahol | 2014-02-15 | 1 | -2/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/af_aecho & af_compand: use extended_data | Paul B Mahol | 2013-09-15 | 1 | -5/+5 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -3/+3 |
* | avfilter/af_compand: silence "maybe uninitialized" warnings | Michael Niedermayer | 2013-09-07 | 1 | -1/+4 |
* | avfilter/af_compand: %f is for printing doubles | Michael Niedermayer | 2013-07-30 | 1 | -1/+1 |
* | lavfi: add compand filter | Paul B Mahol | 2013-07-29 | 1 | -0/+515 |