| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | lavfi/vf_v360: implement output mask for barrelsplit | Anton Khirnov | 2022-05-24 | 1 | -1/+5 |
* | lavfi/vf_v360: fix barrelsplit transform with padding | Anton Khirnov | 2022-05-24 | 1 | -28/+23 |
* | lavfi/vf_v360: factorize vector computation for barrelsplit | Anton Khirnov | 2022-05-24 | 1 | -16/+4 |
* | lavfi/vf_v360: drop nonsense inline specifier | Anton Khirnov | 2022-05-24 | 1 | -1/+1 |
* | avfilter/vf_v360: improve rounding in xyz_to_dfisheye() | Paul B Mahol | 2022-03-01 | 1 | -1/+1 |
* | avfilter/vf_v360: improve xyz_to_fisheye() | Paul B Mahol | 2022-01-29 | 1 | -2/+2 |
* | avfilter/vf_v360: improve xyz_to_dfisheye() even more | Paul B Mahol | 2022-01-29 | 1 | -1/+1 |
* | avfilter/vf_v360: improve xyz_to_dfisheye() | Paul B Mahol | 2022-01-22 | 1 | -1/+1 |
* | avfilter/v360: add support for off-axis projection output | Paul B Mahol | 2021-11-15 | 1 | -38/+18 |
* | avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot true | Paul B Mahol | 2021-10-24 | 1 | -1/+2 |
* | avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT() | Paul B Mahol | 2021-10-24 | 1 | -2/+2 |
* | avfilter/vf_v360: make reset_rot option not lose its value | Paul B Mahol | 2021-10-20 | 1 | -2/+3 |
* | avfilter/vf_v360: add reset_rot option | Paul B Mahol | 2021-10-16 | 1 | -2/+12 |
* | avfilter/vf_v360: fix scaling to give proper results | Paul B Mahol | 2021-10-09 | 1 | -3/+3 |
* | avfilter/vf_v360: do not round second arg for rescale() | Paul B Mahol | 2021-10-09 | 1 | -1/+1 |
* | avfilter/vf_v360: fix dfisheye input regression | Paul B Mahol | 2021-10-06 | 1 | -1/+18 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_v360: refactor uf/vf scaling | Paul B Mahol | 2021-09-24 | 1 | -37/+40 |
* | avfilter/vf_v360: fill unused regions too for orthographic output format | Paul B Mahol | 2021-08-22 | 1 | -4/+11 |
* | avfilter/vf_v360: refactor rescaling of i/j | Paul B Mahol | 2021-08-22 | 1 | -52/+57 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+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 | -4/+1 |
* | avfilter/vf_v360: avoid doubles in fov_from_dfov() | Paul B Mahol | 2021-07-17 | 1 | -2/+2 |
* | avfilter/vf_v360: fix visibility test for fisheye projection | Daniel Playfair Cal | 2021-07-17 | 1 | -1/+1 |
* | avfilter/vf_v360: add cylindrical equal area format | Paul B Mahol | 2021-06-30 | 1 | -0/+124 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != height | Paul B Mahol | 2021-04-11 | 1 | -6/+6 |
* | avfilter/vf_v360: allow user to control fov for equirectagular format | Paul B Mahol | 2021-04-11 | 1 | -11/+103 |
* | avfilter/vf_v360: fix several problems with 'perspective' output | Michael Koch | 2020-12-04 | 1 | -3/+2 |
* | avfilter/vf_v360: make commands always do relative rotation | Paul B Mahol | 2020-10-25 | 1 | -8/+17 |
* | avfilter/vf_v360: use quaternions for rotation | Paul B Mahol | 2020-10-07 | 1 | -45/+55 |
* | avfilter/vf_v360: fix possible out of range values | Paul B Mahol | 2020-10-04 | 1 | -3/+3 |
* | avfilter/vf_v360: add mitchell interpolation | Paul B Mahol | 2020-10-04 | 1 | -0/+74 |
* | avfilter/vf_v360: stop using floats variables in xyz_to_octahedron | Paul B Mahol | 2020-09-30 | 1 | -6/+6 |
* | avfilter/vf_v360: simplify input flipping | Paul B Mahol | 2020-09-29 | 1 | -94/+69 |
* | avfilter/vf_v360: split maps into slices | Paul B Mahol | 2020-09-29 | 1 | -35/+62 |
* | avfilter/vf_v360: add octahedron format | Paul B Mahol | 2020-09-27 | 1 | -0/+99 |
* | avfilter/vf_v360: do not ignore return value of allocate_plane() | Paul B Mahol | 2020-06-23 | 1 | -2/+5 |
* | avfilter/vf_v360: add orthographic projection support | Paul B Mahol | 2020-06-23 | 1 | -2/+135 |
* | avfilters/vf_v360: add equisolid projection support | Paul B Mahol | 2020-06-22 | 1 | -0/+129 |
* | avfilter/vf_v360: make FOV adjusted for dual fisheye too | Paul B Mahol | 2020-04-29 | 1 | -10/+14 |
* | avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10 | Steven Liu | 2020-04-29 | 1 | -2/+2 |
* | avfilter/vf_v360: add pannini input support | Paul B Mahol | 2020-04-04 | 1 | -1/+53 |
* | avfilter/vf_v360: improve description of output fov options | Paul B Mahol | 2020-04-03 | 1 | -3/+3 |
* | avfilter/vf_v360: add lagrange9 interpolation | Paul B Mahol | 2020-04-02 | 1 | -0/+56 |
* | avfilter/vf_v360: fix swapped variables | Paul B Mahol | 2020-03-29 | 1 | -2/+2 |
* | avfilter/vf_v360: speedup fisheye output | Paul B Mahol | 2020-03-29 | 1 | -3/+8 |
* | avfilter/vf_v360: reduce unnecessary negations | Paul B Mahol | 2020-03-29 | 1 | -153/+153 |