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