Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-10-11Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted"Andreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_idet: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2018-01-15avfilter/vf_idet: added more YUVA formats to idet query_formatsRobert Nagy
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-19lavfi/vf_idet: replace round and cast by lrintGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-20lavfi/vf_idet: reindent after last commit.Nicolas George
2015-09-20lavfi/vf_idet: remove the loop in request_frame().Nicolas George
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-01-19avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer
2015-01-19avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer
2015-01-19avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer
2015-01-06avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer
2015-01-01avfilter/vf_idet: Add 9, 12 and 14 bit pixel formatsMichael Niedermayer
2015-01-01avfilter/vf_idet: Use frame_requested instead of prevMichael Niedermayer
2014-11-29avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck
2014-11-05avfilter/vf_idet: add a repeated field detectionKevin Mitchell
2014-11-03avfilter/vf_idet: use exp2()Michael Niedermayer
2014-11-03avfilter/vf_idet: use av_rescale()Michael Niedermayer
2014-11-03avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer
2014-11-03avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell
2014-11-01avfilter/idet: add current frame classification to metadataKevin Mitchell
2014-11-01avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell
2014-10-22avfilter/vf_idet: Fixes issue with idet not flushing last frame.Neil Birkbeck
2014-10-20avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell
2014-10-19avfilter/vf_idet: add counts to frame metadataKevin Mitchell
2014-09-20avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino
2014-09-09av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino
2014-09-05avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol
2013-05-27lavfi/idet: remove request_frame hackPaul B Mahol
2013-05-17lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/idet: switch to an AVOptions-based system.Clément Bœsch
2013-03-24lavfi/idet: use standard options parsing.Clément Bœsch
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-21vf_idet: adapt default scores due to bugfixMichael Niedermayer
2013-02-21vf_idet: Fix macro arguments sideeffectMichael Niedermayer