summaryrefslogtreecommitdiff
path: root/libavfilter/vf_geq.c
Commit message (Expand)AuthorAge
* avfilter/geq: unbreak alpha processingGyan Doshi2022-05-08
* avfilter/vf_geq: add float formats supportPaul B Mahol2022-03-03
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_geq: Simplify creating stringAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_geq: use per-thread AVExpr for expression evaluationMarton Balint2020-01-31
* avfilter/vf_geq: fix multiple assignments of ptr in slice_geq_filterMarton Balint2020-01-29
* avfilter/vf_geq: Add support for reading sample sums and means of rectanglesMichael Niedermayer2019-12-28
* avfilter/vf_geq: Add NB_PLANESMichael Niedermayer2019-12-28
* avfilter/vf_geq: Relicense to LGPLMichael Niedermayer2019-12-28
* avfilter/vf_geq: reindentPaul B Mahol2019-10-14
* avfilter/vf_geq: allow user to set interpolation methodPaul B Mahol2019-10-14
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2019-10-14
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
* avfilter: rename variables in geqMarc-Antoine Arnaud2018-01-05
* avfilter: slice processing for geqMarc-Antoine Arnaud2018-01-05
* avfilter: reorder variable definition in geqMarc-Antoine Arnaud2018-01-05
* avfilter/vf_geq: >8 bps supportMichael Niedermayer2017-06-30
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/geq: assert on pixel format descriptorClément Bœsch2015-06-13
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-03
* lavfi/geq: prefer symbolic constantsStefano Sabatini2013-05-21
* lavfi/geq: add aliases for RGB optionsStefano Sabatini2013-05-21
* lavfi/geq: mark timeline supportStefano Sabatini2013-05-20
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-08
* avfilter/geq: rgb supportMichael Niedermayer2013-04-23
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/geq: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/geq: use standard options parsing.Clément Bœsch2013-03-24
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/geq: improve support for formats with alpha planePaul B Mahol2013-02-25
* lavfi/geq: add T variable and exampleStefano Sabatini2012-12-01
* lavfi/geq: switch to filter_frame.Clément Bœsch2012-11-28
* lavfi/geq: fix GPL license header.Clément Bœsch2012-11-15
* lavfi: add geq filter.Clément Bœsch2012-11-11