summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+24
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-4/+13
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-4/+6
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted"Andreas Rheinhardt2021-10-111-4/+3
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-33/+33
* avfilter/vf_idet: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* 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