summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted"Andreas Rheinhardt2021-10-11
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_idet: 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
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_idet: added more YUVA formats to idet query_formatsRobert Nagy2018-01-14
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi/vf_idet: replace round and cast by lrintGanesh Ajjanagadde2015-12-19
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* lavfi/vf_idet: reindent after last commit.Nicolas George2015-09-20
* lavfi/vf_idet: remove the loop in request_frame().Nicolas George2015-09-20
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer2015-01-19
* avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer2015-01-19
* avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer2015-01-19
* avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer2015-01-06
* avfilter/vf_idet: Add 9, 12 and 14 bit pixel formatsMichael Niedermayer2015-01-01
* avfilter/vf_idet: Use frame_requested instead of prevMichael Niedermayer2015-01-01
* avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck2014-11-28
* avfilter/vf_idet: add a repeated field detectionKevin Mitchell2014-11-05
* avfilter/vf_idet: use exp2()Michael Niedermayer2014-11-03
* avfilter/vf_idet: use av_rescale()Michael Niedermayer2014-11-03
* avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer2014-11-03
* avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell2014-11-03
* avfilter/idet: add current frame classification to metadataKevin Mitchell2014-11-01
* avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell2014-11-01
* avfilter/vf_idet: Fixes issue with idet not flushing last frame.Neil Birkbeck2014-10-22
* avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell2014-10-20
* avfilter/vf_idet: add counts to frame metadataKevin Mitchell2014-10-19
* avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino2014-09-20
* av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-09
* avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-11
* lavfi/idet: remove request_frame hackPaul B Mahol2013-05-27
* lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-16
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/idet: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/idet: use standard options parsing.Clément Bœsch2013-03-24
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* vf_idet: adapt default scores due to bugfixMichael Niedermayer2013-02-21