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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-26vf_idet: fix type of statsMichael Niedermayer
2012-12-26lavfi/idet: remove unused assert include.Clément Bœsch
2012-12-26lavfi/idet: remove unecessary context assignment.Clément Bœsch
2012-12-26lavfi/idet: support named parameters.Clément Bœsch
2012-12-26lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch
2012-12-08lavfi/idet: switch to filter_frame APIMatthieu Bouron
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-19vf_idet: reorder operations to avoid division by 0Michael Niedermayer
2012-10-11vf_idet: zero pointers after freeing referencesMichael Niedermayer