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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-03avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol
2022-02-21avfilter/vf_maskedmerge: add float pixel formatsPaul B Mahol
2022-02-21avfilter/vf_maskedmerge: refactor slice functionPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_maskedmerge: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/vf_maskedmerge: Remove always-false format checkAndreas 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-17avfilter/vf_maskedmerge: add yuv440p10 and commands supportPaul B Mahol
2019-11-18avfilter/vf_maskedmerge: add 12bit yuva formatsPaul B Mahol
2019-07-14avfilter/vf_maskedmerge: always use framesync timestampsPaul B Mahol
2019-07-03avfilter/vf_maskedmerge: use time_base from framesyncPaul B Mahol
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2018-05-12avfilter/vf_maskedmerge: add slice threadingPaul B Mahol
2017-11-12avfilter/vf_maskedmerge: ignore SAR from all inputsPaul 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_maskedmerge: move to "activate" design.Nicolas George
2017-04-23avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)Paul B Mahol
2016-11-29avfilter/vf_masked*: add gray10 and gray12 supportPaul B Mahol
2016-08-23avfilter/vf_maskedmerge: add support for more pixel formatsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-02avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol
2015-09-30avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do...Paul B Mahol
2015-09-30avfilter/vf_maskedmerge: rewrite and remove some duplicated codePaul B Mahol
2015-09-28avfilter: add maskedmerge filterPaul B Mahol