7707 Commits (ecaef69fbb1ed011a14624d944113e32a17d7780)

Author SHA1 Message Date
Paul B Mahol ecaef69fbb avfilter/vf_v360: simplify xyz_to_ball() calculations 6 years ago
Paul B Mahol b8dfc108a2 avfilter/vf_v360: add hammer projection 6 years ago
Paul B Mahol 76f861bbb7 avfilter/vf_v360: use lrintf() in kernel 6 years ago
Paul B Mahol de1d6cb34f avfilter/vf_v360: fix small artifacts between corners in EAC format 6 years ago
Paul B Mahol 8b58d9cb47 avfilter/vf_v360: remove uneeded array element 6 years ago
Paul B Mahol 5c93a0a1e4 avfilter/vf_v360: add support for mirroring to ball input format 6 years ago
Paul B Mahol 9def7efdbf avfilter/vf_v360: adjust kernel after latest change 6 years ago
Paul B Mahol bc89434a0b avfilter/vf_v360: fix various artifacts with cubemaps 6 years ago
Paul B Mahol 048c712aa1 avfilter/vf_v360: improve description about s in comments 6 years ago
Guo, Yejun 8f13a557ca libavfilter/dnn: support multiple outputs for native mode 6 years ago
Guo, Yejun 75ca94f3cf libavfilter/dnn/dnn_backend_native: find the input operand according to input name 6 years ago
Guo, Yejun b2683c66b2 libavfilter/dnn: add layer maximum for native mode. 6 years ago
Marton Balint 862e020f93 avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h 6 years ago
Paul B Mahol b632ad81c5 avfilter/vf_v360: add ball projection format 6 years ago
Guo, Yejun 48133fad05 libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new file 6 years ago
Guo, Yejun 5f058dd693 libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 6 years ago
Paul B Mahol 251284e44a avfilter/vf_v360: add mercator projection 6 years ago
Paul B Mahol 6f4ec4d909 avfilter/vf_v360: add slice threading to remap calculation 6 years ago
Paul B Mahol 05ffaa252e avfilter/vf_v360: refactor creation of remap data 6 years ago
Paul B Mahol a09213da23 avfilter/vf_v360: reverse order of remap for loops 6 years ago
Paul B Mahol cf62110a83 avfilter/vf_v360: simplify allocating remap data 6 years ago
Paul B Mahol c271d88257 avfilter/vf_v360: move some local variables to private filter context 6 years ago
Paul B Mahol d87db83e1c avfilter/vf_v360: rename r_tmp variables 6 years ago
Paul B Mahol 94f187d382 avfilter/vf_stereo3d: assert that out variable is valid 6 years ago
Paul B Mahol 34a12b9978 avfilter/vf_stereo3d: merge same code in case branches 6 years ago
Paul B Mahol ea8391e519 avfilter/vf_shuffleplanes: remove not needed line 6 years ago
Paul B Mahol f70690e8ec avfilter/vf_ciescope: remove dead assignments 6 years ago
Paul B Mahol fa045c3ce2 avfilter/window_func: clarify intention in dolph window calculation 6 years ago
Paul B Mahol 654601dd1d avfilter/vf_v360: add missing av_assert0() 6 years ago
Paul B Mahol 7a7aa4f79e avfilter/vf_avgblur: remove dupe assignment 6 years ago
Paul B Mahol dc33250765 avfilter/af_headphone: return on error immediately 6 years ago
Paul B Mahol 921eb21b1d avfilter/x86/vf_360: add most of >8 depth asm 6 years ago
Paul B Mahol 5a9560dfc6 avfilter/vf_stereo3d: add tb (top-bottom) aliases 6 years ago
Paul B Mahol 7f8f886344 avfilter/vf_v360: refactor dimensions and offsets calculations 6 years ago
Paul B Mahol 45bb80dccc avfilter/vf_v360: implement stereo 3D support 6 years ago
Paul B Mahol 451cee662c avfilter/vf_v360: reduce by one cosf call less 6 years ago
Paul B Mahol 2a672a93d2 avfilter/vf_v360: define variables in for loops consistently 6 years ago
Paul B Mahol f78abca0c2 avfilter/vf_v360: call tanf() once 6 years ago
Paul B Mahol cb8d6a4e3e avfilter/vf_v360: implement diagonal field of view 6 years ago
Paul B Mahol ed4ad6e1ed avfilter/vf_v360: use always float version instead of double floating-point function 6 years ago
Paul B Mahol 2b3094d61d avfilter/vf_v360: fix flat projection field of view calculation 6 years ago
Paul B Mahol e1dd355b3d avfilter/vf_v360: add dfisheye output 6 years ago
Paul B Mahol 24d4eea921 avfilter/vf_v360: fix setting default height for stereographic 6 years ago
Paul B Mahol 801fd6e410 avfilter/vf_v360: fix errors is comments 6 years ago
Paul B Mahol b4562301ee avfilter/vf_v360: fix M_PI_4 usage consistency 6 years ago
Paul B Mahol efc73b13ac avfilter/vf_v360: remove pointless special case when allocating stuff 6 years ago
Paul B Mahol 7ce7002664 avfilter/vf_v360: refactor FoV calculation for stereographic 6 years ago
Paul B Mahol 783ea9c1c5 avfilter/vf_v360: extend max limit to vertical fov 6 years ago
Paul B Mahol cb41c2af92 avfilter/vf_v360: really fix FoV selection 6 years ago
Jun Zhao 944d76a3e0 lavfi/sinc: fix memory leak in error handling path 6 years ago