summaryrefslogtreecommitdiff
path: root/libavfilter/vf_v360.c
Commit message (Collapse)AuthorAge
* avfilter/vf_v360: make FOV adjusted for dual fisheye tooPaul B Mahol2020-04-29
| | | | Remove any usage of padding for this format.
* avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10Steven Liu2020-04-29
| | | | | | | | Because not every user know about in_pad and out_pad reasonable value range so maybe try to set 1.0, but setting 1.0 is so hugh to get an fatal error. Suggested-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avfilter/vf_v360: add pannini input supportPaul B Mahol2020-04-04
|
* avfilter/vf_v360: improve description of output fov optionsPaul B Mahol2020-04-03
|
* avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol2020-04-02
|
* avfilter/vf_v360: fix swapped variablesPaul B Mahol2020-03-29
|
* avfilter/vf_v360: speedup fisheye outputPaul B Mahol2020-03-29
|
* avfilter/vf_v360: reduce unnecessary negationsPaul B Mahol2020-03-29
|
* avfilter/vf_v360: improve sg input formatPaul B Mahol2020-03-26
| | | | Specifically unbreak yaw functionality.
* avfilter/vf_v360: improve sg output formatPaul B Mahol2020-03-26
|
* avfilter/vf_v360: fix hfov/vfov calculation from dfov for sg projectionPaul B Mahol2020-03-25
|
* avfilter/vf_v360: simplify some unnecessary indirectionsPaul B Mahol2020-03-03
|
* avfilter/vf_v360: add half equirectangular input formatPaul B Mahol2020-03-03
|
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-03
|
* 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
|