summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_geq.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_geq: reindentPaul B Mahol2019-10-141-13/+13
* avfilter/vf_geq: allow user to set interpolation methodPaul B Mahol2019-10-141-0/+27
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2019-10-141-2/+2
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-2/+2
* avfilter: rename variables in geqMarc-Antoine Arnaud2018-01-051-9/+9
* avfilter: slice processing for geqMarc-Antoine Arnaud2018-01-051-31/+80
* avfilter: reorder variable definition in geqMarc-Antoine Arnaud2018-01-051-3/+3
* avfilter/vf_geq: >8 bps supportMichael Niedermayer2017-06-301-9/+49
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* avfilter/geq: assert on pixel format descriptorClément Bœsch2015-06-131-0/+3
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+7
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-031-1/+1
* lavfi/geq: prefer symbolic constantsStefano Sabatini2013-05-211-32/+34
* lavfi/geq: add aliases for RGB optionsStefano Sabatini2013-05-211-1/+7
* lavfi/geq: mark timeline supportStefano Sabatini2013-05-201-0/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-4/+4
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-081-1/+1
* avfilter/geq: rgb supportMichael Niedermayer2013-04-231-9/+40
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-2/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/geq: switch to an AVOptions-based system.Clément Bœsch2013-04-101-3/+0
* lavfi/geq: use standard options parsing.Clément Bœsch2013-03-241-8/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-11/+10
* lavfi/geq: improve support for formats with alpha planePaul B Mahol2013-02-251-17/+28
* lavfi/geq: add T variable and exampleStefano Sabatini2012-12-011-2/+3
* lavfi/geq: switch to filter_frame.Clément Bœsch2012-11-281-14/+15
* lavfi/geq: fix GPL license header.Clément Bœsch2012-11-151-9/+9
* lavfi: add geq filter.Clément Bœsch2012-11-111-0/+237
OpenPOWER on IntegriCloud