summaryrefslogtreecommitdiff
path: root/libavfilter/vf_v360.c
Commit message (Collapse)AuthorAge
...
* 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
|
* avfilter/vf_v360: remove intermediate variablesPaul B Mahol2019-09-22
|
* avfilter/vf_v360: fix comparison with float valuePaul B Mahol2019-09-21
|
* avfilter/vf_v360: simplify xyz_to_dfisheye() calculationsPaul B Mahol2019-09-21
|
* avfilter/vf_v360: simplify dfisheye_to_xyz() calculationsPaul B Mahol2019-09-21
|
* avfilter/vf_v360: simplify ball_to_xyz() calculationsPaul B Mahol2019-09-21
|
* avfilter/vf_v360: simplify xyz_to_ball() calculationsPaul B Mahol2019-09-21
|
* avfilter/vf_v360: add hammer projectionPaul B Mahol2019-09-21
|
* avfilter/vf_v360: use lrintf() in kernelPaul B Mahol2019-09-21
|
* avfilter/vf_v360: fix small artifacts between corners in EAC formatPaul B Mahol2019-09-21
|
* avfilter/vf_v360: remove uneeded array elementPaul B Mahol2019-09-20
|
* avfilter/vf_v360: add support for mirroring to ball input formatPaul B Mahol2019-09-20
|