summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_boxblur.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: Add boxblur_opencl filterDanil Iashchenko2018-06-211-106/+10
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* vf_boxblur: Templatize blur{8,16}Timothy Gu2015-11-011-66/+44
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+4
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* lavfi/boxblur: Fix colourpsace list.Carl Eugen Hoyos2015-03-101-1/+1
* lavfi/boxblur: Readd 8bit colour spaces on big-endian.Carl Eugen Hoyos2015-01-081-1/+1
* avfilter/vf_boxblur: generate supported pixfmt list instead of hardcodingMichael Niedermayer2014-12-261-14/+12
* avfilter/vf_boxblur: Support 10bit planar formatsMichael Niedermayer2014-12-211-19/+68
* avfilter/vf_boxblur: add gbrp pixfmtMichael Niedermayer2014-12-211-0/+1
* avfilter/vf_boxblur: avoid one addition per lineMichael Niedermayer2014-12-211-2/+1
* avfilter/vf_boxblur: factor rounder offset outMichael Niedermayer2014-12-211-6/+8
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-2/+2
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+3
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-031-2/+2
* | Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer2013-05-161-44/+44
|\ \ | |/
| * vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-45/+45
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+1
* | lavfi: add timeline support.Clément Bœsch2013-04-231-0/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit '51def31dbe5b6e857536de8fa428f263d64f3ae5'Michael Niedermayer2013-04-101-34/+30
|\ \ | |/
| * vf_boxblur: switch to an AVOptions-based system.Anton Khirnov2013-04-091-24/+38
* | lavfi/boxblur: use standard options parsing.Clément Bœsch2013-03-241-14/+8
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-9/+8
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-9/+8
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-13/+21
* | lavfi/boxblur: add support to named optionsStefano Sabatini2013-02-221-26/+54
* | lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* | vf_boxblur: cosmetics to reduce diff to qatarMichael Niedermayer2012-11-281-5/+5
* | vf_boxblur: switch to filter_frame, boxblur did not support slicesAnton Khirnov2012-11-281-17/+21
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-2/+2
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-10/+22
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-9/+21
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-7/+7
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* | lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini2012-09-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-3/+3
|\ \ | |/
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-2/+2
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-10/+10
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-9/+9
* | lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
OpenPOWER on IntegriCloud