| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_mix: output same number of frames from input for tmix | Paul B Mahol | 2022-04-29 | 1 | -3/+7 |
* | avfilter/vf_mix: fix multiple threads usage | Paul B Mahol | 2022-04-29 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_mix: additional speedup | Paul B Mahol | 2022-02-18 | 1 | -6/+31 |
* | avfilter/vf_mix: refactor mix function | Paul B Mahol | 2022-02-17 | 1 | -89/+41 |
* | avfilter/vf_mix: use correct type for flags | Paul B Mahol | 2022-02-17 | 1 | -4/+4 |
* | avfilter/vf_mix: fix handling non-native endianess formats | Paul B Mahol | 2022-02-17 | 1 | -1/+7 |
* | avfilter/vf_mix: add missing float format support | Paul B Mahol | 2022-02-17 | 1 | -1/+32 |
* | avfilter/vf_mix: add planes option | Paul B Mahol | 2022-02-15 | 1 | -0/+19 |
* | avfilter/vf_mix: improve speed of processing | Paul B Mahol | 2022-02-14 | 1 | -6/+7 |
* | avfilter/vf_tmix: increase max allowed number of frames | Paul B Mahol | 2022-02-14 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats* | Andreas Rheinhardt | 2021-09-26 | 1 | -9/+4 |
* | avfilter/vf_mix: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -5/+3 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+4 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_mix: add support for commands | Paul B Mahol | 2021-02-06 | 1 | -31/+56 |
* | avfilter/vf_mix: add timeline support | Paul B Mahol | 2021-02-06 | 1 | -1/+10 |
* | avfilter/vf_mix: use ff_formats_pixdesc_filter() | Paul B Mahol | 2021-01-16 | 1 | -13/+10 |
* | avfilter/vf_mix: Check sscanf() return value | Limin Wang | 2020-05-01 | 1 | -1/+4 |
* | avfilter/vf_mix: check if array is available | Paul B Mahol | 2020-04-13 | 1 | -1/+1 |
* | avfilter/vf_mix: change the max range of the number of inputs | Limin Wang | 2020-01-11 | 1 | -1/+1 |
* | avfilter/vf_mix: set sar to outlink | Paul B Mahol | 2019-05-24 | 1 | -0/+2 |
* | avfilter/vf_mix: use time_base from framesync | Paul B Mahol | 2019-05-24 | 1 | -3/+4 |
* | avfilter/vf_mix: always output frame if array is filled | Paul B Mahol | 2019-02-02 | 1 | -1/+2 |
* | avfilter/vf_mix: add timeline support to tmix filter | Paul B Mahol | 2019-02-02 | 1 | -2/+12 |
* | avfilter/vf_mix: use av_sscanf() | Paul B Mahol | 2018-11-18 | 1 | -1/+1 |
* | avfilter/vf_mix: initialize last to silence possible warning | Paul B Mahol | 2018-04-30 | 1 | -1/+1 |
* | avfilter/vf_mix: make setting weights more user friendly | Paul B Mahol | 2018-04-29 | 1 | -1/+6 |
* | avfilter/vf_mix: use correct linesizes | Paul B Mahol | 2018-04-27 | 1 | -2/+2 |
* | avfilter/vf_mix: add slice threading | Paul B Mahol | 2018-04-27 | 1 | -8/+29 |
* | avfilter/vf_mix: clip output pixel values | Paul B Mahol | 2018-04-26 | 1 | -2/+4 |
* | avfilter/vf_mix: add scale option | Paul B Mahol | 2018-04-26 | 1 | -1/+8 |
* | avfilter: add tmix filter | Paul B Mahol | 2018-04-26 | 1 | -39/+125 |
* | avfiler/vf_mix: fix crash with >8 bit depth | Paul B Mahol | 2018-04-25 | 1 | -1/+1 |
* | avfilter: add mix filter | Paul B Mahol | 2017-11-24 | 1 | -0/+283 |