summaryrefslogtreecommitdiff
path: root/libavfilter/vf_il.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_il: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_il: add support for commandsPaul B Mahol2019-12-27
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/il: use AV_OPT_TYPE_BOOL for {luma,chroma,alpha}_swap optionsClément Bœsch2015-09-09
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_il: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-18
* avfitler/vf_il: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-28
* avfilter/il: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* lavfi/il: add timeline supportPaul B Mahol2013-06-06
* lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol2013-05-24
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi/il: remove pointless storePaul B Mahol2013-04-16
* lavfi/il: switch to AVOption-based systemMatthieu Bouron2013-04-11
* lavfi/il: use standard option parsingPaul B Mahol2013-04-08
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/il: filter out hwaccels formats from the list of supported formatsStefano Sabatini2013-02-10
* lavfi/il: move query_formats() definition upStefano Sabatini2013-02-10
* lavfi/il: simplify/generalize linesize computationStefano Sabatini2013-02-10
* lavfi/il: fix typo in CopyrightPaul B Mahol2013-02-09
* lavfi: port MP il filterPaul B Mahol2013-02-09