summaryrefslogtreecommitdiff
path: root/libavfilter/avf_abitscope.c
Commit message (Collapse)AuthorAge
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
| | | | | | | | | | | | | | | It will allow to refernce it as a whole without clunky macros. Most of the changes have been automatically made with sed: sed -i ' s/-> *in_formats/->incfg.formats/g; s/-> *out_formats/->outcfg.formats/g; s/-> *in_channel_layouts/->incfg.channel_layouts/g; s/-> *out_channel_layouts/->outcfg.channel_layouts/g; s/-> *in_samplerates/->incfg.samplerates/g; s/-> *out_samplerates/->outcfg.samplerates/g; ' src/libavfilter/*(.)
* avfilter/avf_abitscope: fix undefined behaviourPaul B Mahol2019-10-16
| | | | Fixes #8289
* avfilter/avf_abitscope: make use of av_rescalePaul B Mahol2019-05-28
|
* avfilter/avf_abitscope: switch to activatePaul B Mahol2019-05-01
|
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_abitscope: Correct range for framerateGyan Doshi2017-03-30
| | | | | Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> Signed-off-by: Paul B Mahol <onemda@gmail.com> (via IRC)
* avfilter: add abitscope multimedia filterPaul B Mahol2017-01-26
Signed-off-by: Paul B Mahol <onemda@gmail.com>