| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_premultiply: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | avfilter/vf_premultiply: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -6/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -3/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12 | Mark Reid | 2020-09-14 | 1 | -0/+2 |
* | avfilter/vf_premultiply: add support for gbrapf32 format | Mark Reid | 2020-09-10 | 1 | -3/+115 |
* | avfilter/vf_premultiply: Fix leak of names of inpads | Andreas Rheinhardt | 2020-08-26 | 1 | -12/+4 |
* | avfilter/vf_premultiply: add support for 12bit yuva format | Paul B Mahol | 2019-11-18 | 1 | -1/+1 |
* | avfilter/vf_premultiply: fix signed integer overflow | Paul B Mahol | 2019-10-22 | 1 | -2/+2 |
* | avfilter/vf_premultiply: forward status back from output to all input links | Paul B Mahol | 2019-09-25 | 1 | -0/+2 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -0/+2 |
* | avfilter/vf_premultiply: add gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_premultiply: add slice threading | Paul B Mahol | 2018-04-27 | 1 | -17/+50 |
* | avfilter/vf_premultiply : fix unpremultiply_offset for rgb input | Martin Vignali | 2018-03-18 | 1 | -2/+2 |
* | avfilter/vf_premultiply: fix memory-leak on failure | Timo Rothenpieler | 2017-11-13 | 1 | -2/+3 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -7/+7 |
* | avfilter/vf_premultiply: add inplace mode | Paul B Mahol | 2017-08-07 | 1 | -54/+145 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -1/+3 |
* | avfilter: add unpremultiply filter | Paul B Mahol | 2017-08-02 | 1 | -45/+262 |
* | lavfi/vf_premultiply: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -18/+10 |
* | avfilter/vf_premultiply: add planes option | Paul B Mahol | 2017-04-23 | 1 | -1/+12 |
* | avfilter/vf_premultiply: remove redundant semicolons | Michael Niedermayer | 2016-12-02 | 1 | -2/+2 |
* | avfilter: add premultiply filter | Paul B Mahol | 2016-12-01 | 1 | -0/+409 |