summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_v360.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/v360: remove unnecessary cast for void *Jun Zhao2019-10-101-1/+1
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-251-0/+80
* avfilter/vf_v360: do not use mod where it is not neededPaul B Mahol2019-09-241-2/+2
* avfilter/vf_v360: fix regression introduced in b342678bc47b4e5Paul B Mahol2019-09-231-2/+2
* avfilter/vf_v360: adjust h for mercator input/outputPaul B Mahol2019-09-221-2/+2
* avfilter/vf_v360: fix xyz_to_mercator()Paul B Mahol2019-09-221-4/+4
* avfilter/vf_v360: fix mercator_to_xyz()Paul B Mahol2019-09-221-7/+8
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-221-26/+57
* avfilter/vf_v360: remove intermediate variablesPaul B Mahol2019-09-221-10/+4
* avfilter/vf_v360: fix comparison with float valuePaul B Mahol2019-09-211-1/+1
* avfilter/vf_v360: simplify xyz_to_dfisheye() calculationsPaul B Mahol2019-09-211-4/+5
* avfilter/vf_v360: simplify dfisheye_to_xyz() calculationsPaul B Mahol2019-09-211-6/+5
* avfilter/vf_v360: simplify ball_to_xyz() calculationsPaul B Mahol2019-09-211-10/+4
* avfilter/vf_v360: simplify xyz_to_ball() calculationsPaul B Mahol2019-09-211-3/+4
* avfilter/vf_v360: add hammer projectionPaul B Mahol2019-09-211-0/+91
* avfilter/vf_v360: use lrintf() in kernelPaul B Mahol2019-09-211-6/+6
* avfilter/vf_v360: fix small artifacts between corners in EAC formatPaul B Mahol2019-09-211-2/+5
* avfilter/vf_v360: remove uneeded array elementPaul B Mahol2019-09-201-7/+5
* avfilter/vf_v360: add support for mirroring to ball input formatPaul B Mahol2019-09-201-2/+2
* avfilter/vf_v360: adjust kernel after latest changePaul B Mahol2019-09-201-6/+6
* avfilter/vf_v360: fix various artifacts with cubemapsPaul B Mahol2019-09-201-12/+12
* avfilter/vf_v360: improve description about s in commentsPaul B Mahol2019-09-201-25/+25
* avfilter/vf_v360: add ball projection formatPaul B Mahol2019-09-191-0/+88
* avfilter/vf_v360: add mercator projectionPaul B Mahol2019-09-171-0/+78
* avfilter/vf_v360: add slice threading to remap calculationPaul B Mahol2019-09-161-3/+7
* avfilter/vf_v360: refactor creation of remap dataPaul B Mahol2019-09-161-82/+74
* avfilter/vf_v360: reverse order of remap for loopsPaul B Mahol2019-09-161-2/+2
* avfilter/vf_v360: simplify allocating remap dataPaul B Mahol2019-09-161-3/+3
* avfilter/vf_v360: move some local variables to private filter contextPaul B Mahol2019-09-161-6/+4
* avfilter/vf_v360: rename r_tmp variablesPaul B Mahol2019-09-161-21/+21
* avfilter/vf_v360: add missing av_assert0()Paul B Mahol2019-09-161-0/+2
* avfilter/vf_v360: refactor dimensions and offsets calculationsPaul B Mahol2019-09-151-22/+13
* avfilter/vf_v360: implement stereo 3D supportPaul B Mahol2019-09-141-44/+113
* avfilter/vf_v360: reduce by one cosf call lessPaul B Mahol2019-09-141-3/+8
* avfilter/vf_v360: define variables in for loops consistentlyPaul B Mahol2019-09-141-44/+29
* avfilter/vf_v360: call tanf() oncePaul B Mahol2019-09-141-3/+3
* avfilter/vf_v360: implement diagonal field of viewPaul B Mahol2019-09-141-13/+34
* avfilter/vf_v360: use always float version instead of double floating-point f...Paul B Mahol2019-09-131-4/+4
* avfilter/vf_v360: fix flat projection field of view calculationPaul B Mahol2019-09-131-8/+3
* avfilter/vf_v360: add dfisheye outputPaul B Mahol2019-09-121-2/+41
* avfilter/vf_v360: fix setting default height for stereographicPaul B Mahol2019-09-121-3/+3
* avfilter/vf_v360: fix errors is commentsPaul B Mahol2019-09-121-16/+16
* avfilter/vf_v360: fix M_PI_4 usage consistencyPaul B Mahol2019-09-121-2/+2
* avfilter/vf_v360: remove pointless special case when allocating stuffPaul B Mahol2019-09-111-10/+1
* avfilter/vf_v360: refactor FoV calculation for stereographicPaul B Mahol2019-09-111-6/+23
* avfilter/vf_v360: extend max limit to vertical fovPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: really fix FoV selectionPaul B Mahol2019-09-111-2/+5
* avfilter/vf_v360: remove w/h changing for flat outputPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: increase h_fov max limitPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: fix fov calculation for stereographic outputPaul B Mahol2019-09-111-2/+2
OpenPOWER on IntegriCloud