Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-04lavfi/avf_avectorscope: set frame durationsAnton Khirnov
2022-04-30avfilter/avf_avectorscope: request new frames only when neededPaul B Mahol
2022-04-18avfilter/avf_avectorscope: set time_base to outlinkPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-04avfilter/avf_avectorscope: make frame writable before writing to itPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/avf_avectorscope: fix zoom 0 mode with nonlinear scalePaul B Mahol
2021-09-19avfilter/avf_avectorscope: add support for commandsPaul B Mahol
2021-09-19avfilter/avf_avectorscope: add slice threading for fade functionPaul B Mahol
2021-09-19avfilter/avf_avectorscope: add ultra fast path when slow fading is disabledPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-01-14avfilter/avf_avectorscope: check if clone frame is setPaul B Mahol
2019-05-28avfilter/avf_avectorscope: make use of av_rescalePaul B Mahol
2019-04-29avfilter/avf_avectorscope: switch to activatePaul B Mahol
2018-04-18avfilter/avf_avectorscope: disable mirroringPaul B Mahol
2018-02-15avfilter/avf_avectorscope: Fix ;;Michael Niedermayer
2017-11-21avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol
2017-09-05avfilter/avf_avectorscope: fix mistake in previous commitPaul B Mahol
2017-09-05avfilter/avf_avectorscope: add possibility to auto zoomPaul B Mahol
2017-06-13avfilter: properly set SAR for A->V filtersPaul B Mahol
2017-04-22avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer
2016-08-11avfilter/avf_avectorscope: fix initialization for prev_y in polar modePaul B Mahol
2016-08-11avfilter/avf_avectorscope: add scale optionPaul B Mahol
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-02-12avfilter/avf_avectorscope: assert that variables are initialized by switch()Michael Niedermayer
2016-01-05avfilter/avf_avectorscope: add line drawing supportPaul B Mahol
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-08-14avfilter/avf_avectorscope: add polar modePaul B Mahol
2015-08-07avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol
2015-03-02avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOpti...Michael Niedermayer
2015-01-28avfilter/avf_avectorscope: use the name 's' for the pointer to the private co...Paul B Mahol
2013-12-26avfilter/avectorscope: fix {} mistake in alloc check.Clément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-14avfilter/avf_avectorscope: improve descriptionPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-10lavfi: avectorscope filterPaul B Mahol