| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_eq: Move ff_nlmeans_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -27/+0 |
* | avfilter/vf_eq: add support for alpha channel | the.real.laplace@gmail.com | 2021-10-21 | 1 | -7/+8 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -9/+9 |
* | avfilter/vf_eq: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | 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: add D2TS, TS2D, TS2T as a common macro in internal.h | Limin Wang | 2020-06-19 | 1 | -2/+0 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -8/+8 |
* | avfilter/vf_eq: cosmetics | Limin Wang | 2020-01-14 | 1 | -1/+1 |
* | lavfi/eq: enable runtime change flag | Jun Zhao | 2020-01-13 | 1 | -9/+9 |
* | avfilter: add av_cold where it is missing | Paul B Mahol | 2019-10-03 | 1 | -1/+1 |
* | checkasm/vf_eq: add test for vf_eq | Ting Fu | 2019-09-26 | 1 | -5/+8 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 1 | -1/+3 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | Timeline function for the eq filter | Ilya87 | 2016-06-13 | 1 | -0/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_eq: Support contrast from -1000 to 1000 | Michael Niedermayer | 2015-07-16 | 1 | -2/+2 |
* | lavfi/eq: rework expression evaluation | arwa arif | 2015-03-20 | 1 | -27/+53 |
* | lavfi/eq: factorize code in process_command() | Stefano Sabatini | 2015-03-20 | 1 | -43/+23 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -4/+4 |
* | lavfi/eq: clarify error message in case of expression parsing error | Stefano Sabatini | 2015-03-15 | 1 | -1/+1 |
* | avfilter/vf_eq: Add process_command to eq. | Arwa Arif | 2015-02-20 | 1 | -23/+134 |
* | avfilter/vf_eq: mark src as const | Michael Niedermayer | 2015-01-27 | 1 | -2/+2 |
* | avfilter/vf_eq: Fix clipping code | Michael Niedermayer | 2015-01-26 | 1 | -1/+1 |
* | avfilter/vf_eq: fix leak of input frame | Paul B Mahol | 2015-01-26 | 1 | -0/+1 |
* | avfilter: Port mp=eq/eq2 to lavfi | Arwa Arif | 2015-01-26 | 1 | -0/+270 |