summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAge
* 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
* vf_idet: Fix macro arguments sideeffectMichael Niedermayer2013-02-21
* vf_idet: fix type of statsMichael Niedermayer2012-12-26
* lavfi/idet: remove unused assert include.Clément Bœsch2012-12-26
* lavfi/idet: remove unecessary context assignment.Clément Bœsch2012-12-26
* lavfi/idet: support named parameters.Clément Bœsch2012-12-26
* lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch2012-12-26
* lavfi/idet: switch to filter_frame APIMatthieu Bouron2012-12-08
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* vf_idet: reorder operations to avoid division by 0Michael Niedermayer2012-10-19
* vf_idet: zero pointers after freeing referencesMichael Niedermayer2012-10-11
* vf_idet: fix free after useMichael Niedermayer2012-10-11