| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -15/+15 |
* | avfilter: use ptrdiff_t instead of int for linesize | Paul B Mahol | 2023-09-22 | 1 | -7/+7 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -16/+2 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -3/+3 |
* | Switch uses of av_fopen_utf8 to avpriv_fopen_utf8 | Martin Storsjö | 2022-05-23 | 1 | -2/+2 |
* | avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut | Paul B Mahol | 2022-04-26 | 1 | -6/+14 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_lut3d: add x86-optimized tetrahedral interpolation | Mark Reid | 2021-10-10 | 1 | -56/+5 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -17/+17 |
* | avfilter/vf_lut3d: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+3 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -3/+3 |
* | avfilter/vf_lut3d: Deduplicate options | Andreas Rheinhardt | 2021-09-23 | 1 | -7/+15 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -12/+6 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+4 |
* | 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 | -3/+3 |
* | avfilter/vf_lut3d: lut3d, haldclut: add support for commands | Paul B Mahol | 2021-02-08 | 1 | -6/+20 |
* | avfilter/vf_lut3d: lut1d: add support for commands | Paul B Mahol | 2021-02-06 | 1 | -7/+27 |
* | avfilter/vf_lut3d: add prism interpolation | Paul B Mahol | 2021-01-29 | 1 | -0/+57 |
* | avfilter/vf_lut3d: add pyramid interpolation | Paul B Mahol | 2021-01-29 | 1 | -0/+62 |
* | avfilter/vf_lut3d: fix sanitizef INF handling | Mark Reid | 2020-11-20 | 1 | -2/+2 |
* | avfilter/vf_lut3d: support remaping negative values in the prelut | Mark Reid | 2020-09-07 | 1 | -5/+3 |
* | avfilter/vf_lut3d: Fix mixed declaration and code | Andreas Rheinhardt | 2020-06-01 | 1 | -6/+6 |
* | avfilter/vf_lut3d: prelut support for 3d cinespace luts | Mark Reid | 2020-05-31 | 1 | -55/+317 |
* | avfilter/vf_lut3d: initial float pixel format support | Mark Reid | 2020-05-23 | 1 | -6/+201 |
* | avfilter/vf_lut3d: use av_fopen_utf8() | Paul B Mahol | 2020-02-14 | 1 | -2/+2 |
* | avfilter/vf_lut3d: simplify code | Limin Wang | 2019-11-01 | 1 | -48/+6 |
* | avfilter/vf_lut3d: increase max level to upper limit defined by cube format s... | Paul B Mahol | 2019-10-26 | 1 | -1/+1 |
* | avfilter/vf_lut3d: allocate 3d lut dynamically | Paul B Mahol | 2019-10-26 | 1 | -59/+111 |
* | avfilter/vf_lut3d: increase MAX_LEVEL | Paul B Mahol | 2019-04-28 | 1 | -1/+1 |
* | avfilter/vf_lut3d: fix range domain processing for .cube format | Paul B Mahol | 2019-04-28 | 1 | -22/+51 |
* | avfilter/vf_lut3d: add cineSpace 3D lut support | Paul B Mahol | 2019-04-20 | 1 | -0/+91 |
* | avfilter/vf_lut3d: add cineSpace 1D lut parsing | Paul B Mahol | 2019-04-20 | 1 | -0/+77 |
* | avfilter/vf_lut3d: use av_sscanf | Paul B Mahol | 2018-11-16 | 1 | -8/+8 |
* | avfilter/vf_lut3d: ignore last whitespace when comparing LUT size string | Paul B Mahol | 2018-11-11 | 1 | -2/+2 |
* | avfilter/vf_lut3d: add spline 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+32 |
* | avfilter/vf_lut3d: add cosine 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+24 |
* | avfilter/vf_lut3d: do not error out if TITLE is after other lines | Paul B Mahol | 2018-10-25 | 1 | -0/+4 |
* | avfilter: add lut1d filter | Paul B Mahol | 2018-09-07 | 1 | -0/+448 |
* | avfilter/vf_lut3d: unbreak haldclut with planar rgb formats | Paul B Mahol | 2018-06-02 | 1 | -13/+59 |
* | avfilter/vf_lut3d: fix typo | Paul B Mahol | 2018-05-04 | 1 | -1/+1 |
* | avfilter/vf_lut3d: add planar rgb support | Paul B Mahol | 2018-05-04 | 1 | -4/+112 |
* | lavfi: Rename local variables "main" as "master". | Carl Eugen Hoyos | 2017-10-07 | 1 | -4/+4 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | lavfi/vf_lut3d: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -23/+26 |
* | avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ string | Paul B Mahol | 2017-03-13 | 1 | -1/+2 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast options | Clément Bœsch | 2015-09-09 | 1 | -2/+2 |
* | avfilter/lut3d: assert on pixel format descriptor | Clément Bœsch | 2015-06-13 | 1 | -0/+2 |