| 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 | -23/+23 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+8 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -4/+11 |
* | lavfi/vf_fieldmatch: keep fields as-is if not matched properly | mail@nodoa.me | 2022-11-05 | 1 | -2/+8 |
* | avfilter/vf_fieldmatch: fix crash when inputs have different subsampling | Paul B Mahol | 2022-02-17 | 1 | -30/+36 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_fieldmatch: initialize dst pointer to silence warning | Paul B Mahol | 2021-09-11 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_fieldmatch: use av_malloc_array() | Paul B Mahol | 2021-01-21 | 1 | -2/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -3/+3 |
* | avfilter/vf_fieldmatch: Don't allocate inpad names | Andreas Rheinhardt | 2020-08-26 | 1 | -15/+4 |
* | avfilter/vf_fieldmatch: fix heap-buffer overflow | Paul B Mahol | 2019-10-19 | 1 | -1/+1 |
* | avfilter/vf_fieldmatch: forward status back from output to all input links | Paul B Mahol | 2019-09-25 | 1 | -0/+2 |
* | avfilter/vf_fieldmatch: fix more leaks | Paul B Mahol | 2019-09-25 | 1 | -10/+20 |
* | avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrc | Paul B Mahol | 2018-04-29 | 1 | -4/+44 |
* | avfilter/vf_fieldmatch: switch to activate | Paul B Mahol | 2018-04-29 | 1 | -27/+46 |
* | avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startx | Paul B Mahol | 2018-04-28 | 1 | -3/+3 |
* | avfilter/vf_fieldmatch: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+9 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -3/+3 |
* | lavfi/fieldmatch: fix fields copy when plane height is odd | Clément Bœsch | 2016-02-07 | 1 | -2/+5 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma options | Clément Bœsch | 2015-09-09 | 1 | -3/+3 |
* | avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ... | Michael Niedermayer | 2015-03-17 | 1 | -2/+2 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND(... | Michael Niedermayer | 2015-02-17 | 1 | -3/+3 |
* | avfitler/vf_fieldmatch: fix typo | Paul B Mahol | 2015-01-26 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -4/+4 |
* | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -5/+3 |
* | lavfi: add missing periods in filter descriptions. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | lavfi: port IVTC filters from vapoursynth. | Clément Bœsch | 2013-04-14 | 1 | -0/+986 |