summaryrefslogtreecommitdiff
path: root/libavfilter/vf_smartblur.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_smartblur: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* 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/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_smartblur: use the name 's' for the pointer to the private contextPaul B Mahol2015-07-15
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* fix various typosLou Logan2014-06-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* 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.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/smartblur: cleanup unused shorthand and doc.Clément Bœsch2013-04-11
* lavfi/smarblur: add missing newline at end of verbose messageStefano Sabatini2013-04-11
* lavfi/smartblur: switch to AVOption-based systemStefano Sabatini2013-04-11
* lavfi/smartblur: use standard options parsing.Clément Bœsch2013-03-24
* lavfi/smartblur: add support to named optionsStefano Sabatini2013-03-10
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/smartblur: switch to filter_frame.Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi/smartblur: add missing draw slice call.Clément Bœsch2012-10-30
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavfi: add smartblur filterJérémy Tran2012-08-28