| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/kerndeint: use AV_OPT_TYPE_BOOL for the previously missed options | Clément Bœsch | 2015-09-09 | 1 | -4/+4 |
* | avfilter/kerndeint: use AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -2/+2 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+4 |
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-13 | 1 | -1/+1 |
* | kerndeint: remove dead assignments | Timothy Gu | 2014-07-18 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -3/+1 |
* | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+1 |
* | lavfi/kerndeint: switch to AVOption-based system | Matthieu Bouron | 2013-04-11 | 1 | -2/+0 |
* | lavfi/kerndeint: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -14/+4 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+7 |
* | lavfi/kerndeint: move is_rgb_packed definition to the internal context | Stefano Sabatini | 2013-02-16 | 1 | -1/+3 |
* | lavfi/kerndeint: use aligned linesizes for the temporary buffer. | Clément Bœsch | 2013-02-16 | 1 | -5/+10 |
* | lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the table | Hendrik Leppkes | 2013-02-15 | 1 | -1/+1 |
* | lavfi/kerndeint: remove unused pixel_step. | Clément Bœsch | 2013-01-06 | 1 | -2/+0 |
* | lavfi/kerndeint: fix temp buffer linesize. | Clément Bœsch | 2013-01-06 | 1 | -1/+1 |
* | lavfi/kerndeint: get pix format description only once. | Clément Bœsch | 2013-01-06 | 1 | -1/+2 |
* | vf_kerndeint: memset buffer to avoid use of uninitialized memory. | Michael Niedermayer | 2013-01-06 | 1 | -1/+6 |
* | Allow remaining 32bit RGB packed pix_fmts in kerndeint filter. | Carl Eugen Hoyos | 2013-01-05 | 1 | -3/+7 |
* | lavfi/kerndeint: fix mismatch between declared pixel format and test | Stefano Sabatini | 2013-01-05 | 1 | -2/+2 |
* | lavfi: add kerndeint filter | Stefano Sabatini | 2013-01-05 | 1 | -0/+318 |