summaryrefslogtreecommitdiff
path: root/libavfilter/avf_avectorscope.c
Commit message (Expand)AuthorAge
* lavfi/avf_avectorscope: set frame durationsAnton Khirnov2022-08-23
* avfilter/avf_avectorscope: request new frames only when neededPaul B Mahol2022-04-30
* avfilter/avf_avectorscope: set time_base to outlinkPaul B Mahol2022-04-18
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/avf_avectorscope: make frame writable before writing to itPaul B Mahol2022-03-04
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avf_avectorscope: fix zoom 0 mode with nonlinear scalePaul B Mahol2021-09-19
* avfilter/avf_avectorscope: add support for commandsPaul B Mahol2021-09-19
* avfilter/avf_avectorscope: add slice threading for fade functionPaul B Mahol2021-09-19
* avfilter/avf_avectorscope: add ultra fast path when slow fading is disabledPaul B Mahol2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avf_avectorscope: check if clone frame is setPaul B Mahol2020-01-14
* avfilter/avf_avectorscope: make use of av_rescalePaul B Mahol2019-05-28
* avfilter/avf_avectorscope: switch to activatePaul B Mahol2019-04-29
* avfilter/avf_avectorscope: disable mirroringPaul B Mahol2018-04-18
* avfilter/avf_avectorscope: Fix ;;Michael Niedermayer2018-02-15
* avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol2017-11-21
* avfilter/avf_avectorscope: fix mistake in previous commitPaul B Mahol2017-09-05
* avfilter/avf_avectorscope: add possibility to auto zoomPaul B Mahol2017-09-05
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-13
* avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer2017-04-22
* avfilter/avf_avectorscope: fix initialization for prev_y in polar modePaul B Mahol2016-08-11
* avfilter/avf_avectorscope: add scale optionPaul B Mahol2016-08-11
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avfilter/avf_avectorscope: assert that variables are initialized by switch()Michael Niedermayer2016-02-11
* avfilter/avf_avectorscope: add line drawing supportPaul B Mahol2016-01-05
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/avf_avectorscope: add polar modePaul B Mahol2015-08-14
* avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol2015-08-07
* avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOpti...Michael Niedermayer2015-03-02
* avfilter/avf_avectorscope: use the name 's' for the pointer to the private co...Paul B Mahol2015-01-28
* avfilter/avectorscope: fix {} mistake in alloc check.Clément Bœsch2013-12-26
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/avf_avectorscope: improve descriptionPaul B Mahol2013-09-14
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi: avectorscope filterPaul B Mahol2013-05-10