summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_volume.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi/volume: use copy props helper instead of incomplete manual code.Clément Bœsch2013-03-311-1/+1
* | lavfi/af_volume: use standard options parsing.Nicolas George2013-03-201-10/+4
* | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-6/+6
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-6/+6
| * x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-051-0/+3
| * lavfi: add volume filterJustin Ruggles2012-12-051-0/+314
* lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini2012-12-081-0/+311
OpenPOWER on IntegriCloud