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-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_neighbor: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/vf_neighbor: Deduplicate AVClassesAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-08avfilter/vf_neighbor: Deduplicate optionsAndreas Rheinhardt
2019-12-27avfilter/vf_neighbor: add support for commandsPaul B Mahol
2019-11-18avfilter/vf_neighbor: add 12bit yuva formatsPaul B Mahol
2019-10-11avfilter/vf_neighbor: check if width is 1Paul B Mahol
2018-11-17avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2018-05-03avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol
2018-05-01avfilter/vf_neighbor: add slice threadingPaul B Mahol
2018-05-01avfilter/vf_neighbor: simplify code littlePaul B Mahol
2018-05-01avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-11-26avfilter: add '.' at and of long filter description where it is missingPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-07-15avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol