Author | SHA1 | Message | Date |
---|---|---|---|
|
88cbd25b19 |
avfilter: pass outlink to ff_get_audio_buffer()
This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com> |
7 years ago |
|
520a5d33f0 |
lavfi/af_aemphasis: remove unnecessary complex number usage
complex is not available on all platforms. Furthermore, it is trivial to rewrite complex number expressions to real arithmetic, and in fact sometimes advantageous for performance reasons: by wrapping as a complex, one forces a particular Cartesian representation that is not necessarily optimal for the purpose. Configure dependencies also removed, and aemphasis is now available across all platforms. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> |
9 years ago |
|
df2ce130a6 |
avfilter/af_aemphasis: more declarations above
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
9 years ago |
|
5d2cc00dd0 |
avfilter: add audio emphasis filter
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
9 years ago |