80 Commits (66d5e43b9909804511a3e1fb65f6f0bbb0264eb3)

Author SHA1 Message Date
  Paul B Mahol 0d05aa052c avfilter/vf_v360: add sinusoidal format 5 years ago
  Paul B Mahol a214c17414 avfilter/vf_v360: do not use mod where it is not needed 5 years ago
  Paul B Mahol eaf3c4b8bf avfilter/vf_v360: fix regression introduced in b342678bc4 5 years ago
  Paul B Mahol 4ba45a95df avfilter/vf_v360: adjust h for mercator input/output 5 years ago
  Paul B Mahol 043038ea56 avfilter/vf_v360: fix xyz_to_mercator() 5 years ago
  Paul B Mahol a8925d264a avfilter/vf_v360: fix mercator_to_xyz() 5 years ago
  Paul B Mahol 51a2f02117 avfilter/vf_v360: add fixed pixel padding options 5 years ago
  Paul B Mahol 79d14a3cc8 avfilter/vf_v360: remove intermediate variables 5 years ago
  Paul B Mahol a1391cb942 avfilter/vf_v360: fix comparison with float value 5 years ago
  Paul B Mahol 073d22696e avfilter/vf_v360: simplify xyz_to_dfisheye() calculations 5 years ago
  Paul B Mahol b342678bc4 avfilter/vf_v360: simplify dfisheye_to_xyz() calculations 5 years ago
  Paul B Mahol 34046bcd5f avfilter/vf_v360: simplify ball_to_xyz() calculations 5 years ago
  Paul B Mahol ecaef69fbb avfilter/vf_v360: simplify xyz_to_ball() calculations 5 years ago
  Paul B Mahol b8dfc108a2 avfilter/vf_v360: add hammer projection 5 years ago
  Paul B Mahol 76f861bbb7 avfilter/vf_v360: use lrintf() in kernel 5 years ago
  Paul B Mahol de1d6cb34f avfilter/vf_v360: fix small artifacts between corners in EAC format 5 years ago
  Paul B Mahol 8b58d9cb47 avfilter/vf_v360: remove uneeded array element 5 years ago
  Paul B Mahol 5c93a0a1e4 avfilter/vf_v360: add support for mirroring to ball input format 5 years ago
  Paul B Mahol 9def7efdbf avfilter/vf_v360: adjust kernel after latest change 5 years ago
  Paul B Mahol bc89434a0b avfilter/vf_v360: fix various artifacts with cubemaps 5 years ago
  Paul B Mahol 048c712aa1 avfilter/vf_v360: improve description about s in comments 5 years ago
  Paul B Mahol b632ad81c5 avfilter/vf_v360: add ball projection format 5 years ago
  Paul B Mahol 251284e44a avfilter/vf_v360: add mercator projection 5 years ago
  Paul B Mahol 6f4ec4d909 avfilter/vf_v360: add slice threading to remap calculation 5 years ago
  Paul B Mahol 05ffaa252e avfilter/vf_v360: refactor creation of remap data 5 years ago
  Paul B Mahol a09213da23 avfilter/vf_v360: reverse order of remap for loops 5 years ago
  Paul B Mahol cf62110a83 avfilter/vf_v360: simplify allocating remap data 5 years ago
  Paul B Mahol c271d88257 avfilter/vf_v360: move some local variables to private filter context 5 years ago
  Paul B Mahol d87db83e1c avfilter/vf_v360: rename r_tmp variables 5 years ago
  Paul B Mahol 654601dd1d avfilter/vf_v360: add missing av_assert0() 5 years ago
  Paul B Mahol 7f8f886344 avfilter/vf_v360: refactor dimensions and offsets calculations 5 years ago
  Paul B Mahol 45bb80dccc avfilter/vf_v360: implement stereo 3D support 5 years ago
  Paul B Mahol 451cee662c avfilter/vf_v360: reduce by one cosf call less 5 years ago
  Paul B Mahol 2a672a93d2 avfilter/vf_v360: define variables in for loops consistently 5 years ago
  Paul B Mahol f78abca0c2 avfilter/vf_v360: call tanf() once 5 years ago
  Paul B Mahol cb8d6a4e3e avfilter/vf_v360: implement diagonal field of view 5 years ago
  Paul B Mahol ed4ad6e1ed avfilter/vf_v360: use always float version instead of double floating-point function 5 years ago
  Paul B Mahol 2b3094d61d avfilter/vf_v360: fix flat projection field of view calculation 5 years ago
  Paul B Mahol e1dd355b3d avfilter/vf_v360: add dfisheye output 5 years ago
  Paul B Mahol 24d4eea921 avfilter/vf_v360: fix setting default height for stereographic 5 years ago
  Paul B Mahol 801fd6e410 avfilter/vf_v360: fix errors is comments 5 years ago
  Paul B Mahol b4562301ee avfilter/vf_v360: fix M_PI_4 usage consistency 5 years ago
  Paul B Mahol efc73b13ac avfilter/vf_v360: remove pointless special case when allocating stuff 5 years ago
  Paul B Mahol 7ce7002664 avfilter/vf_v360: refactor FoV calculation for stereographic 5 years ago
  Paul B Mahol 783ea9c1c5 avfilter/vf_v360: extend max limit to vertical fov 5 years ago
  Paul B Mahol cb41c2af92 avfilter/vf_v360: really fix FoV selection 5 years ago
  Paul B Mahol 0f0f5188ac avfilter/vf_v360: remove w/h changing for flat output 5 years ago
  Paul B Mahol f705dc9a74 avfilter/vf_v360: increase h_fov max limit 5 years ago
  Paul B Mahol ccaeabd092 avfilter/vf_v360: fix fov calculation for stereographic output 5 years ago
  Paul B Mahol 5fcb3cbaf0 avfilter/vf_v360: increase v_fov max limit 5 years ago