summaryrefslogtreecommitdiff
path: root/libavfilter/af_volume.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-3/+13
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* 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
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-191-4/+0
* lavfi/volume: enable runtime change flagJun Zhao2020-01-131-1/+2
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-241-1/+3
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-0/+1
* lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* avfilter/af_volume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/volume: drop useless trailing commaClément Bœsch2015-09-081-1/+1
* avfilter/volume: fix missing filtering flags for a bunch of optionsClément Bœsch2015-09-081-7/+7
* avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip optionClément Bœsch2015-09-081-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/af_volume: fix precision=fixed and volume=0 caseGilles Chanteperdrix2015-03-011-1/+2
* avfilter/af_volume: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-181-4/+8
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'Michael Niedermayer2014-04-131-6/+17
|\
| * af_volume: implement replaygain clipping preventionAlessandro Ghedini2014-04-131-6/+17
* | Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06'Michael Niedermayer2014-04-051-1/+3
|\ \ | |/
| * af_volume: implement replaygain pre-amplificationAlessandro Ghedini2014-04-041-1/+3
* | Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15'Michael Niedermayer2014-03-241-1/+40
|\ \ | |/
| * af_volume: support using replaygain frame side dataAnton Khirnov2014-03-241-0/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-051-0/+2
|\ \ | |/
| * avfilter: Add missing emms_c when neededLuca Barbato2014-03-051-0/+2
* | Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f'Michael Niedermayer2014-02-241-1/+7
|\ \ | |/
| * af_volume: preserve frame propertiesAnton Khirnov2014-02-241-1/+7
* | lavfi/volume: fix NULL reference in filter_frame()Stefano Sabatini2013-12-251-1/+1
* | lavfi/volume: extend volume loggingStefano Sabatini2013-12-251-6/+7
* | lavfi/volume: implement process_command() callback, with the volume commandStefano Sabatini2013-12-251-0/+17
* | lavfi/volume: support volume expression and per-frame expression evaluationStefano Sabatini2013-12-251-19/+125
* | lavfi/volume: support all channel countsStefano Sabatini2013-12-021-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-1/+1
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi: add timeline support.Clément Bœsch2013-04-231-0/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'Michael Niedermayer2013-04-111-4/+1
|\ \ | |/
| * af_volume: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+2
* | lavfi/volume: use designated initializers for the sample_fmts declaration.Clément Bœsch2013-03-311-6/+3