]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_v360.c
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
[ffmpeg] / libavfilter / vf_v360.c
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...
2019-09-16 Paul B Maholavfilter/vf_v360: rename r_tmp variables
2019-09-16 Paul B Maholavfilter/vf_v360: add missing av_assert0()
2019-09-15 Paul B Maholavfilter/vf_v360: refactor dimensions and offsets calcu...
2019-09-14 Paul B Maholavfilter/vf_v360: implement stereo 3D support
2019-09-14 Paul B Maholavfilter/vf_v360: reduce by one cosf call less
2019-09-14 Paul B Maholavfilter/vf_v360: define variables in for loops consist...
2019-09-14 Paul B Maholavfilter/vf_v360: call tanf() once
2019-09-14 Paul B Maholavfilter/vf_v360: implement diagonal field of view
2019-09-13 Paul B Maholavfilter/vf_v360: use always float version instead...
2019-09-13 Paul B Maholavfilter/vf_v360: fix flat projection field of view...
2019-09-12 Paul B Maholavfilter/vf_v360: add dfisheye output
2019-09-12 Paul B Maholavfilter/vf_v360: fix setting default height for stereo...
2019-09-12 Paul B Maholavfilter/vf_v360: fix errors is comments
2019-09-12 Paul B Maholavfilter/vf_v360: fix M_PI_4 usage consistency
2019-09-11 Paul B Maholavfilter/vf_v360: remove pointless special case when...
2019-09-11 Paul B Maholavfilter/vf_v360: refactor FoV calculation for stereogr...
2019-09-11 Paul B Maholavfilter/vf_v360: extend max limit to vertical fov
2019-09-11 Paul B Maholavfilter/vf_v360: really fix FoV selection
2019-09-10 Paul B Maholavfilter/vf_v360: remove w/h changing for flat output
2019-09-10 Paul B Maholavfilter/vf_v360: increase h_fov max limit
2019-09-10 Paul B Maholavfilter/vf_v360: fix fov calculation for stereographic...
2019-09-10 Paul B Maholavfilter/vf_v360: increase v_fov max limit
2019-09-10 Paul B Maholavfilter/vf_v360: add support for stereographic as...
2019-09-09 Paul B Maholavfilter/vf_v360: add padding to u/v/ker
2019-09-09 Paul B Maholavfilter/vf_v360: add guards against NaNs
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-09 Paul B Maholavfilter/vf_v360: factor vector normalization out
2019-09-08 Paul B Maholavfilter/vf_v360: add stereographic output projection
2019-09-08 Paul B Maholavfilter/vf_v360: disallow too low h_fov/v_fov
2019-09-08 Paul B Maholavfilter/vf_v360: add aliases for some projections
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 James Almerx86/vf_v360: make remap{1,2}_8bit_line_avx2 work on...
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
2019-09-06 Paul B Maholavfilter/vf_v360: add asserts to guard against invalid...
2019-09-06 Paul B Maholavfilter/vf_v360: stop using floats in interpolation
2019-09-06 Paul B Maholavfilter/vf_v360: rewrite storing of remap positions...
2019-09-02 Paul B Maholavfilter/vf_v360: remove not needed items from ThreadData
2019-09-02 Paul B Maholavfilter/vf_v360: set much smaller limit to w/h
2019-09-02 Paul B Maholavfilter/vf_v360: fix some small code style issues
2019-09-02 Paul B Maholavfilter/vf_v360: extend description of eac format
2019-09-02 Paul B Maholavfilter/vf_v360: rename fb format to barrel
2019-08-31 Paul B Maholavfilter/vf_v360: add cubemap 1x6 layout
2019-08-30 Eugene Lyapustinavfilter/vf_v360: add facebook's format
2019-08-21 Paul B Maholavfilter/vf_v360: remove unused header
2019-08-21 Paul B Maholavfilter/vf_v360: improve comments above headers
next