66 Commits (fd10a6e2f21f9cadc44a0415e204ea82940cd089)

Author SHA1 Message Date
  Paul B Mahol 88cbd25b19 avfilter: pass outlink to ff_get_audio_buffer() 7 years ago
  Paul B Mahol c90b88090c avfilter: do not leak AVFrame on failed buffer allocation 7 years ago
  Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
  Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
  Nicolas George 183ce55b0d lavfi: split frame_count between input and output. 8 years ago
  Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
  Ganesh Ajjanagadde 6c360ca8a1 lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 9 years ago
  Ganesh Ajjanagadde 4d0d85c94a avfilter/af_volume: use log10 instead of log()/M_LN10 9 years ago
  Clément Bœsch cb8d71734c avfilter/volume: drop useless trailing comma 9 years ago
  Clément Bœsch 34201fcf74 avfilter/volume: fix missing filtering flags for a bunch of options 9 years ago
  Clément Bœsch ed28dd6301 avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option 9 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Gilles Chanteperdrix dcf19008a6 avfilter/af_volume: fix precision=fixed and volume=0 case 10 years ago
  Michael Niedermayer 9e526213a2 avfilter/af_volume: Use avpriv_float_dsp_alloc() 10 years ago
  Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
  Alessandro Ghedini aaab192df2 af_volume: implement replaygain clipping prevention 11 years ago
  Alessandro Ghedini a49aa440c9 af_volume: implement replaygain pre-amplification 11 years ago
  Anton Khirnov 06c3cd3c01 af_volume: support using replaygain frame side data 11 years ago
  Luca Barbato e995cf1bcc avfilter: Add missing emms_c when needed 11 years ago
  Anton Khirnov 39c2880eea af_volume: preserve frame properties 11 years ago
  Stefano Sabatini baeda2bf92 lavfi/volume: fix NULL reference in filter_frame() 11 years ago
  Stefano Sabatini ca0d8e839e lavfi/volume: extend volume logging 11 years ago
  Stefano Sabatini 97aa554634 lavfi/volume: implement process_command() callback, with the volume command 11 years ago
  Stefano Sabatini 7619a87cc8 lavfi/volume: support volume expression and per-frame expression evaluation 12 years ago
  Stefano Sabatini d5d51cf04d lavfi/volume: support all channel counts 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 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. 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Clément Bœsch fdd93eabfb lavfi: add timeline support. 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov b13623e184 af_volume: switch to an AVOptions-based system. 12 years ago
  Clément Bœsch 01b2d1288a lavfi/volume: use designated initializers for the sample_fmts declaration. 12 years ago
  Clément Bœsch 4dae804d3c lavfi/volume: use copy props helper instead of incomplete manual code. 12 years ago
  Nicolas George e9ca55aedd lavfi/af_volume: use standard options parsing. 12 years ago
  Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Stefano Sabatini 10db70d5e9 lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c 12 years ago
  Stefano Sabatini 769546631c lavfi/volume_justin: add support to option shorthands and introspection 12 years ago
  Stefano Sabatini 402ac72bbc lavfi/volume_justin: fix a few grammar inconsistencies in options description 12 years ago