Commit History

Author SHA1 Message Date
  Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 8 years ago
  Ganesh Ajjanagadde 6c360ca8a1 lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 8 years ago
  Ganesh Ajjanagadde 4d0d85c94a avfilter/af_volume: use log10 instead of log()/M_LN10 8 years ago
  Clément Bœsch cb8d71734c avfilter/volume: drop useless trailing comma 8 years ago
  Clément Bœsch 34201fcf74 avfilter/volume: fix missing filtering flags for a bunch of options 8 years ago
  Clément Bœsch ed28dd6301 avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option 8 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 9 years ago
  Gilles Chanteperdrix dcf19008a6 avfilter/af_volume: fix precision=fixed and volume=0 case 9 years ago
  Michael Niedermayer 9e526213a2 avfilter/af_volume: Use avpriv_float_dsp_alloc() 9 years ago
  Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
  Michael Niedermayer 878f8b0d26 Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' 10 years ago
  Alessandro Ghedini aaab192df2 af_volume: implement replaygain clipping prevention 10 years ago
  Michael Niedermayer 37af487170 Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06' 10 years ago
  Alessandro Ghedini a49aa440c9 af_volume: implement replaygain pre-amplification 10 years ago
  Michael Niedermayer 8de75f703a Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15' 10 years ago
  Anton Khirnov 06c3cd3c01 af_volume: support using replaygain frame side data 10 years ago
  Michael Niedermayer e3c93f1f84 Merge remote-tracking branch 'qatar/master' 10 years ago
  Luca Barbato e995cf1bcc avfilter: Add missing emms_c when needed 10 years ago
  Michael Niedermayer 6b06f9f1bc Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f' 10 years ago
  Anton Khirnov 39c2880eea af_volume: preserve frame properties 10 years ago
  Stefano Sabatini baeda2bf92 lavfi/volume: fix NULL reference in filter_frame() 10 years ago
  Stefano Sabatini ca0d8e839e lavfi/volume: extend volume logging 10 years ago
  Stefano Sabatini 97aa554634 lavfi/volume: implement process_command() callback, with the volume command 10 years ago
  Stefano Sabatini 7619a87cc8 lavfi/volume: support volume expression and per-frame expression evaluation 11 years ago
  Stefano Sabatini d5d51cf04d lavfi/volume: support all channel counts 10 years ago
  Michael Niedermayer 325f6e0a97 Merge remote-tracking branch 'qatar/master' 10 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 10 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Clément Bœsch 1776177b7f lavfi: replace passthrough_filter_frame with a flag. 11 years ago
  Michael Niedermayer a8ff830b79 Merge commit '093804a93cc5da3f95f98265a5df116912443cec' 11 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 11 years ago
  Clément Bœsch fdd93eabfb lavfi: add timeline support. 11 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 11 years ago
  Michael Niedermayer ae6634da8b Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59' 11 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 11 years ago
  Anton Khirnov b13623e184 af_volume: switch to an AVOptions-based system. 11 years ago
  Clément Bœsch 01b2d1288a lavfi/volume: use designated initializers for the sample_fmts declaration. 11 years ago
  Clément Bœsch 4dae804d3c lavfi/volume: use copy props helper instead of incomplete manual code. 11 years ago
  Nicolas George e9ca55aedd lavfi/af_volume: use standard options parsing. 11 years ago
  Michael Niedermayer 0cfbfaaa12 Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' 11 years ago
  Michael Niedermayer a05a44e205 Merge commit '7e350379f87e7f74420b4813170fe808e2313911' 11 years ago
  Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 11 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 11 years ago
  Stefano Sabatini 10db70d5e9 lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c 11 years ago
  Michael Niedermayer 1bb547192f lavfi: rename af_volume to af_volume_stefano 11 years ago
  Justin Ruggles f96f1e06a4 x86: af_volume: add SSE2-optimized s16 volume scaling 11 years ago
  Justin Ruggles b384e031da lavfi: add volume filter 11 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 11 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 11 years ago
  Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 11 years ago