summaryrefslogtreecommitdiff
path: root/libavfilter/af_compand.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_compand: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avfilter/af_compand: change error condition into warningPaul B Mahol2019-08-28
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter/af_compand: change default attack to 0Paul B Mahol2017-05-15
* avfilter/af_compand: fix default companding to avoid clippingPaul B Mahol2017-05-14
* avfilter/af_compand: Check av_strtok() for failureMichael Niedermayer2017-04-20
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* avfilter/af_compand: do not clip; allow >0dB curve pointsPaul B Mahol2015-12-02
* avfilter/af_compand: use hypot()Ganesh Ajjanagadde2015-11-30
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter/af_compand: fix clipping with default optionsPaul B Mahol2015-07-17
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'Michael Niedermayer2014-07-08
|\
| * af_compand: make sure request_frame always outputs at least one frameAndrew Kelley2014-07-08
| * af_compand: replace strtok_r() with av_get_token()Anton Khirnov2014-02-28
| * lavfi: add compand audio filterAndrew Kelley2014-02-26
* avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer2014-05-08
* avfilter: remove superflous linesPaul B Mahol2014-02-26
* avfilter/af_compand: some more cosmetics to decrease difference with qatarPaul B Mahol2014-02-26
* avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-26
* avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-26
* avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.cMichael Niedermayer2014-02-26
* avfilter/af_compand: "use local variable for channels" from libavfilter/af_co...Michael Niedermayer2014-02-26
* avfilter/af_compand: error checks from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-26
* avfilter/af_compand: pts init code from libavfilter/af_compand_fork.cMichael Niedermayer2014-02-26
* avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_f...Michael Niedermayer2014-02-26
* avfilter/af_compand: add Andrew Kelley to the copyrightMichael Niedermayer2014-02-26
* avfilter/af_compand: merge avframe code from af_compand_forkMichael Niedermayer2014-02-26
* avfilter/af_compand: merge uninit() calls on error from af_compand_fork.cMichael Niedermayer2014-02-26
* avfilter/af_compand: also support '|' as seperatorMichael Niedermayer2014-02-26
* avfilter/af_compand: whitespace changes from af_compand_forkMichael Niedermayer2014-02-26
* avfilter/af_compand: fix invalid readAndrew Kelley2014-02-25
* avfilter/af_compand: do not leak frames on errorPaul B Mahol2014-02-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol2013-09-15
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter/af_compand: silence "maybe uninitialized" warningsMichael Niedermayer2013-09-07
* avfilter/af_compand: %f is for printing doublesMichael Niedermayer2013-07-30
* lavfi: add compand filterPaul B Mahol2013-07-29