summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_idet: added more YUVA formats to idet query_formatsRobert Nagy2018-01-141-0/+2
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi/vf_idet: replace round and cast by lrintGanesh Ajjanagadde2015-12-191-1/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-7/+0
* lavfi/vf_idet: reindent after last commit.Nicolas George2015-09-201-13/+11
* lavfi/vf_idet: remove the loop in request_frame().Nicolas George2015-09-201-6/+3
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer2015-01-191-3/+2
* avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer2015-01-191-0/+12
* avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer2015-01-191-3/+4
* avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer2015-01-061-2/+39
* avfilter/vf_idet: Add 9, 12 and 14 bit pixel formatsMichael Niedermayer2015-01-011-0/+9
* avfilter/vf_idet: Use frame_requested instead of prevMichael Niedermayer2015-01-011-1/+1
* avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck2014-11-281-4/+5
* avfilter/vf_idet: add a repeated field detectionKevin Mitchell2014-11-051-2/+39
* avfilter/vf_idet: use exp2()Michael Niedermayer2014-11-031-1/+1
* avfilter/vf_idet: use av_rescale()Michael Niedermayer2014-11-031-2/+2
* avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer2014-11-031-1/+6
* avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell2014-11-031-25/+57
* avfilter/idet: add current frame classification to metadataKevin Mitchell2014-11-011-5/+7
* avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell2014-11-011-11/+13
* avfilter/vf_idet: Fixes issue with idet not flushing last frame.Neil Birkbeck2014-10-221-0/+31
* avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell2014-10-201-4/+9
* avfilter/vf_idet: add counts to frame metadataKevin Mitchell2014-10-191-0/+6
* avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino2014-09-201-8/+8
* av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-091-4/+7
* avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-041-32/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+3
* avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-111-7/+7
* lavfi/idet: remove request_frame hackPaul B Mahol2013-05-271-16/+7
* lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-161-2/+2
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/idet: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* lavfi/idet: use standard options parsing.Clément Bœsch2013-03-241-8/+3
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-2/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-17/+17
* vf_idet: adapt default scores due to bugfixMichael Niedermayer2013-02-211-2/+2
* vf_idet: Fix macro arguments sideeffectMichael Niedermayer2013-02-211-2/+4
* vf_idet: fix type of statsMichael Niedermayer2012-12-261-2/+2
* lavfi/idet: remove unused assert include.Clément Bœsch2012-12-261-3/+0
* lavfi/idet: remove unecessary context assignment.Clément Bœsch2012-12-261-1/+0
* lavfi/idet: support named parameters.Clément Bœsch2012-12-261-4/+22
* lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch2012-12-261-18/+0
* lavfi/idet: switch to filter_frame APIMatthieu Bouron2012-12-081-19/+3
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-15/+25
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* vf_idet: reorder operations to avoid division by 0Michael Niedermayer2012-10-191-3/+3
OpenPOWER on IntegriCloud