summaryrefslogtreecommitdiff
path: root/libavfilter/vf_v360.c
Commit message (Collapse)AuthorAge
...
* avfilter/vf_v360: add truncated square pyramid input formatPaul B Mahol2020-03-02
|
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-02
|
* avfilter/vf_v360: fix cylindrical input formatPaul B Mahol2020-03-01
|
* avfilter/vf_v360: cleanup some codePaul B Mahol2020-03-01
|
* avfilter/vf_v360: improve interpolation for equirect input at polesPaul B Mahol2020-02-29
|
* avfilter/vf_v360: add partial size setup for flatPaul B Mahol2020-02-29
| | | | | Other part of size is calculated from both available horizontal and vertical FOV and given one size component.
* avfilter/vf_v360: speed up fisheye input calculationPaul B Mahol2020-02-29
|
* avfilter/vf_v360: improve tetrahedron input format at frame bordersPaul B Mahol2020-02-29
|
* avfilter/vf_v360: simplify tetrahedron input calculationPaul B Mahol2020-02-29
|
* avfilter/vf_v360: improve precision of some output formatsPaul B Mahol2020-02-29
|
* avfilter/vf_v360: simplify code which handles interpolation pointsPaul B Mahol2020-02-28
|
* avfilter/vf_v360: add initial barrel split format input supportPaul B Mahol2020-02-27
|
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-26
|
* avfilter/vf_v360: add basic commands supportPaul B Mahol2020-02-25
|
* avfilter/vf_v360: handle gracefully invalid values for rorder optionPaul B Mahol2020-02-25
|
* avfilter/vf_v360: improve dfisheye_to_xyz() outputPaul B Mahol2020-02-23
|
* avfilter/vf_v360: improve fisheye_to_xyz() outputPaul B Mahol2020-02-23
|
* avfilter/vf_v360: improve equirect_to_xyz() qualityPaul B Mahol2020-02-23
|
* avfilter/vf_v360: do not remap alpha plane if that will be overwritten laterPaul B Mahol2020-01-25
|
* avfilter/vf_v360: mark another hemisphere not visible for flat input formatPaul B Mahol2020-01-25
|
* avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol2020-01-25
|
* avfilter/vf_v360: fix fov calculation from dfov for fisheye input/outputPaul B Mahol2020-01-24
|
* avfilter/vf_v360: support input flips for tetrahedron formatPaul B Mahol2020-01-23
|
* avfilter/vf_v360: fix small artifacts with tetrahedron inputsPaul B Mahol2020-01-23
|
* avfilter/vf_v360: add tetrahedron formatPaul B Mahol2020-01-22
|
* avfilter/vf_v360: improve fisheye input formatPaul B Mahol2020-01-22
|
* avfilter/vf_v360: add support for fisheye input formatPaul B Mahol2020-01-21
|
* avfilter/vf_v360: add support for input fov to input sg formatPaul B Mahol2020-01-21
|
* avfilter/vf_v360: add support for cylindrical input formatPaul B Mahol2020-01-21
|
* avfilter/vf_v360: add support for flat input formatPaul B Mahol2020-01-20
|
* avfilter/vf_v360: rewrite fov_from_dfov()Paul B Mahol2020-01-20
|
* avfilter/vf_v360: replace rest of roundf() with lrintf()Paul B Mahol2020-01-19
|
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-19
|
* avfilter/vf_v360: move map variable upPaul 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: fix some small nitsPaul 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
|
* lavfi/v360: remove unnecessary cast for void *Jun Zhao2019-10-10
| | | | | | | Remove unnecessary cast for void * pointer. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-25
|
* avfilter/vf_v360: do not use mod where it is not neededPaul B Mahol2019-09-24
|
* avfilter/vf_v360: fix regression introduced in b342678bc47b4e5Paul B Mahol2019-09-23
|
* avfilter/vf_v360: adjust h for mercator input/outputPaul B Mahol2019-09-22
|
* avfilter/vf_v360: fix xyz_to_mercator()Paul B Mahol2019-09-22
|
* avfilter/vf_v360: fix mercator_to_xyz()Paul B Mahol2019-09-22
|
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-22
|