]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_v360.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_v360.c
2021-04-27 Andreas Rheinhardtavfilter: Constify all AVFilters
2021-04-11 Paul B Maholavfilter/vf_v360: unbreak fov_from_dfov() for (d)fishey...
2021-04-10 Paul B Maholavfilter/vf_v360: allow user to control fov for equirec...
2020-12-04 Michael Kochavfilter/vf_v360: fix several problems with 'perspectiv...
2020-10-25 Paul B Maholavfilter/vf_v360: make commands always do relative...
2020-10-06 Paul B Maholavfilter/vf_v360: use quaternions for rotation
2020-10-04 Paul B Maholavfilter/vf_v360: fix possible out of range values
2020-10-04 Paul B Maholavfilter/vf_v360: add mitchell interpolation
2020-09-29 Paul B Maholavfilter/vf_v360: stop using floats variables in xyz_to...
2020-09-29 Paul B Maholavfilter/vf_v360: simplify input flipping
2020-09-29 Paul B Maholavfilter/vf_v360: split maps into slices
2020-09-27 Paul B Maholavfilter/vf_v360: add octahedron format
2020-06-23 Paul B Maholavfilter/vf_v360: do not ignore return value of allocat...
2020-06-23 Paul B Maholavfilter/vf_v360: add orthographic projection support
2020-06-22 Paul B Maholavfilters/vf_v360: add equisolid projection support
2020-04-29 Paul B Maholavfilter/vf_v360: make FOV adjusted for dual fisheye too
2020-04-29 Steven Liuavfilter/vf_v360: adjustment out_pad and in_pad maximum...
2020-04-04 Paul B Maholavfilter/vf_v360: add pannini input support
2020-04-03 Paul B Maholavfilter/vf_v360: improve description of output fov...
2020-04-02 Paul B Maholavfilter/vf_v360: add lagrange9 interpolation
2020-03-29 Paul B Maholavfilter/vf_v360: fix swapped variables
2020-03-29 Paul B Maholavfilter/vf_v360: speedup fisheye output
2020-03-29 Paul B Maholavfilter/vf_v360: reduce unnecessary negations
2020-03-26 Paul B Maholavfilter/vf_v360: improve sg input format
2020-03-26 Paul B Maholavfilter/vf_v360: improve sg output format
2020-03-25 Paul B Maholavfilter/vf_v360: fix hfov/vfov calculation from dfov...
2020-03-03 Paul B Maholavfilter/vf_v360: simplify some unnecessary indirections
2020-03-03 Paul B Maholavfilter/vf_v360: add half equirectangular input format
2020-03-03 Paul B Maholavfilter/vf_v360: add half equirectangular output format
2020-03-02 Paul B Maholavfilter/vf_v360: add truncated square pyramid input...
2020-03-02 Paul B Maholavfilter/vf_v360: add truncated square pyramid output...
2020-03-01 Paul B Maholavfilter/vf_v360: fix cylindrical input format
2020-03-01 Paul B Maholavfilter/vf_v360: cleanup some code
2020-02-29 Paul B Maholavfilter/vf_v360: improve interpolation for equirect...
2020-02-29 Paul B Maholavfilter/vf_v360: add partial size setup for flat
2020-02-29 Paul B Maholavfilter/vf_v360: speed up fisheye input calculation
2020-02-29 Paul B Maholavfilter/vf_v360: improve tetrahedron input format...
2020-02-29 Paul B Maholavfilter/vf_v360: simplify tetrahedron input calculation
2020-02-29 Paul B Maholavfilter/vf_v360: improve precision of some output...
2020-02-28 Paul B Maholavfilter/vf_v360: simplify code which handles interpola...
2020-02-27 Paul B Maholavfilter/vf_v360: add initial barrel split format input...
2020-02-26 Paul B Maholavfilter/vf_v360: add barrel split format output support
2020-02-25 Paul B Maholavfilter/vf_v360: add basic commands support
2020-02-25 Paul B Maholavfilter/vf_v360: handle gracefully invalid values...
2020-02-23 Paul B Maholavfilter/vf_v360: improve dfisheye_to_xyz() output
2020-02-23 Paul B Maholavfilter/vf_v360: improve fisheye_to_xyz() output
2020-02-23 Paul B Maholavfilter/vf_v360: improve equirect_to_xyz() quality
2020-01-25 Paul B Maholavfilter/vf_v360: do not remap alpha plane if that...
2020-01-25 Paul B Maholavfilter/vf_v360: mark another hemisphere not visible...
2020-01-25 Paul B Maholavfilter/vf_v360: add mask option, unset pixels are...
2020-01-24 Paul B Maholavfilter/vf_v360: fix fov calculation from dfov for...
2020-01-23 Paul B Maholavfilter/vf_v360: support input flips for tetrahedron...
2020-01-23 Paul B Maholavfilter/vf_v360: fix small artifacts with tetrahedron...
2020-01-22 Paul B Maholavfilter/vf_v360: add tetrahedron format
2020-01-22 Paul B Maholavfilter/vf_v360: improve fisheye input format
2020-01-21 Paul B Maholavfilter/vf_v360: add support for fisheye input format
2020-01-21 Paul B Maholavfilter/vf_v360: add support for input fov to input...
2020-01-20 Paul B Maholavfilter/vf_v360: add support for cylindrical input...
2020-01-20 Paul B Maholavfilter/vf_v360: add support for flat input format
2020-01-20 Paul B Maholavfilter/vf_v360: rewrite fov_from_dfov()
2020-01-19 Paul B Maholavfilter/vf_v360: replace rest of roundf() with lrintf()
2020-01-19 Paul B Maholavfilter/vf_v360: change remaps to int16_t type
2020-01-19 Paul B Maholavfilter/vf_v360: move map variable up
2020-01-19 Paul B Maholavfilter/vf_v360: make more stuff const
2020-01-18 Paul B Maholavfilter/vf_v360: add perspective output projection
2020-01-18 Paul B Maholavfilter/vf_v360: add gaussian interpolation
2020-01-18 Paul B Maholavfilter/vf_v360: fix some small nits
2020-01-18 Paul B Maholavfilter/vf_v360: add spline16 interpolation
2020-01-17 Paul B Maholavfilter/vf_v360: add cylindrical output projection
2020-01-16 Paul B Maholavfilter/vf_v360: add pannini output projection
2020-01-16 Paul B Maholavfilter/vf_v360: add fisheye output projection
2019-10-10 Jun Zhaolavfi/v360: remove unnecessary cast for void *
2019-09-25 Paul B Maholavfilter/vf_v360: add sinusoidal format
2019-09-24 Paul B Maholavfilter/vf_v360: do not use mod where it is not needed
2019-09-23 Paul B Maholavfilter/vf_v360: fix regression introduced in b342678b...
2019-09-22 Paul B Maholavfilter/vf_v360: adjust h for mercator input/output
2019-09-22 Paul B Maholavfilter/vf_v360: fix xyz_to_mercator()
2019-09-22 Paul B Maholavfilter/vf_v360: fix mercator_to_xyz()
2019-09-22 Paul B Maholavfilter/vf_v360: add fixed pixel padding options
2019-09-22 Paul B Maholavfilter/vf_v360: remove intermediate variables
2019-09-21 Paul B Maholavfilter/vf_v360: fix comparison with float value
2019-09-21 Paul B Maholavfilter/vf_v360: simplify xyz_to_dfisheye() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: simplify dfisheye_to_xyz() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: simplify ball_to_xyz() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: simplify xyz_to_ball() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: add hammer projection
2019-09-21 Paul B Maholavfilter/vf_v360: use lrintf() in kernel
2019-09-21 Paul B Maholavfilter/vf_v360: fix small artifacts between corners...
2019-09-20 Paul B Maholavfilter/vf_v360: remove uneeded array element
2019-09-20 Paul B Maholavfilter/vf_v360: add support for mirroring to ball...
2019-09-20 Paul B Maholavfilter/vf_v360: adjust kernel after latest change
2019-09-20 Paul B Maholavfilter/vf_v360: fix various artifacts with cubemaps
2019-09-20 Paul B Maholavfilter/vf_v360: improve description about s in comments
2019-09-19 Paul B Maholavfilter/vf_v360: add ball projection format
2019-09-17 Paul B Maholavfilter/vf_v360: add mercator projection
2019-09-16 Paul B Maholavfilter/vf_v360: add slice threading to remap calculation
2019-09-16 Paul B Maholavfilter/vf_v360: refactor creation of remap data
2019-09-16 Paul B Maholavfilter/vf_v360: reverse order of remap for loops
2019-09-16 Paul B Maholavfilter/vf_v360: simplify allocating remap data
2019-09-16 Paul B Maholavfilter/vf_v360: move some local variables to private...
next