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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-13avfilter/vf_datascope: pixscope: add commands supportPaul B Mahol
2021-02-10avfilter/vf_datascope: add commands supportPaul B Mahol
2021-01-17avfilter/vf_datascope: add option to show only subset of componentsPaul B Mahol
2020-09-19avfilter/vf_datascope: fix oscilloscope with gray>8 depthPaul B Mahol
2020-04-26avfilter/vf_pixscope: also show standard deviation of zoomed areaPaul B Mahol
2019-12-13avfilter/vf_datascope: add decimal outputPaul B Mahol
2019-11-21avfilter/vf_datascope: add support for commands in oscilloscopePaul B Mahol
2019-10-19avfilter/vf_datascope: fix heap buffer overflowPaul B Mahol
2018-10-24avfilter/vf_datascope: fix rgba mapping for oscilloscope filter outputPaul B Mahol
2018-09-11avfilter/vf_datascope: reduce block heightPaul B Mahol
2017-09-04avfilter/vf_datascope: make it possible for output window to automatically ch...Paul B Mahol
2017-09-03avfilter/vf_datascope: add timeline support to pixscope and oscilloscopePaul B Mahol
2017-08-15avfilter/vf_datascope: make it possible to change pixscope window positionPaul B Mahol
2017-04-29avfilter: add video oscilloscope filterPaul B Mahol
2017-04-29avfilter: add pixscope filterPaul B Mahol
2016-09-09avfilter/vf_datascope: cleanup code a littlePaul B Mahol
2016-09-09avfilter/vf_datascope: let user change background opacityPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-02-27avfilter: add datascope filterPaul B Mahol