summaryrefslogtreecommitdiff
path: root/libavfilter/vf_geq.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/geq: unbreak alpha processingGyan Doshi2022-05-081-1/+1
* avfilter/vf_geq: add float formats supportPaul B Mahol2022-03-031-9/+48
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_geq: Simplify creating stringAndreas Rheinhardt2021-09-211-3/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-8/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-2/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-14/+14
* avfilter/vf_geq: use per-thread AVExpr for expression evaluationMarton Balint2020-01-311-11/+15
* avfilter/vf_geq: fix multiple assignments of ptr in slice_geq_filterMarton Balint2020-01-291-6/+4
* avfilter/vf_geq: Add support for reading sample sums and means of rectanglesMichael Niedermayer2019-12-281-4/+103
* avfilter/vf_geq: Add NB_PLANESMichael Niedermayer2019-12-281-2/+4
* avfilter/vf_geq: Relicense to LGPLMichael Niedermayer2019-12-281-9/+9
* 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