| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use ptrdiff_t instead of int for linesize | Paul B Mahol | 2023-09-22 | 1 | -6/+6 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+2 |
* | avfilter/qp_table: Stop using FF_QSCALE_TYPE_* | Andreas Rheinhardt | 2022-03-23 | 1 | -1/+2 |
* | avfilter/vf_codecview: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -9/+3 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_codecview: added new options for block | Limin Wang | 2021-10-01 | 1 | -0/+35 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_codecview: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2021-04-01 | 1 | -4/+4 |
* | lavfi/vf_codecview: convert to the video_enc_params API | Anton Khirnov | 2021-01-01 | 1 | -2/+10 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | vf_codecview: added new options | dsmudhar | 2016-06-15 | 1 | -10/+45 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/codecview: reindent after previous commit | Clément Bœsch | 2015-12-05 | 1 | -14/+14 |
* | avfilter/codecview: add QP support | Clément Bœsch | 2015-12-05 | 1 | -1/+42 |
* | avfilter: add '.' at and of long filter description where it is missing | Paul B Mahol | 2015-11-25 | 1 | -1/+1 |
* | avfilter: fix a few 5 spaces indent | Clément Bœsch | 2015-06-07 | 1 | -7/+7 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter: add codecview filter | Clément Bœsch | 2014-08-24 | 1 | -0/+244 |