summaryrefslogtreecommitdiff
path: root/libavfilter/avf_avectorscope.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+6
* avfilter/avf_avectorscope: add anti-aliased line drawing modePaul B Mahol2023-01-091-11/+50
* avfilter/avf_avectorscope: simplify code a littlePaul B Mahol2022-11-271-21/+13
* avfilter/avf_avectorscope: fix crash when using vflip filterPaul B Mahol2022-11-251-2/+2
* lavfi/avf_avectorscope: set frame durationsAnton Khirnov2022-10-041-0/+1
* avfilter/avf_avectorscope: request new frames only when neededPaul B Mahol2022-04-301-0/+5
* avfilter/avf_avectorscope: set time_base to outlinkPaul B Mahol2022-04-181-1/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/avf_avectorscope: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avf_avectorscope: fix zoom 0 mode with nonlinear scalePaul B Mahol2021-09-191-0/+12
* avfilter/avf_avectorscope: add support for commandsPaul B Mahol2021-09-191-28/+30
* avfilter/avf_avectorscope: add slice threading for fade functionPaul B Mahol2021-09-191-15/+25
* avfilter/avf_avectorscope: add ultra fast path when slow fading is disabledPaul B Mahol2021-09-191-0/+6
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* 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_avectorscope: check if clone frame is setPaul B Mahol2020-01-141-1/+6
* avfilter/avf_avectorscope: make use of av_rescalePaul B Mahol2019-05-281-1/+1
* avfilter/avf_avectorscope: switch to activatePaul B Mahol2019-04-291-6/+26
* avfilter/avf_avectorscope: disable mirroringPaul B Mahol2018-04-181-1/+1
* avfilter/avf_avectorscope: Fix ;;Michael Niedermayer2018-02-151-1/+1
* avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol2017-11-211-0/+17
* avfilter/avf_avectorscope: fix mistake in previous commitPaul B Mahol2017-09-051-2/+2
* avfilter/avf_avectorscope: add possibility to auto zoomPaul B Mahol2017-09-051-2/+31
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-131-0/+1
* avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer2017-04-221-0/+2
* avfilter/avf_avectorscope: fix initialization for prev_y in polar modePaul B Mahol2016-08-111-1/+1
* avfilter/avf_avectorscope: add scale optionPaul B Mahol2016-08-111-59/+65
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avfilter/avf_avectorscope: assert that variables are initialized by switch()Michael Niedermayer2016-02-111-0/+2
* avfilter/avf_avectorscope: add line drawing supportPaul B Mahol2016-01-051-4/+55
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-12/+9
* avfilter/avf_avectorscope: add polar modePaul B Mahol2015-08-141-2/+22
* avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol2015-08-071-6/+10
* avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOpti...Michael Niedermayer2015-03-021-1/+1
* avfilter/avf_avectorscope: use the name 's' for the pointer to the private co...Paul B Mahol2015-01-281-46/+46
* avfilter/avectorscope: fix {} mistake in alloc check.Clément Bœsch2013-12-261-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/avf_avectorscope: improve descriptionPaul B Mahol2013-09-141-2/+2
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* lavfi: avectorscope filterPaul B Mahol2013-05-101-0/+273