summaryrefslogtreecommitdiff
path: root/libavfilter/vf_cropdetect.c
Commit message (Expand)AuthorAge
* avfilter/vf_cropdetect: Remove set-but-unused variableAndreas Rheinhardt2022-07-30
* lavfi/vf_cropdetect: Reindent after last commitThilo Borgmann2022-07-30
* lavfi/cropdetect: Add new mode to detect crop-area based on motion vectors an...Thilo Borgmann2022-07-30
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_cropdetect: 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/cropdetect: add option for initial skipGyan Doshi2020-12-09
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* lavfi/vf_cropdetect: replace round by lrintGanesh Ajjanagadde2015-12-19
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos2015-05-04
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_cropdetect: adjust Default threshold based on bit depthMichael Niedermayer2014-12-31
* avfilter/vf_cropdetect: extend limit to cover 16bit pixel formatsMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: fix ; typosMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: support 9-16bit planar formatsMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loopMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: Unroll 1byte per sample loopMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: add RGB & RGBA supportMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: add max_outliers parameterMichael Niedermayer2014-12-28
* avfilter/vf_cropdetect: Factorize duplicated code using a macroMichael Niedermayer2014-12-27
* avfilter/vf_cropdetect: add yuv440p and yuv410p supportMichael Niedermayer2014-12-27
* avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer2014-09-09
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* 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: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | lavfi: fix broken logic in metadata handlingPaul B Mahol2013-07-08
* | lavfi/cropdetect: export cropdetect info to frame metadataPaul B Mahol2013-07-05
* | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer2013-05-16
|\|
| * vf_cropdetect: 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: add timeline support.Clément Bœsch2013-04-23
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '460e7b4f6d473d9f03ed45501221f9cb209b28fd'Michael Niedermayer2013-04-10
|\|
| * vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/cropdetect: use standard options parsing.Clément Bœsch2013-03-24
* | lavfi/cropdetect: add support for named optionsStefano Sabatini2013-03-13
* | 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
* | vf_cropdetect: switch to filter_frameAnton Khirnov2012-11-29