Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-08avfilter/geq: unbreak alpha processingGyan Doshi
2022-03-03avfilter/vf_geq: add float formats supportPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/vf_geq: Simplify creating stringAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-02-01avfilter/vf_geq: use per-thread AVExpr for expression evaluationMarton Balint
2020-01-29avfilter/vf_geq: fix multiple assignments of ptr in slice_geq_filterMarton Balint
2019-12-28avfilter/vf_geq: Add support for reading sample sums and means of rectanglesMichael Niedermayer
2019-12-28avfilter/vf_geq: Add NB_PLANESMichael Niedermayer
2019-12-28avfilter/vf_geq: Relicense to LGPLMichael Niedermayer
2019-10-14avfilter/vf_geq: reindentPaul B Mahol
2019-10-14avfilter/vf_geq: allow user to set interpolation methodPaul B Mahol
2019-10-14avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2018-01-05avfilter: rename variables in geqMarc-Antoine Arnaud
2018-01-05avfilter: slice processing for geqMarc-Antoine Arnaud
2018-01-05avfilter: reorder variable definition in geqMarc-Antoine Arnaud
2017-06-30avfilter/vf_geq: >8 bps supportMichael Niedermayer
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-06-13avfilter/geq: assert on pixel format descriptorClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch
2013-05-21lavfi/geq: prefer symbolic constantsStefano Sabatini
2013-05-21lavfi/geq: add aliases for RGB optionsStefano Sabatini
2013-05-20lavfi/geq: mark timeline supportStefano Sabatini
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-08lavfi: add gbrap support to some filtersPaul B Mahol
2013-04-23avfilter/geq: rgb supportMichael Niedermayer
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/geq: switch to an AVOptions-based system.Clément Bœsch
2013-03-24lavfi/geq: use standard options parsing.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-25lavfi/geq: improve support for formats with alpha planePaul B Mahol
2012-12-01lavfi/geq: add T variable and exampleStefano Sabatini
2012-11-28lavfi/geq: switch to filter_frame.Clément Bœsch
2012-11-16lavfi/geq: fix GPL license header.Clément Bœsch
2012-11-12lavfi: add geq filter.Clément Bœsch