| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -7/+7 |
* | avfilter: pass link YUV colorspace to ff_draw_init2 | Niklas Haas | 2024-02-06 | 1 | -1/+1 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -16/+2 |
* | avfilter/vf_datascope: call av_frame_copy_props() | Paul B Mahol | 2023-01-27 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -3/+3 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -12/+6 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avfilter/vf_datascope: pixscope: add commands support | Paul B Mahol | 2021-02-13 | 1 | -7/+20 |
* | avfilter/vf_datascope: add commands support | Paul B Mahol | 2021-02-10 | 1 | -12/+25 |
* | avfilter/vf_datascope: add option to show only subset of components | Paul B Mahol | 2021-01-17 | 1 | -17/+38 |
* | avfilter/vf_datascope: fix oscilloscope with gray>8 depth | Paul B Mahol | 2020-09-19 | 1 | -6/+6 |
* | avfilter/vf_pixscope: also show standard deviation of zoomed area | Paul B Mahol | 2020-04-26 | 1 | -3/+28 |
* | avfilter/vf_datascope: add decimal output | Paul B Mahol | 2019-12-13 | 1 | -7/+14 |
* | avfilter/vf_datascope: add support for commands in oscilloscope | Paul B Mahol | 2019-11-21 | 1 | -28/+54 |
* | avfilter/vf_datascope: fix heap buffer overflow | Paul B Mahol | 2019-10-19 | 1 | -1/+1 |
* | avfilter/vf_datascope: fix rgba mapping for oscilloscope filter output | Paul B Mahol | 2018-10-24 | 1 | -8/+8 |
* | avfilter/vf_datascope: reduce block height | Paul B Mahol | 2018-09-11 | 1 | -1/+1 |
* | avfilter/vf_datascope: make it possible for output window to automatically ch... | Paul B Mahol | 2017-09-04 | 1 | -4/+26 |
* | avfilter/vf_datascope: add timeline support to pixscope and oscilloscope | Paul B Mahol | 2017-09-03 | 1 | -0/+2 |
* | avfilter/vf_datascope: make it possible to change pixscope window position | Paul B Mahol | 2017-08-15 | 1 | -35/+41 |
* | avfilter: add video oscilloscope filter | Paul B Mahol | 2017-04-29 | 1 | -0/+381 |
* | avfilter: add pixscope filter | Paul B Mahol | 2017-04-29 | 1 | -7/+229 |
* | avfilter/vf_datascope: cleanup code a little | Paul B Mahol | 2016-09-09 | 1 | -34/+56 |
* | avfilter/vf_datascope: let user change background opacity | Paul B Mahol | 2016-09-09 | 1 | -3/+4 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter: add datascope filter | Paul B Mahol | 2016-02-26 | 1 | -0/+398 |