| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/yadif: simplify the code for better readability | Limin Wang | 2020-08-26 | 1 | -6/+10 |
* | avfilter/vf_yadif: cosmetics in the pix_fmts[] array | Limin Wang | 2019-12-25 | 1 | -35/+12 |
* | avfilter/vf_yadif: rename config_props -> config_output, link -> outlink | Limin Wang | 2019-11-29 | 1 | -10/+10 |
* | libavfilter/vf_yadif: Make frame management logic and options shareable | Philip Langdale | 2018-11-02 | 1 | -187/+9 |
* | Merge commit 'feed239021bad89743d5e7989b426ae594322eb7' | James Almer | 2017-11-11 | 1 | -11/+17 |
|\ |
|
| * | yadif: Account for the buffer alignment while processing the frame edges | Michael Niedermayer | 2017-08-22 | 1 | -9/+19 |
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | | avfilter/vf_yadif: make use of ctx pointer | Paul B Mahol | 2016-02-01 | 1 | -8/+8 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | | Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2' | Hendrik Leppkes | 2015-11-11 | 1 | -2/+3 |
|\| |
|
| * | yadif: update frame rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+4 |
* | | lavfi/vf_yadif: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -15/+13 |
* | | lavfi/vf_yadif: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -3/+2 |
* | | avfilter/vf_yadif: add missing "This file is part of FFmpeg" | Michael Niedermayer | 2015-09-27 | 1 | -0/+2 |
* | | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
|\| |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
| * | vf_yadif: Relicense from GPL to LGPL | Robert Krüger | 2014-01-14 | 1 | -9/+9 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+4 |
* | | avfilter/vf_yadif: detect telecine content | Michael Niedermayer | 2015-01-06 | 1 | -1/+5 |
* | | avfilter/vf_yadif: add >8bit planar rgb formats | Michael Niedermayer | 2014-12-30 | 1 | -0/+5 |
* | | avfilter/vf_yadif: fix extra leading dup frame when deint=1 | Neil Birkbeck | 2014-11-29 | 1 | -3/+3 |
* | | vfilter/vf_yadif: fix request_frame after 0f9f24c9 | Michael Niedermayer | 2014-05-03 | 1 | -1/+1 |
* | | avfilter/vf_yadif: fix filtering a single image | Michael Niedermayer | 2014-05-02 | 1 | -5/+5 |
* | | Change license of yadif from GPL to LGPL | Robert Krüger | 2014-01-14 | 1 | -9/+9 |
* | | Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound lite... | Robert Krüger | 2014-01-14 | 1 | -14/+21 |
* | | Revert "Revert "yadif: add parens around macro parameters"" | Robert Krüger | 2014-01-14 | 1 | -4/+4 |
* | | Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c"" | Robert Krüger | 2014-01-14 | 1 | -67/+3 |
* | | Revert "vf_yadif: move x86 init code to x86/yadif.c" | Michael Niedermayer | 2013-12-01 | 1 | -3/+67 |
* | | Revert "yadif: add parens around macro parameters" | Michael Niedermayer | 2013-12-01 | 1 | -4/+4 |
* | | avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ... | Michael Niedermayer | 2013-12-01 | 1 | -21/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -9/+7 |
* | | avfilter: remove redundant use of AV_NE() macro | Paul B Mahol | 2013-09-11 | 1 | -16/+16 |
* | | avfilter/vf_yadif: Treat mode as a field of flags | Michael Niedermayer | 2013-09-05 | 1 | -1/+1 |
* | | avfilter/vf_yadif: fix "incompatible pointer type" warning | Michael Niedermayer | 2013-09-05 | 1 | -1/+1 |
* | | avfilter/vf_yadif: add gbr(a)p support | Michael Niedermayer | 2013-09-05 | 1 | -0/+2 |
* | | avfilter/vf_yadif: reallocate frames if strides differ | Michael Niedermayer | 2013-09-03 | 1 | -0/+37 |
* | | avfilter/vf_yadif:remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 1 | -3/+0 |
* | | yadif: fix slice sizes | Michael Niedermayer | 2013-05-24 | 1 | -3/+2 |
* | | avfilter/vf_yadif: fix race condition | Michael Niedermayer | 2013-05-24 | 1 | -9/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-24 | 1 | -31/+56 |
|\| |
|
| * | vf_yadif: support slice threading | Anton Khirnov | 2013-05-24 | 1 | -30/+57 |
| * | yadif: correct strides in filter_edges_16bit | James Darnley | 2013-05-14 | 1 | -0/+2 |
| * | yadif: restore speed of the C filtering code | James Darnley | 2013-05-14 | 1 | -37/+33 |
* | | lavfi/yadif: add timeline support. | Clément Bœsch | 2013-05-21 | 1 | -1/+2 |
* | | lavfi/yadif: fix chroma subsampling with odd sizes. | Clément Bœsch | 2013-05-16 | 1 | -2/+2 |
* | | Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775' | Michael Niedermayer | 2013-04-11 | 1 | -42/+28 |
|\| |
|
| * | vf_yadif: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -19/+21 |