| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats* | Andreas Rheinhardt | 2021-09-26 | 1 | -8/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_il: use ff_formats_pixdesc_filter() | Paul B Mahol | 2021-01-16 | 1 | -9/+6 |
* | avfilter/vf_il: add support for commands | Paul B Mahol | 2019-12-27 | 1 | -1/+2 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+5 |
* | avfilter/il: use AV_OPT_TYPE_BOOL for {luma,chroma,alpha}_swap options | Clément Bœsch | 2015-09-09 | 1 | -6/+6 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | avfilter/vf_il: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | avfitler/vf_il: use the name 's' for the pointer to the private context | Paul B Mahol | 2015-01-28 | 1 | -15/+15 |
* | avfilter/il: Avoid using non public AV_PIX_FMT_NB | Michael Niedermayer | 2014-05-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -6/+6 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi/il: add timeline support | Paul B Mahol | 2013-06-06 | 1 | -0/+1 |
* | lavfi/field, il, noise: use av_pix_fmt_count_planes() | Paul B Mahol | 2013-05-24 | 1 | -4/+2 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -2/+2 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+1 |
* | lavfi/il: remove pointless store | Paul B Mahol | 2013-04-16 | 1 | -4/+3 |
* | lavfi/il: switch to AVOption-based system | Matthieu Bouron | 2013-04-11 | 1 | -3/+0 |
* | lavfi/il: use standard option parsing | Paul B Mahol | 2013-04-08 | 1 | -15/+3 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -6/+6 |
* | lavfi/il: filter out hwaccels formats from the list of supported formats | Stefano Sabatini | 2013-02-10 | 1 | -1/+1 |
* | lavfi/il: move query_formats() definition up | Stefano Sabatini | 2013-02-10 | 1 | -15/+15 |
* | lavfi/il: simplify/generalize linesize computation | Stefano Sabatini | 2013-02-10 | 1 | -24/+18 |
* | lavfi/il: fix typo in Copyright | Paul B Mahol | 2013-02-09 | 1 | -1/+1 |
* | lavfi: port MP il filter | Paul B Mahol | 2013-02-09 | 1 | -0/+236 |