summaryrefslogtreecommitdiff
path: root/libavfilter/avf_abitscope.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-2/+9
* avfilter/avf_abitscope: set output time_base and output frame durationPaul B Mahol2023-01-171-1/+3
* avfilter: convert to new channel layout APIJames Almer2022-03-151-5/+5
* avfilter/avf_abitscope: rename macro to less generic onePaul B Mahol2022-03-141-5/+5
* avfilter/avf_abitscope: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter/avf_abitscope: add support for more input formatsPaul B Mahol2022-03-031-20/+28
* avfilter/avf_abitscope: refactor code & add trace modePaul B Mahol2022-03-031-49/+89
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/avf_abitscope: fix undefined behaviourPaul B Mahol2019-10-161-1/+1
* avfilter/avf_abitscope: make use of av_rescalePaul B Mahol2019-05-281-1/+1
* avfilter/avf_abitscope: switch to activatePaul B Mahol2019-05-011-6/+27
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-131-0/+2
* avfilter/avf_abitscope: Correct range for framerateGyan Doshi2017-03-301-2/+2
* avfilter: add abitscope multimedia filterPaul B Mahol2017-01-261-0/+250