summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
Commit message (Collapse)AuthorAge
* avfilter/v360: add support for off-axis projection outputPaul B Mahol2021-11-15
|
* avfilter/vf_v360: add reset_rot optionPaul B Mahol2021-10-16
|
* avfilter/vf_v360: add cylindrical equal area formatPaul B Mahol2021-06-30
|
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-07
| | | | Fixes gimbal lock issues, and round-off errors.
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-04
|
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-29
|
* avfilter/vf_v360: split maps into slicesPaul B Mahol2020-09-29
|
* avfilter/vf_v360: add octahedron formatPaul B Mahol2020-09-27
|
* avfilter/vf_v360: add orthographic projection supportPaul B Mahol2020-06-23
|
* avfilters/vf_v360: add equisolid projection supportPaul B Mahol2020-06-22
|
* avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol2020-04-02
|
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-03
|
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-02
|
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-26
|
* avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol2020-01-25
|
* avfilter/vf_v360: add tetrahedron formatPaul B Mahol2020-01-22
|
* avfilter/vf_v360: add support for flat input formatPaul B Mahol2020-01-20
|
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-19
|
* avfilter/vf_v360: make more stuff constPaul B Mahol2020-01-19
|
* avfilter/vf_v360: add perspective output projectionPaul B Mahol2020-01-18
|
* avfilter/vf_v360: add gaussian interpolationPaul B Mahol2020-01-18
|
* avfilter/vf_v360: add spline16 interpolationPaul B Mahol2020-01-18
|
* avfilter/vf_v360: add cylindrical output projectionPaul B Mahol2020-01-17
|
* avfilter/vf_v360: add pannini output projectionPaul B Mahol2020-01-16
|
* avfilter/vf_v360: add fisheye output projectionPaul B Mahol2020-01-16
|
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-25
|
* avfilter/v360: reduce size of some struct membersPaul B Mahol2019-09-22
|
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-22
|
* avfilter/vf_v360: add hammer projectionPaul B Mahol2019-09-21
|
* avfilter/vf_v360: remove uneeded array elementPaul B Mahol2019-09-20
|
* avfilter/vf_v360: add ball projection formatPaul B Mahol2019-09-19
|
* avfilter/vf_v360: add mercator projectionPaul B Mahol2019-09-17
|
* avfilter/vf_v360: refactor creation of remap dataPaul B Mahol2019-09-16
|
* avfilter/vf_v360: move some local variables to private filter contextPaul B Mahol2019-09-16
|
* avfilter/vf_v360: implement stereo 3D supportPaul B Mahol2019-09-14
|
* avfilter/vf_v360: implement diagonal field of viewPaul B Mahol2019-09-14
|
* avfilter/vf_v360: add padding to u/v/kerPaul B Mahol2019-09-09
| | | | Fixes use of uninitialized variables.
* avfilter/vf_v360: partialy revert previous commitPaul B Mahol2019-09-09
| | | | roll/pitch can do exactly same thing.
* avfilter/vf_v360: extend stereographic projectionPaul B Mahol2019-09-09
| | | | Add option to change central point projection.
* avfilter/vf_v360: add stereographic output projectionPaul B Mahol2019-09-08
|
* avfilter/vf_v360: add options to h/w unflip input videoPaul B Mahol2019-09-07
|
* avfilter/vf_v360: support transposed input/outputPaul B Mahol2019-09-07
|
* avfilter/vf_v360: add option to pick rotation orderPaul B Mahol2019-09-06
|
* avfilter/vf_v360: reduce allocations by reusing duplicated remapsPaul B Mahol2019-09-06
|
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-06