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