summaryrefslogtreecommitdiff
path: root/libavfilter/vf_boxblur.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: Add boxblur_opencl filterDanil Iashchenko2018-06-21
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* vf_boxblur: Templatize blur{8,16}Timothy Gu2015-11-01
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* lavfi/boxblur: Fix colourpsace list.Carl Eugen Hoyos2015-03-10
* lavfi/boxblur: Readd 8bit colour spaces on big-endian.Carl Eugen Hoyos2015-01-08
* avfilter/vf_boxblur: generate supported pixfmt list instead of hardcodingMichael Niedermayer2014-12-26
* avfilter/vf_boxblur: Support 10bit planar formatsMichael Niedermayer2014-12-21
* avfilter/vf_boxblur: add gbrp pixfmtMichael Niedermayer2014-12-21
* avfilter/vf_boxblur: avoid one addition per lineMichael Niedermayer2014-12-21
* avfilter/vf_boxblur: factor rounder offset outMichael Niedermayer2014-12-21
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-03
* | Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer2013-05-16
|\|
| * vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* | lavfi: add timeline support.Clément Bœsch2013-04-23
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '51def31dbe5b6e857536de8fa428f263d64f3ae5'Michael Niedermayer2013-04-10
|\|
| * vf_boxblur: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/boxblur: use standard options parsing.Clément Bœsch2013-03-24
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi/boxblur: add support to named optionsStefano Sabatini2013-02-22
* | lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* | vf_boxblur: cosmetics to reduce diff to qatarMichael Niedermayer2012-11-28
* | vf_boxblur: switch to filter_frame, boxblur did not support slicesAnton Khirnov2012-11-28
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini2012-09-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22