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-26avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-16avfilter/vf_il: use ff_formats_pixdesc_filter()Paul B Mahol
2019-12-27avfilter/vf_il: add support for commandsPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul 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-09-09avfilter/il: use AV_OPT_TYPE_BOOL for {luma,chroma,alpha}_swap optionsClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18avfilter/vf_il: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2015-01-28avfitler/vf_il: use the name 's' for the pointer to the private contextPaul B Mahol
2014-05-27avfilter/il: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-06-06lavfi/il: add timeline supportPaul B Mahol
2013-05-24lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-17lavfi/il: remove pointless storePaul B Mahol
2013-04-11lavfi/il: switch to AVOption-based systemMatthieu Bouron
2013-04-08lavfi/il: use standard option parsingPaul B Mahol
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-11lavfi/il: filter out hwaccels formats from the list of supported formatsStefano Sabatini
2013-02-10lavfi/il: move query_formats() definition upStefano Sabatini
2013-02-10lavfi/il: simplify/generalize linesize computationStefano Sabatini
2013-02-10lavfi/il: fix typo in CopyrightPaul B Mahol
2013-02-10lavfi: port MP il filterPaul B Mahol