summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
Commit message (Expand)AuthorAgeFilesLines
* avfilter/v360: add support for off-axis projection outputPaul B Mahol2021-11-151-0/+1
* avfilter/vf_v360: add reset_rot optionPaul B Mahol2021-10-161-0/+1
* avfilter/vf_v360: add cylindrical equal area formatPaul B Mahol2021-06-301-0/+1
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-071-1/+1
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-041-0/+1
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-291-1/+0
* avfilter/vf_v360: split maps into slicesPaul B Mahol2020-09-291-3/+8
* avfilter/vf_v360: add octahedron formatPaul B Mahol2020-09-271-0/+1
* avfilter/vf_v360: add orthographic projection supportPaul B Mahol2020-06-231-0/+1
* avfilters/vf_v360: add equisolid projection supportPaul B Mahol2020-06-221-0/+1
* avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol2020-04-021-0/+1
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-031-0/+1
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-021-0/+1
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-261-0/+1
* avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol2020-01-251-6/+10
* avfilter/vf_v360: add tetrahedron formatPaul B Mahol2020-01-221-0/+1
* avfilter/vf_v360: add support for flat input formatPaul B Mahol2020-01-201-0/+2
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-191-6/+6
* avfilter/vf_v360: make more stuff constPaul B Mahol2020-01-191-2/+2
* avfilter/vf_v360: add perspective output projectionPaul B Mahol2020-01-181-0/+1
* avfilter/vf_v360: add gaussian interpolationPaul B Mahol2020-01-181-0/+1
* avfilter/vf_v360: add spline16 interpolationPaul B Mahol2020-01-181-0/+1
* avfilter/vf_v360: add cylindrical output projectionPaul B Mahol2020-01-171-0/+1
* avfilter/vf_v360: add pannini output projectionPaul B Mahol2020-01-161-0/+1
* avfilter/vf_v360: add fisheye output projectionPaul B Mahol2020-01-161-0/+1
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-251-0/+1
* avfilter/v360: reduce size of some struct membersPaul B Mahol2019-09-221-2/+2
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-221-0/+4
* avfilter/vf_v360: add hammer projectionPaul B Mahol2019-09-211-0/+1
* avfilter/vf_v360: remove uneeded array elementPaul B Mahol2019-09-201-1/+1
* avfilter/vf_v360: add ball projection formatPaul B Mahol2019-09-191-0/+1
* avfilter/vf_v360: add mercator projectionPaul B Mahol2019-09-171-0/+1
* avfilter/vf_v360: refactor creation of remap dataPaul B Mahol2019-09-161-0/+18
* avfilter/vf_v360: move some local variables to private filter contextPaul B Mahol2019-09-161-0/+3
* avfilter/vf_v360: implement stereo 3D supportPaul B Mahol2019-09-141-0/+14
* avfilter/vf_v360: implement diagonal field of viewPaul B Mahol2019-09-141-1/+1
* avfilter/vf_v360: add padding to u/v/kerPaul B Mahol2019-09-091-0/+1
* avfilter/vf_v360: partialy revert previous commitPaul B Mahol2019-09-091-1/+0
* avfilter/vf_v360: extend stereographic projectionPaul B Mahol2019-09-091-0/+1
* avfilter/vf_v360: add stereographic output projectionPaul B Mahol2019-09-081-0/+1
* avfilter/vf_v360: add options to h/w unflip input videoPaul B Mahol2019-09-071-0/+3
* avfilter/vf_v360: support transposed input/outputPaul B Mahol2019-09-071-0/+1
* avfilter/vf_v360: add option to pick rotation orderPaul B Mahol2019-09-061-4/+13
* avfilter/vf_v360: reduce allocations by reusing duplicated remapsPaul B Mahol2019-09-061-0/+2
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-061-0/+113