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
2017-11-11Merge commit 'feed239021bad89743d5e7989b426ae594322eb7'James Almer
2017-08-22yadif: Account for the buffer alignment while processing the frame edgesMichael Niedermayer
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-01avfilter/vf_yadif: make use of ctx pointerPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-11-11Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes
2015-11-09yadif: update frame rateMichael Niedermayer
2015-10-07lavfi/vf_yadif: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_yadif: remove looping on request_frame().Nicolas George
2015-09-27avfilter/vf_yadif: add missing "This file is part of FFmpeg"Michael Niedermayer
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-01-06avfilter/vf_yadif: detect telecine contentMichael Niedermayer
2014-12-31avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer
2014-11-29avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck
2014-05-03vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer
2014-05-02avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer
2014-01-14Change license of yadif from GPL to LGPLRobert Krüger
2014-01-14Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound lite...Robert Krüger
2014-01-14Revert "Revert "yadif: add parens around macro parameters""Robert Krüger
2014-01-14Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2013-12-01Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer
2013-12-01Revert "yadif: add parens around macro parameters"Michael Niedermayer
2013-12-01avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ...Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol
2013-09-05avfilter/vf_yadif: Treat mode as a field of flagsMichael Niedermayer
2013-09-05avfilter/vf_yadif: fix "incompatible pointer type" warningMichael Niedermayer
2013-09-05avfilter/vf_yadif: add gbr(a)p supportMichael Niedermayer
2013-09-03avfilter/vf_yadif: reallocate frames if strides differMichael Niedermayer
2013-07-19avfilter/vf_yadif:remove unneeded include assert.hMichael Niedermayer
2013-05-24yadif: fix slice sizesMichael Niedermayer
2013-05-24avfilter/vf_yadif: fix race conditionMichael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24vf_yadif: support slice threadingAnton Khirnov
2013-05-21lavfi/yadif: add timeline support.Clément Bœsch
2013-05-17lavfi/yadif: fix chroma subsampling with odd sizes.Clément Bœsch
2013-05-14yadif: correct strides in filter_edges_16bitJames Darnley
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-04-11Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'Michael Niedermayer
2013-04-09vf_yadif: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_yadif: use standard options parsing.Nicolas George
2013-03-17yadif: cosmetic indentation from previous commitsJames Darnley
2013-03-17yadif: x86 assembly for 16-bit samplesJames Darnley
2013-03-15yadif: correct strides in filter_edges_16bitJames Darnley