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-09-28avfilter/vf_remap: remove timeline supportPaul B Mahol
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-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-24avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-02-14avfilter/vf_remap: add fill color optionPaul B Mahol
2019-11-18avfilter/vf_remap: add support for 12bit yuva formatPaul B Mahol
2019-10-10lavfi/remap: remove unnecessary cast for void *Jun Zhao
2019-07-14avfilter/vf_remap: add option to control output formatPaul B Mahol
2019-07-14avfilter/vf_remap: use time_base from framesyncPaul B Mahol
2018-09-13avfilter/vf_remap: refactor codePaul B Mahol
2018-09-09avfilter/vf_remap: add slice threadingDaniel Oberhoff
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-07-30lavfi/vf_remap: move to "activate" design.Nicolas George
2017-01-29avfilter/vf_remap: add . at end of long descriptionPaul B Mahol
2016-08-10avfilter/vf_remap: >8 bit supportPaul B Mahol
2016-04-07avfilter: add remap filterF.Sluiter