| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -17/+17 |
* | avfilter/vf_yadif: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter/vf_yadif: Fix handing of tiny images | Michael Niedermayer | 2021-05-29 | 1 | -14/+18 |
* | avfilter/yadif: Fix time base for large denominators | Tom Boshoven | 2021-05-27 | 1 | -2/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Revert "avfilter/yadif: simplify the code for better readability" | Limin Wang | 2020-08-27 | 1 | -10/+6 |
* | 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 |