| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -38/+38 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -3/+4 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | Switch uses of av_fopen_utf8 to avpriv_fopen_utf8 | Martin Storsjö | 2022-05-23 | 1 | -1/+1 |
* | avfilter/vf_nnedi: set frame_rate only when needed | Paul B Mahol | 2022-04-30 | 1 | -2/+4 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -25/+25 |
* | avfilter/vf_nnedi: 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 |
* | avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frame | Kacper Michajłow | 2021-07-16 | 1 | -1/+1 |
* | avfilter/vf_nnedi: fix time base for large denominators | Paul B Mahol | 2021-07-16 | 1 | -2/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_nnedi: Fix use of uninitialized value | Andreas Rheinhardt | 2021-03-10 | 1 | -1/+1 |
* | avfilter/vf_nnedi: Fix segfault when prescreening is disabled | Andreas Rheinhardt | 2021-01-24 | 1 | -2/+2 |
* | avfilter/vf_nnedi: fix memleak at eof and simplify frame handling | Paul B Mahol | 2021-01-20 | 1 | -89/+37 |
* | avfilter/vf_nnedi: small improvements | Paul B Mahol | 2021-01-20 | 1 | -8/+13 |
* | avfilter/vf_nnedi: unbreak nsize=0:nns=0 output | Paul B Mahol | 2021-01-19 | 1 | -5/+5 |
* | avfilter/vf_nnedi: simplify code even more | Paul B Mahol | 2021-01-19 | 1 | -69/+82 |
* | avfilter/vf_nnedi: small cleanups | Paul B Mahol | 2021-01-19 | 1 | -44/+39 |
* | avfilter/vf_nnedi: fix some compilation errors and warnings | Paul B Mahol | 2021-01-19 | 1 | -27/+27 |
* | avfilter/vf_nnedi: rewrite and cleanup code | Paul B Mahol | 2021-01-18 | 1 | -767/+768 |
* | avfilter/vf_nnedi: use av_fopen_utf8() | Paul B Mahol | 2020-09-07 | 1 | -1/+1 |
* | avfilter/vf_nnedi: fix possible double free | Paul B Mahol | 2019-10-07 | 1 | -1/+1 |
* | lavfi/nnedi: Fix a compilation warning. | Carl Eugen Hoyos | 2016-02-23 | 1 | -1/+1 |
* | lavfi/nnedi: Fix a memleak. | Carl Eugen Hoyos | 2016-02-23 | 1 | -0/+1 |
* | avfilter/vf_nnedi: Simplify away some trivial mem*() | Michael Niedermayer | 2016-02-11 | 1 | -7/+2 |
* | avfilter/vf_nnedi: Fix memleak | Michael Niedermayer | 2016-02-10 | 1 | -1/+1 |
* | avfilter/vf_nnedi: fix ISO C90 warnings | Paul B Mahol | 2016-02-03 | 1 | -12/+16 |
* | avfilter: add nnedi filter | Paul B Mahol | 2016-02-01 | 1 | -0/+1211 |