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: 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-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-02-08avfilter/vf_lut2: add support for commandsPaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-11-18avfilter/vf_lut2: add 12bit depth alpha formatsPaul B Mahol
2019-10-23avfilter/vf_lut2: fix typo, correctly support gray14Paul B Mahol
2019-07-03avfilter/vf_lut2: use time_base from framesyncPaul B Mahol
2019-06-09avfilter/vf_lut2: add slice threadingPaul B Mahol
2018-11-15avfilter/vf_lut2: implement support for different input depthsPaul B Mahol
2018-05-14avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol
2017-11-12avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-30avfilter/vf_lut2: add framesync optionsPaul B Mahol
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-08-04avfilter: add tlut2 filterPaul B Mahol
2017-07-30lavfi/vf_lut2: move to "activate" design.Nicolas George
2017-06-24avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol
2016-09-16avfilter/vf_lut2: also export video input bit depthPaul B Mahol
2016-08-25avfilter: add lut2 filterPaul B Mahol