]> git.sesse.net Git - ffmpeg/history - libavfilter/v360.h
avfilter/vf_ssim: remove unnecessary check
[ffmpeg] / libavfilter / v360.h
2020-10-06 Paul B Maholavfilter/vf_v360: use quaternions for rotation
2020-10-04 Paul B Maholavfilter/vf_v360: add mitchell interpolation
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: add orthographic projection support
2020-06-22 Paul B Maholavfilters/vf_v360: add equisolid projection support
2020-04-02 Paul B Maholavfilter/vf_v360: add lagrange9 interpolation
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 output...
2020-02-26 Paul B Maholavfilter/vf_v360: add barrel split format output support
2020-01-25 Paul B Maholavfilter/vf_v360: add mask option, unset pixels are...
2020-01-22 Paul B Maholavfilter/vf_v360: add tetrahedron format
2020-01-20 Paul B Maholavfilter/vf_v360: add support for flat input format
2020-01-19 Paul B Maholavfilter/vf_v360: change remaps to int16_t type
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: 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-09-25 Paul B Maholavfilter/vf_v360: add sinusoidal format
2019-09-22 Paul B Maholavfilter/v360: reduce size of some struct members
2019-09-22 Paul B Maholavfilter/vf_v360: add fixed pixel padding options
2019-09-21 Paul B Maholavfilter/vf_v360: add hammer projection
2019-09-20 Paul B Maholavfilter/vf_v360: remove uneeded array element
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: refactor creation of remap data
2019-09-16 Paul B Maholavfilter/vf_v360: move some local variables to private...
2019-09-14 Paul B Maholavfilter/vf_v360: implement stereo 3D support
2019-09-14 Paul B Maholavfilter/vf_v360: implement diagonal field of view
2019-09-09 Paul B Maholavfilter/vf_v360: add padding to u/v/ker
2019-09-09 Paul B Maholavfilter/vf_v360: partialy revert previous commit
2019-09-09 Paul B Maholavfilter/vf_v360: extend stereographic projection
2019-09-08 Paul B Maholavfilter/vf_v360: add stereographic output projection
2019-09-07 Paul B Maholavfilter/vf_v360: add options to h/w unflip input video
2019-09-07 Paul B Maholavfilter/vf_v360: support transposed input/output
2019-09-06 Paul B Maholavfilter/vf_v360: add option to pick rotation order
2019-09-06 Paul B Maholavfilter/vf_v360: reduce allocations by reusing duplica...
2019-09-06 Paul B Maholavfilter/vf_v360: x86 SIMD for interpolations